CompiledDataContext Class

Definition

Represents the compiled data context.

public ref class CompiledDataContext abstract
public abstract class CompiledDataContext
type CompiledDataContext = class
Public MustInherit Class CompiledDataContext
Inheritance
CompiledDataContext

Constructors

CompiledDataContext(IList<Location>)

Initializes a new instance of the CompiledDataContext class using the locations.

CompiledDataContext(IList<LocationReference>)

Initializes a new instance of the CompiledDataContext class using the location references.

CompiledDataContext(IList<LocationReference>, ActivityContext)

Initializes a new instance of the CompiledDataContext class using the location references and activity context.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetCompiledDataContextCache(Object, ActivityContext, Activity, Boolean, Int32)

Retrieves the cache used by the data context.

GetDataContextActivities(Activity, Boolean)

Gets the activities for the compiled data using the specified compiled root and implementation.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetLocation<T>(Func<T>, Action<T>)

Retrieves the location of the compiled data context using the specified get and set methods.

GetLocation<T>(Func<T>, Action<T>, Int32, Activity, ActivityContext)

Retrieves the location of the compiled data context.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
GetValueTypeValues()

Gets the value of the value type used by the data context.

GetVariableValue(Int32)

Gets the value of the variable used by the data context.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
RewriteExpressionTree(Expression)

Rewrites the expression used by the data context.

SetValueTypeValues()

Returns the value of the value type used by the data context.

SetVariableValue(Int32, Object)

Returns the value of the variable used by the data context.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to