Class CodeComponentContext
Represents a wrapper around MessagePipelineContext that provides parameters to the compiled code.
Inheritance
System.Object
CodeComponentContext
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
public MessagePipelineContext context
Field Value
Type | Description |
---|---|
MessagePipelineContext |