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
Public method FindValueActivity Initializes a new instance of the FindValueActivity class.

Top

Properties

  Name Description
Public property __Context Gets or sets the [WorkflowContext] from which the FindValueActivity property can extract information about the active workflow instance.
Public property Description (Inherited from Activity.)
Protected property DesignMode (Inherited from DependencyObject.)
Public property Enabled (Inherited from Activity.)
Public property ExecutionResult (Inherited from Activity.)
Public property ExecutionStatus (Inherited from Activity.)
Public property ExternalFieldName Gets or sets the ExternalFieldName of the Windows SharePoint Services 3.0 list from which the value will be retrieved.
Public property ExternalListId Gets or sets the ExternalListId from which the field and value will be retrieved.
Public property FindValue Gets or sets the object that contains the value that the [FindValue] method will search for.
Public property IsDynamicActivity (Inherited from Activity.)
Public property Name (Inherited from Activity.)
Public property Parent (Inherited from Activity.)
Protected property ParentDependencyObject (Inherited from DependencyObject.)
Public property QualifiedName (Inherited from Activity.)
Public property ReturnValue Gets or sets the Windows SharePoint Services 3.0 list item identifier (ID) that indicates where the [FindValue] property was located.
Public property Site (Inherited from DependencyObject.)
Public property UserData (Inherited from DependencyObject.)
Public property ValueType Gets or set the property type of the [FindValue] property.
Protected property WorkflowInstanceId (Inherited from Activity.)

Top

Methods

  Name Description
Public method AddHandler (Inherited from DependencyObject.)
Protected method Cancel (Inherited from Activity.)
Public method Clone (Inherited from Activity.)
Public method Dispose() (Inherited from DependencyObject.)
Protected method Dispose(Boolean) (Inherited from DependencyObject.)
Public method Equals (Inherited from Object.)
Protected method Execute Called by the workflow runtime to execute the activity. (Overrides Activity.Execute(ActivityExecutionContext).)
Protected method Finalize (Inherited from DependencyObject.)
Public method GetActivityByName(String) (Inherited from Activity.)
Public method GetActivityByName(String, Boolean) (Inherited from Activity.)
Public method GetBinding (Inherited from DependencyObject.)
Protected method GetBoundValue (Inherited from DependencyObject.)
Public method GetHashCode (Inherited from Object.)
Protected method GetInvocationList<T> (Inherited from DependencyObject.)
Public method GetType (Inherited from Object.)
Public method GetValue (Inherited from DependencyObject.)
Public method GetValueBase (Inherited from DependencyObject.)
Protected method HandleFault (Inherited from Activity.)
Protected method Initialize (Inherited from Activity.)
Protected method InitializeProperties (Inherited from DependencyObject.)
Protected method Invoke<T>(EventHandler<T>, T) (Inherited from Activity.)
Protected method Invoke<T>(IActivityEventListener<T>, T) (Inherited from Activity.)
Public method IsBindingSet (Inherited from DependencyObject.)
Protected method MemberwiseClone (Inherited from Object.)
Public method MetaEquals (Inherited from DependencyObject.)
Protected method OnActivityExecutionContextLoad (Inherited from Activity.)
Protected method OnActivityExecutionContextUnload (Inherited from Activity.)
Protected method OnClosed (Inherited from Activity.)
Protected method RaiseEvent (Inherited from Activity.)
Protected method RaiseGenericEvent<T> (Inherited from Activity.)
Public method RegisterForStatusChange (Inherited from Activity.)
Public method RemoveHandler (Inherited from DependencyObject.)
Public method RemoveProperty (Inherited from DependencyObject.)
Public method Save(Stream) (Inherited from Activity.)
Public method Save(Stream, IFormatter) (Inherited from Activity.)
Public method SetBinding (Inherited from DependencyObject.)
Protected method SetBoundValue (Inherited from DependencyObject.)
Protected method SetReadOnlyPropertyValue (Inherited from DependencyObject.)
Public method SetValue (Inherited from DependencyObject.)
Public method SetValueBase (Inherited from DependencyObject.)
Public method ToString (Inherited from Activity.)
Protected method TrackData(Object) (Inherited from Activity.)
Protected method TrackData(String, Object) (Inherited from Activity.)
Protected method Uninitialize (Inherited from Activity.)
Public method UnregisterForStatusChange (Inherited from Activity.)

Top

Events

  Name Description
Public event Canceling (Inherited from Activity.)
Public event Closed (Inherited from Activity.)
Public event Compensating (Inherited from Activity.)
Public event Executing (Inherited from Activity.)
Public event Faulting (Inherited from Activity.)
Public event StatusChanged (Inherited from Activity.)

Top

Fields

  Name Description
Public fieldStatic member __ContextProperty The DependencyProperty object that promotes the __Context property.
Public fieldStatic member ExternalFieldNameProperty The DependencyProperty object that promotes the ExternalFieldName property.
Public fieldStatic member ExternalListIdProperty The DependencyProperty object that promotes the ExternalListId property.
Public fieldStatic member FindValueProperty The DependencyProperty object that promotes the FindValue property.
Public fieldStatic member ReturnValueProperty The DependencyProperty object that promotes the ReturnValue property.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IDynamicPropertyTypeProvider.GetAccessType Returns the access type for the specified property.
Explicit interface implemetationPrivate method IDynamicPropertyTypeProvider.GetPropertyType Returns the Type of the specified property and service.
Explicit interface implemetationPrivate event IComponent.Disposed (Inherited from DependencyObject.)

Top

See Also

Reference

FindValueActivity Class

Microsoft.SharePoint.WorkflowActions Namespace