DynamicActivity Properties
.NET Framework 4
The DynamicActivity type exposes the following members.
| Name | Description | |
|---|---|---|
|
Attributes | Gets the collection of attributes of the dynamically generated activity. |
|
CacheId | Gets the identifier of the cache that is unique within the scope of the workflow definition. (Inherited from Activity.) |
|
Constraints | Returns a collection of Constraint activities that are configured to provide validation for the DynamicActivity. |
|
DisplayName | Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking. (Inherited from Activity.) |
|
Id | Gets an identifier that is unique in the scope of the workflow definition. (Inherited from Activity.) |
|
Implementation | Gets or sets the execution logic of the activity. |
|
Name | The name to be displayed for the activity in the workflow designer. |
|
Properties | Gets the collection of properties that map to the arguments of the dynamically generated activity. |