ApprovalTaskProcess Members

Include Protected Members
Include Inherited Members

Provides the base class for all Approval tasks used by the OfficeTask.

The ApprovalTaskProcess type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property __ActivationProperties (Inherited from OfficeTask.)
Public property __Context (Inherited from OfficeTask.)
Public property ActiveTaskCount (Inherited from OfficeTask.)
Public property Activities (Inherited from CompositeActivity.)
Public property AllowChangeRequest Indicates whether a user can request a change to a workflow task. (Inherited from OfficeTask.)
Public property AllowReassign Indicates whether a user can reassign a workflow task to someone else. (Inherited from OfficeTask.)
Public property AssignedTaskCount (Inherited from OfficeTask.)
Public property AssignedTo Returns the names of the people assigned to the tasks in a task process. (Inherited from OfficeTask.)
Protected property Assignments (Inherited from OfficeTask.)
Protected property CanModifyActivities (Inherited from CompositeActivity.)
Public property CC Returns an array of user names or e-mail addresses included on the CC line of task process notification e-mail messages. (Inherited from OfficeTask.)
Public property CCList (Inherited from OfficeTask.)
Public property Comments Returns the value of the Description field of task list items that are created by the task process. (Inherited from OfficeTask.)
Public property CompletedTaskCount Returns the number of tasks in the task process that are marked as completed. (Inherited from OfficeTask.)
Public property ConsolidatedComments (Inherited from OfficeTask.)
Public property ContentTypeId Returns the value of the ContentTypeId property of the task. (Inherited from OfficeTask.)
Protected property CurrentUICulture (Inherited from OfficeTask.)
Protected property CurrentWeb (Inherited from OfficeTask.)
Public property DeletedTaskCount (Inherited from OfficeTask.)
Public property DeleteTasksOnComplete Indicates whether the child tasks of the task process should be deleted when they are marked as completed. (Inherited from OfficeTask.)
Public property Description (Inherited from Activity.)
Protected property DesignMode (Inherited from DependencyObject.)
Public property DueDate Returns the date when child tasks of the task process are due to be completed. (Inherited from OfficeTask.)
Public property Duration Returns the amount of time from when the task was initially created to when it is due to be completed. (Inherited from OfficeTask.)
Public property DurationUnit Get or sets an enumeration value that indicates whether the value of the Duration property is counted in days, weeks, or months. (Inherited from OfficeTask.)
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 ExpandGroups Indicates whether a task is assigned to each member of a group or to an entire group. (Inherited from OfficeTask.)
Public property FutureTaskCount (Inherited from OfficeTask.)
Public property IsDynamicActivity (Inherited from Activity.)
Protected property Item (Inherited from OfficeTask.)
Public property ItemCreatedBy (Inherited from OfficeTask.)
Public property ItemExternalURL (Inherited from OfficeTask.)
Public property ItemId Returns the ID of the of list item that represents the workflow task that the task process is executing against. (Inherited from OfficeTask.)
Public property ItemModifiedBy (Inherited from OfficeTask.)
Public property ItemTitle (Inherited from OfficeTask.)
Public property ItemTitleNotEncoded (Inherited from OfficeTask.)
Public property ItemURL (Inherited from OfficeTask.)
Protected property List (Inherited from OfficeTask.)
Public property ListId Returns the ID of the list that contains the workflow task that the task process is executing against. (Inherited from OfficeTask.)
Public property Name (Inherited from Activity.)
Public property Outcomes (Inherited from OfficeTask.)
Public property OverdueRepeat Gets or sets an object that represents the frequency with which OnTaskExpired should run, if the task is past the due date and not yet completed. (Inherited from OfficeTask.)
Public property OverdueRepeatTimes Gets or sets a value that represents the number of times that OnTaskExpired should be run on the frequency of OverdueRepeat, if the task is past the due date and not yet complete. (Inherited from OfficeTask.)
Public property Parent (Inherited from Activity.)
Protected property ParentDependencyObject (Inherited from DependencyObject.)
Public property ParticipantList (Inherited from OfficeTask.)
Public property PermissionSet Returns the set of permissions associated with the workflow task list items that are generated as part of the task process. (Inherited from OfficeTask.)
Public property QualifiedName (Inherited from Activity.)
Public property SendDefaultTaskNotifications Indicates whether default task notifications are sent for a task created by the task process. (Inherited from OfficeTask.)
Public property Site (Inherited from DependencyObject.)
Public property Subject Returns the value of the Subject property of a workflow task. (Inherited from OfficeTask.)
Protected property SuperWeb (Inherited from OfficeTask.)
Public property TaskDeletedOutcome Gets or sets a value that represents which key in the TaskResults hash table needs to be incremented if a task is deleted. (Inherited from OfficeTask.)
Public property TaskProcessName Gets or sets the name of the task process. (Inherited from OfficeTask.)
Public property TaskProcessOwner Returns the name of the owner of the task process. (Inherited from OfficeTask.)
Public property TaskProcessWasCanceled (Inherited from OfficeTask.)
Public property TaskResults Returns the results of a task process. (Inherited from OfficeTask.)
Public property UserData (Inherited from DependencyObject.)
Public property WebURL (Inherited from OfficeTask.)
Protected property WorkflowInstanceId (Inherited from Activity.)

Top

Methods

  Name Description
Public method AddHandler (Inherited from DependencyObject.)
Protected method AllowEnableModificationUpdateAllTasks (Inherited from OfficeTask.)
Protected method AllowEnableModificationUpdateReviewers (Inherited from OfficeTask.)
Protected method AllowEnableWorkflowModificationCancelTaskProcess (Inherited from OfficeTask.)
Protected method ApplyWorkflowChanges (Inherited from CompositeActivity.)
Protected method AssignNextSetOfTasks (Inherited from OfficeTask.)
Protected method AssignNextSetOfTasksForCurrentStage (Inherited from OfficeTask.)
Protected method Cancel (Inherited from OfficeTask.)
Public method Clone (Inherited from Activity.)
Protected method CreateTaskAssignments (Inherited from OfficeTask.)
Public method Dispose() (Inherited from DependencyObject.)
Protected method Dispose(Boolean) (Inherited from OfficeTask.)
Protected method EnableModificationUpdateReviewers (Inherited from OfficeTask.)
Public method Equals (Inherited from Object.)
Protected method Execute (Inherited from OfficeTask.)
Protected method Finalize (Inherited from DependencyObject.)
Public method GetActivityByName(String) (Inherited from Activity.)
Public method GetActivityByName(String, Boolean) (Inherited from Activity.)
Public method GetActivityDetails (Inherited from OfficeTask.)
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 CompositeActivity.)
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 IsChangeAllowed (Inherited from OfficeTask.)
Protected method IsTaskCompleted (Inherited from OfficeTask.)
Protected method MemberwiseClone (Inherited from Object.)
Public method MetaEquals (Inherited from DependencyObject.)
Protected method MoveToNextStage (Inherited from OfficeTask.)
Protected method OnActivityChangeAdd (Inherited from CompositeActivity.)
Protected method OnActivityChangeRemove (Inherited from CompositeActivity.)
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 OnTaskCanceled (Inherited from OfficeTask.)
Protected method OnWorkflowChangesCompleted (Inherited from CompositeActivity.)
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 ShouldDelete (Inherited from OfficeTask.)
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

Explicit Interface Implementations

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

Top

See Also

Reference

ApprovalTaskProcess Class

Microsoft.Office.Workflow.Actions Namespace