FindValueActivity Members
Include Protected Members
Include Inherited Members
Used to find the Windows SharePoint Services 3.0 list item where a specified value is found.
The FindValueActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FindValueActivity | Initializes a new instance of the FindValueActivity class. |
Top
Properties
Name | Description | |
---|---|---|
__Context | Gets or sets the [WorkflowContext] from which the FindValueActivity property can extract information about 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 ExternalFieldName of the Windows SharePoint Services 3.0 list from which the value will be retrieved. | |
ExternalListId | Gets or sets the ExternalListId from which the field and value will be retrieved. | |
FindValue | Gets or sets the object that contains the value that the [FindValue] method will search for. | |
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 Windows SharePoint Services 3.0 list item identifier (ID) that indicates where the [FindValue] property was located. | |
Site | (Inherited from DependencyObject.) | |
UserData | (Inherited from DependencyObject.) | |
ValueType | Gets or set the property type of the [FindValue] property. | |
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 | The DependencyProperty object that promotes the __Context property. | |
ExternalFieldNameProperty | The DependencyProperty object that promotes the ExternalFieldName property. | |
ExternalListIdProperty | The DependencyProperty object that promotes the ExternalListId property. | |
FindValueProperty | The DependencyProperty object that promotes the FindValue property. | |
ReturnValueProperty | The DependencyProperty object that promotes the ReturnValue property. |
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 and service. | |
IComponent.Disposed | (Inherited from DependencyObject.) |
Top