LookupActivity Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to search for an item in a list.
The LookupActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LookupActivity | Initializes a new instance of the LookupActivity class. |
Top
Properties
Name | Description | |
---|---|---|
__Context | Gets or sets the workflow context that contains properties associated with the active workflow instance. | |
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 name of the field of the item to find the value of in the list. | |
IsDynamicActivity | (Inherited from Activity.) | |
ListId | Gets or sets the ID of the list to search. | |
ListItem | Gets or sets the item in the list for which the value is searched. | |
LookupFunction | Gets or sets the function to call to look up the value. | |
Name | (Inherited from Activity.) | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
QualifiedName | (Inherited from Activity.) | |
ReturnValue | Gets or sets the result of the search. | |
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 the DependencyProperty object that promotes the __Context property for use by the workflow runtime. | |
FieldNameProperty | Represents the DependencyProperty object that promotes the FieldName property for use by the workflow runtime. | |
ListIdProperty | Represents the DependencyProperty object that promotes the ListId property for use by the workflow runtime. | |
ListItemProperty | Represents the DependencyProperty object that promotes the ListItem property for use by the workflow runtime. | |
LookupFunctionProperty | Represents the DependencyProperty object that promotes the LookupFunction property for use by the workflow runtime. | |
ReturnValueProperty | Represents the 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