FindActivity Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to find an item in a list.
The FindActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FindActivity | Initializes a new instance of the FindActivity 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.) | |
ExternalFieldName | Gets or sets the field name in the external list from which the value will be retrieved. | |
ExternalListId | Gets or sets the ID of the external list from which the value will be retrieved. | |
FieldName | Gets or sets the field name in the external list. | |
IsDynamicActivity | (Inherited from Activity.) | |
ListId | Gets or sets the ID for the external list. | |
ListItem | Gets or sets a value that represents the list item on which the workflow instance is running. | |
Name | (Inherited from Activity.) | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
QualifiedName | (Inherited from Activity.) | |
ReturnValue | Gets or sets the ID of the list item to be found. | |
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. | |
ExternalFieldNameProperty | Represents the DependencyProperty object that promotes the ExternalFieldName property for use by the workflow runtime. | |
ExternalListIdProperty | Represents the DependencyProperty object that promotes the ExternalListId 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. | |
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