CollectDataTask Members

Include Protected Members
Include Inherited Members

Defines a workflow activity that is used to create a task and assigns it to a specified user.

The CollectDataTask type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property __Context Gets or sets the workflow context that contains properties that are associated with the active workflow instance.
Public property Activities (Inherited from CompositeActivity.)
Public property AssignedTo Gets or sets the information about the persons to whom the task is assigned.
Protected property CanModifyActivities (Inherited from CompositeActivity.)
Public property ContentTypeId Gets or sets the ID of the content type associated with the task.
Public property Description (Inherited from Activity.)
Protected property DesignMode (Inherited from DependencyObject.)
Public property Enabled (Inherited from Activity.)
Public property EnabledActivities (Inherited from CompositeActivity.)
Public property ExecutionResult (Inherited from Activity.)
Public property ExecutionStatus (Inherited from Activity.)
Public property InProperties Gets or sets the information about the activity before it has executed.
Public property IsDynamicActivity (Inherited from Activity.)
Public property Name (Inherited from Activity.)
Public property OutProperties Gets or sets the information about the activity after it completes.
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 TaskId Gets or sets the ID of the task.
Public property Title Gets or sets the title of the task.
Public property UserData (Inherited from DependencyObject.)
Protected property WorkflowInstanceId (Inherited from Activity.)

Top

Methods

  Name Description
Public method AddHandler (Inherited from DependencyObject.)
Protected method ApplyWorkflowChanges (Inherited from CompositeActivity.)
Protected method Cancel (Inherited from SequenceActivity.)
Public method Clone (Inherited from Activity.)
Public method Dispose() (Inherited from DependencyObject.)
Protected method Dispose(Boolean) (Inherited from CompositeActivity.)
Public method Equals (Inherited from Object.)
Protected method Execute (Inherited from SequenceActivity.)
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.)
Protected method GetDynamicActivities (Inherited from CompositeActivity.)
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 SequenceActivity.)
Protected method Initialize (Inherited from CompositeActivity.)
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 OnActivityChangeAdd (Inherited from CompositeActivity.)
Protected method OnActivityChangeRemove (Inherited from SequenceActivity.)
Protected method OnActivityExecutionContextLoad (Inherited from CompositeActivity.)
Protected method OnActivityExecutionContextUnload (Inherited from CompositeActivity.)
Protected method OnClosed (Inherited from Activity.)
Protected method OnListChanged (Inherited from CompositeActivity.)
Protected method OnListChanging (Inherited from CompositeActivity.)
Protected method OnSequenceComplete (Inherited from SequenceActivity.)
Protected method OnWorkflowChangesCompleted (Inherited from SequenceActivity.)
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 CompositeActivity.)
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 Used to promote the __Context property for use by the workflow runtime.
Public field _corrTask Used to correlate messages to the task.
Public field _corrWorkflow Used to correlate messages to the workflow.
Public field _inProperties Represents the information about the activity before it has executed.
Public field _lastExecutor Represents the ID of the user who executed the activity.
Public field _OuTCOME Represents the execution result of the task.
Public field _outProperties Represents the information about the activity after it has executed.
Public field _taskId Represents the ID of the task.
Public field _workflowId Represents the ID of the active workflow instance.
Public fieldStatic member AssignedToProperty Used to promote the AssignedTo property for use by the workflow runtime.
Public fieldStatic member ContentTypeIdProperty Used to promote the ContentTypeId property for use by the workflow runtime.
Public fieldStatic member InPropertiesProperty Used to promote the InProperties property for use by the workflow runtime.
Public fieldStatic member OutPropertiesProperty Used to promote the OutProperties property for use by the workflow runtime.
Public fieldStatic member TaskIdProperty Used to promote the TaskId property for use by the workflow runtime.
Public fieldStatic member TitleProperty Used to promote the Title property for use by the workflow runtime.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate event IComponent.Disposed (Inherited from DependencyObject.)
Explicit interface implemetationPrivate method IActivityEventListener<ActivityExecutionStatusChangedEventArgs>.OnEvent (Inherited from SequenceActivity.)

Top

See Also

Reference

CollectDataTask Class

Microsoft.SharePoint.WorkflowActions Namespace