Search Results for

    Show / Hide Table of Contents

    Class CodeComponentContext

    Represents a wrapper around MessagePipelineContext that provides parameters to the compiled code.

    Inheritance
    object
    CodeComponentContext
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Nevatech.Vsb.Repository.Processing
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class CodeComponentContext

    Constructors

    CodeComponentContext()

    Declaration
    public CodeComponentContext()

    Fields

    context

    Gets the message pipeline context.

    Declaration
    [SuppressMessage("Microsoft.Design", "CA1051:DoNotDeclareVisibleInstanceFields")]
    public MessagePipelineContext context
    Field Value
    Type Description
    MessagePipelineContext
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation