ActivityBuilder<TResult> Class
Provides property data for a generic workflow activity.
Assembly: System.Activities (in System.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | ActivityBuilder<TResult>() | Creates a new instance of the ActivityBuilder<TResult> class. |
| Name | Description | |
|---|---|---|
![]() | Attributes | Gets the generic collection of attributes to use in the construction of an activity tree. |
![]() | Constraints | Gets the generic collection of constraints that govern the construction of an activity tree. |
![]() | Implementation | Gets or sets the generic activity tree that is represented by the current instance of ActivityBuilder<TResult>. |
![]() | ImplementationVersion | Gets or sets the implementation version of the activity builder. |
![]() | Name | Gets or sets the name of the generic activity tree that is represented by the current instance of ActivityBuilder<TResult>. |
![]() | Properties | Gets a T:System.Collections.ObjectModel.KeyedCollection of the properties of the current instance of ActivityBuilder<TResult>. |
| 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.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IDebuggableWorkflowTree::GetWorkflowRoot() | Returns the root of the current workflow 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.



