CompiledDataContext Class

.NET Framework (current version)
 

Represents the compiled data context.

Namespace:   System.Activities.XamlIntegration
Assembly:  System.Activities (in System.Activities.dll)

System::Object
  System.Activities.XamlIntegration::CompiledDataContext

public ref class CompiledDataContext abstract 

NameDescription
System_CAPS_protmethodCompiledDataContext(IList<Location^>^)

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

System_CAPS_protmethodCompiledDataContext(IList<LocationReference^>^)

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

System_CAPS_protmethodCompiledDataContext(IList<LocationReference^>^, ActivityContext^)

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_protmethodSystem_CAPS_staticGetCompiledDataContextCache(Object^, ActivityContext^, Activity^, Boolean, Int32)

Retrieves the cache used by the data context.

System_CAPS_protmethodSystem_CAPS_staticGetDataContextActivities(Activity^, Boolean)

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

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetLocation<T>(Func<T>^, Action<T>^)

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

System_CAPS_pubmethodGetLocation<T>(Func<T>^, Action<T>^, Int32, Activity^, ActivityContext^)

Retrieves the location of the compiled data context.

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodGetValueTypeValues()

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

System_CAPS_protmethodGetVariableValue(Int32)

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

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_protmethodRewriteExpressionTree(Expression^)

Rewrites the expression used by the data context.

System_CAPS_protmethodSetValueTypeValues()

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

System_CAPS_protmethodSetVariableValue(Int32, Object^)

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

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

.NET Framework
Available since 4.5

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: