ActivityBuilder Class
Provides property data for a workflow activity.
Assembly: System.Activities (in System.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | ActivityBuilder() | Creates a new instance of the ActivityBuilder class. |
| Name | Description | |
|---|---|---|
![]() | Attributes | Gets the collection of attributes to use in the construction of an activity tree. |
![]() | Constraints | Gets the collection of constraints that govern the construction of an activity tree. |
![]() | Implementation | Gets or sets the activity tree that is represented by the current instance of ActivityBuilder. |
![]() | ImplementationVersion | Gets or sets the implementation version for the activity builder. |
![]() | Name | Gets or sets the name of the activity tree that is represented by the current instance of ActivityBuilder. |
![]() | Properties | Gets a collection of property values for the current ActivityBuilder instance. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() ![]() | GetPropertyReference(Object^) | Returns a ActivityPropertyReference for a property retrieved from the specified object. |
![]() ![]() | GetPropertyReferences(Object^) | Returns a list of ActivityPropertyReference for a property retrieved from the specified object. |
![]() | GetType() | |
![]() ![]() | SetPropertyReference(Object^, ActivityPropertyReference^) | Sets a value for the specified attachable property in the specified store. |
![]() ![]() | ShouldSerializePropertyReference(Object^) | Specifies whether the activity builder should serialize the property reference. |
![]() ![]() | ShouldSerializePropertyReferences(Object^) | Specifies whether the activity builder should serialize the property reference. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IDebuggableWorkflowTree::GetWorkflowRoot() | When implemented in the base class, returns the root of a workflow activity tree. |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




