WorkflowActivities members
Contains methods that encapsulate Project Server workflow activities and methods, for use with version 4 of Windows Workflow Foundation (WF4).
The WorkflowActivities type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
WorkflowActivities | Creates an instance of the WorkflowActivities class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Context | (Inherited from ClientObject.) |
![]() |
ObjectData | (Inherited from ClientObject.) |
![]() |
ObjectVersion | (Inherited from ClientObject.) |
![]() |
Path | (Inherited from ClientObject.) |
![]() |
ServerObjectIsNull | (Inherited from ClientObject.) |
![]() |
Tag | (Inherited from ClientObject.) |
![]() |
TypedObject | (Inherited from ClientObject.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CheckUninitializedProperty | (Inherited from ClientObject.) |
![]() |
CreateProjectFromListItem | Creates a project from a SharePoint list item, where the project uses the specified enterprise project type (EPT). |
![]() |
CustomFromJson | (Inherited from ClientObject.) |
![]() |
EnterProjectStage | Attempts to enter the specified workflow stage for the project. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
FromJson | (Inherited from ClientObject.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
InitNonPropertyFieldFromJson | (Inherited from ClientObject.) |
![]() |
InitOnePropertyFromJson | (Inherited from ClientObject.) |
![]() |
IsObjectPropertyInstantiated | (Inherited from ClientObject.) |
![]() |
IsPropertyAvailable | (Inherited from ClientObject.) |
![]() |
LeaveProjectStage | Sets the project complete and leaves the current workflow stage. |
![]() |
LoadExpandoFields | (Inherited from ClientObject.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ReadBooleanProperty | Reads the value of the specified project property by using the SharePoint SPFieldType.Boolean type. |
![]() |
ReadCurrencyProperty | Reads the value of of the specified project property by using the SharePoint SPFieldType.Currency type. |
![]() |
ReadDateTimeProperty | Reads the value of of the specified project property by using the SharePoint SPFieldType.DateTime type. |
![]() |
ReadGuidProperty | Reads the value of of the specified project property by using the SharePoint SPFieldType.Guid type. |
![]() |
ReadIntegerProperty | Reads the value of of the specified project property by using the SharePoint SPFieldType.Integer type. |
![]() |
ReadNumberProperty | Reads the value of of the specified project property by using the SharePoint SPFieldType.Number type. |
![]() |
ReadProjectProperty | Reads the String value of of the specified project property. |
![]() |
ReadTextProperty | Reads the value of of the specified project property by using the SharePoint SPFieldType.Text type. |
![]() |
ReadyToLeaveProjectStage | Checks whether the current workflow stage requirements are satisfied. |
![]() |
RefreshLoad | (Inherited from ClientObject.) |
![]() |
RemoveFromParentCollection | (Inherited from ClientObject.) |
![]() |
Retrieve() | (Inherited from ClientObject.) |
![]() |
Retrieve([]) | (Inherited from ClientObject.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
UpdateBooleanProperty | Updates the value of the specified project property by using the SharePoint SPFieldType.Boolean type. |
![]() |
UpdateClientObjectPropertyType | (Inherited from ClientObject.) |
![]() |
UpdateCurrencyProperty | Updates the value of of the specified project property by using the SharePoint SPFieldType.Currency type. |
![]() |
UpdateDateTimeProperty | Updates the value of of the specified project property by using the SharePoint SPFieldType.DateTime type. |
![]() |
UpdateGuidProperty | Updates the value of of the specified project property by using the SharePoint SPFieldType.Guid type. |
![]() |
UpdateIdeaListItemStatus | Updates the Status column in the SharePoint project idea list with a status string. |
![]() |
UpdateIntegerProperty | Updates the value of of the specified project property by using the SharePoint SPFieldType.Integer type. |
![]() |
UpdateNumberProperty | Updates the value of of the specified project property by using the SharePoint SPFieldType.Number type. |
![]() |
UpdateProjectStageStatus | Updates the status value and the status information for a Project Server workflow stage. |
![]() |
UpdateTextProperty | Updates the value of of the specified project property by using the SharePoint SPFieldType.Text type. |
Top