AddToHashtableActivity Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to add a new entry to a hash table.
The AddToHashtableActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AddToHashtableActivity | Initializes a new instance of the AddToHashtableActivity class. |
Top
Properties
Name | Description | |
---|---|---|
Collection | Gets or sets the hash table that contains the key/value pairs. | |
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
Enabled | (Inherited from Activity.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
IsDynamicActivity | (Inherited from Activity.) | |
Key | The name of the value to be added to the hash table. | |
Name | (Inherited from Activity.) | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
QualifiedName | (Inherited from Activity.) | |
Site | (Inherited from DependencyObject.) | |
UserData | (Inherited from DependencyObject.) | |
Value | The value to be added to the hash table. | |
ValueType | Represents the Type of the value in the key/value pair. | |
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 | |
---|---|---|
CollectionProperty | Represents a DependencyProperty object that promotes the Collection property for use by the workflow runtime. | |
KeyProperty | Represents a DependencyProperty object that promotes the Key property for use by the workflow runtime. | |
ValueProperty | Represents a DependencyProperty object that promotes the Value property for use by the workflow runtime. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IDynamicPropertyTypeProvider.GetAccessType | Returns the access type for the specified property. | |
IDynamicPropertyTypeProvider.GetPropertyType | Returns the Type of the specified property. | |
IComponent.Disposed | (Inherited from DependencyObject.) |
Top