HTLookupActivity Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to find a value in a hash table.
The HTLookupActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
HTLookupActivity | Initializes a new instance of the HTLookupActivity class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
__Context | Gets or sets the context that contains properties that are associated with the active workflow instance. |
![]() |
Collection | Gets or sets the HashTable that contains the key/value pairs to be searched. |
![]() |
Description | (Inherited from Activity.) |
![]() |
DesignMode | (Inherited from DependencyObject.) |
![]() |
Enabled | (Inherited from Activity.) |
![]() |
ExecutionResult | (Inherited from Activity.) |
![]() |
ExecutionStatus | (Inherited from Activity.) |
![]() |
FieldName | Gets or sets the key to be looked up. |
![]() |
IsDynamicActivity | (Inherited from Activity.) |
![]() |
LookupFunction | Gets or sets which of the Helper class functions to call to look up the value in the hash table. |
![]() |
Name | (Inherited from Activity.) |
![]() |
Parent | (Inherited from Activity.) |
![]() |
ParentDependencyObject | (Inherited from DependencyObject.) |
![]() |
QualifiedName | (Inherited from Activity.) |
![]() |
ReturnValue | Gets or sets the value of the item in the collection with the key value specified by the field name. |
![]() |
Site | (Inherited from DependencyObject.) |
![]() |
UserData | (Inherited from DependencyObject.) |
![]() |
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 | |
---|---|---|
![]() ![]() |
__ContextProperty | Represents a DependencyProperty object that promotes the __Context property for use by the workflow runtime. |
![]() ![]() |
CollectionProperty | Represents a DependencyProperty that promotes the Collection property for use by the workflow runtime. |
![]() ![]() |
FieldNameProperty | Represents a DependencyProperty object that promotes the FieldName property for use by the workflow runtime. |
![]() ![]() |
LookupFunctionProperty | Represents a DependencyProperty object that promotes the LookupFunction property for use by the workflow runtime. |
![]() ![]() |
ReturnValueProperty | Represents a DependencyProperty object that promotes the ReturnValue property for use by the workflow runtime. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IComponent.Disposed | (Inherited from DependencyObject.) |
Top