This documentation is archived and is not being maintained.
WorkflowDataContext Class
Visual Studio 2010
Represents the data context of the current workflow environment and provides a bridge to bring workflow arguments and variables into the scope of data binding.
Assembly: System.Activities (in System.Activities.dll)
The WorkflowDataContext type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Dispose | Releases the resources used by the WorkflowDataContext. |
![]() | 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.) |
![]() | GetAttributes | Returns a collection of custom attributes for the type represented by this type descriptor. (Inherited from CustomTypeDescriptor.) |
![]() | GetClassName | Returns the fully qualified name of the class represented by this type descriptor. (Inherited from CustomTypeDescriptor.) |
![]() | GetComponentName | Returns the name of the class represented by this type descriptor. (Inherited from CustomTypeDescriptor.) |
![]() | GetConverter | Returns a type converter for the type represented by this type descriptor. (Inherited from CustomTypeDescriptor.) |
![]() | GetDefaultEvent | Returns the event descriptor for the default event of the object represented by this type descriptor. (Inherited from CustomTypeDescriptor.) |
![]() | GetDefaultProperty | Returns the property descriptor for the default property of the object represented by this type descriptor. (Inherited from CustomTypeDescriptor.) |
![]() | GetEditor | Returns an editor of the specified type that is to be associated with the class represented by this type descriptor. (Inherited from CustomTypeDescriptor.) |
![]() | GetEvents() | Returns a collection of event descriptors for the object represented by this type descriptor. (Inherited from CustomTypeDescriptor.) |
![]() | GetEvents(array<Attribute>) | Returns a filtered collection of event descriptors for the object represented by this type descriptor. (Inherited from CustomTypeDescriptor.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetProperties() | Returns the collection of properties managed by this WorkflowDataContext. (Overrides CustomTypeDescriptor::GetProperties().) |
![]() | GetProperties(array<Attribute>) | Returns a filtered collection of property descriptors for the object represented by this type descriptor. (Inherited from CustomTypeDescriptor.) |
![]() | GetPropertyOwner | Returns an object that contains the property described by the specified property descriptor. (Inherited from CustomTypeDescriptor.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
