ProjectSequence Members
Include Protected Members
Include Inherited Members
Initializes a Project Server workflow and contains all other activities that are part of the Project Server workflow.
The ProjectSequence type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProjectSequence | Creates an instance of the ProjectSequence class. |
Top
Properties
Name | Description | |
---|---|---|
Activities | (Inherited from CompositeActivity.) | |
CanModifyActivities | (Inherited from CompositeActivity.) | |
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
Enabled | (Inherited from Activity.) | |
EnabledActivities | (Inherited from CompositeActivity.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
InitiationData | Gets or sets the Project Server workflow initiation data from the SharePoint OnWorkflowActivated activity. | |
IsDynamicActivity | (Inherited from Activity.) | |
Name | (Inherited from Activity.) | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
QualifiedName | (Inherited from Activity.) | |
Site | (Inherited from DependencyObject.) | |
UserData | (Inherited from DependencyObject.) | |
WorkflowContext | Gets the context of the Project Server workflow. Read-only. | |
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 | |
---|---|---|
InitiationDataProperty | Contains the InitiationData property. | |
WorkflowContextProperty | Contains the WorkflowContext property. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IActivityEventListener<ActivityExecutionStatusChangedEventArgs>.OnEvent | The interface of the event listener for the ProjectSequence workflow activity. | |
IComponent.Disposed | (Inherited from DependencyObject.) |
Top