CompiledDataContext Class
Represents the compiled data context.
Assembly: System.Activities (in System.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(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() | |
![]() | 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() | |
![]() | 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.) |
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.


