Share via


WaitForDocumentStatusActivity Members

Include Protected Members
Include Inherited Members

Defines a workflow activity that is used to pause the workflow until a specified document is in a specified status.

The WaitForDocumentStatusActivity type exposes the following members.

Constructors

  Name Description
Public method WaitForDocumentStatusActivity Initializes a new instance of the WaitForDocumentStatusActivity class.

Top

Properties

  Name Description
Public property __Context Gets or sets the workflow context that contains the properties that are associated with the active workflow instance.
Public property __ListId Gets or sets the GUID or name of the list that contains the list item.
Public property __ListItem Gets or sets an object that represents the list item associated with the current workflow instance.
Public property Comments Gets or sets the comments for the WaitForDocumentStatusActivity.
Public property Description (Inherited from Activity.)
Protected property DesignMode (Inherited from DependencyObject.)
Public property DocumentStatus Gets or sets the status of the document that is associated with the current workflow.
Public property Enabled (Inherited from Activity.)
Public property ExecutionResult (Inherited from Activity.)
Public property ExecutionStatus (Inherited from Activity.)
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 Site (Inherited from DependencyObject.)
Public property UserData (Inherited from DependencyObject.)
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.)
Protected method DeleteSubscriptions Deletes all of the existing subscriptions to events.
Public method Dispose() (Inherited from DependencyObject.)
Protected method Dispose(Boolean) (Inherited from DependencyObject.)
Public method Equals (Inherited from Object.)
Protected method Execute Pauses the workflow until a document is in a specific status. (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(IServiceProvider) (Inherited from Activity.)
Public method Initialize(WorkflowContext, Guid, SPItemKey) Initializes the values of the WaitForDocumentUnlockActivity.
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 LogEvent Logs a workflow event to the workflow history list.
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.)
Protected method SubscribeCheckInEvent Creates a message event subscription that waits for the item to be checked.
Protected method SubscribeCheckOutEvent Creates an event that waits for the item to be checked out.
Protected method SubscribeTimerEvent Creates a timer.
Protected method SubscribeUncheckOutEvent Creates an event that waits for the item to be unchecked out.
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 Represents the __Context property that the class promotes for use by the workflow runtime.
Public fieldStatic member __ListIdProperty Represents the __ListId property that the class promotes for use by the workflow runtime.
Public fieldStatic member __ListItemProperty Represents the __ListItem property that the class promotes for use by the workflow runtime.
Public fieldStatic member CommentsProperty Represents the Comments property that the class promotes for use by the workflow runtime.
Public fieldStatic member DocumentStatusProperty Represents the DocumentStatus property that the class promotes for use by the workflow runtime.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IActivityEventListener<QueueEventArgs>.OnEvent Handles the subscribed-to event.
Explicit interface implemetationPrivate event IComponent.Disposed (Inherited from DependencyObject.)

Top

See Also

Reference

WaitForDocumentStatusActivity Class

Microsoft.SharePoint.WorkflowActions.WithKey Namespace