AddToArrayListActivity Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to add a new item to an ArrayList.
The AddToArrayListActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AddToArrayListActivity | Initializes a new instance of the AddToArrayListActivity class. |
Top
Properties
Name | Description | |
---|---|---|
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
Enabled | (Inherited from Activity.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
IsDynamicActivity | (Inherited from Activity.) | |
Name | (Inherited from Activity.) | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
QualifiedName | (Inherited from Activity.) | |
ReturnValue | Gets or sets the ArrayList object to which a value is added. | |
Site | (Inherited from DependencyObject.) | |
UserData | (Inherited from DependencyObject.) | |
Value | Gets or sets the value to be added to the ArrayList. | |
WorkflowInstanceId | (Inherited from Activity.) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
Canceling | (Inherited from Activity.) | |
Closed | (Inherited from Activity.) | |
Compensating | (Inherited from Activity.) | |
Executing | (Inherited from Activity.) | |
Faulting | (Inherited from Activity.) | |
StatusChanged | (Inherited from Activity.) |
Top
Fields
Name | Description | |
---|---|---|
ReturnValueProperty | Represents the DependencyProperty object that promotes the ReturnValue property for use by the workflow runtime. | |
ValueProperty | Represents the DependencyProperty object that promotes the Value property for use by the workflow runtime. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComponent.Disposed | (Inherited from DependencyObject.) |
Top