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
Public method WorkflowActivities Creates an instance of the WorkflowActivities class.

Top

Properties

  Name Description
Public property Context (Inherited from ClientObject.)
Protected property ObjectData (Inherited from ClientObject.)
Public property ObjectVersion (Inherited from ClientObject.)
Public property Path (Inherited from ClientObject.)
Public property ServerObjectIsNull (Inherited from ClientObject.)
Public property Tag (Inherited from ClientObject.)
Public property TypedObject (Inherited from ClientObject.)

Top

Methods

  Name Description
Protected method CheckUninitializedProperty (Inherited from ClientObject.)
Public method CreateProjectFromListItem Creates a project from a SharePoint list item, where the project uses the specified enterprise project type (EPT).
Public method CustomFromJson (Inherited from ClientObject.)
Public method EnterProjectStage Attempts to enter the specified workflow stage for the project.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method FromJson (Inherited from ClientObject.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method InitNonPropertyFieldFromJson (Inherited from ClientObject.)
Protected method InitOnePropertyFromJson (Inherited from ClientObject.)
Public method IsObjectPropertyInstantiated (Inherited from ClientObject.)
Public method IsPropertyAvailable (Inherited from ClientObject.)
Public method LeaveProjectStage Sets the project complete and leaves the current workflow stage.
Protected method LoadExpandoFields (Inherited from ClientObject.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ReadBooleanProperty Reads the value of the specified project property by using the SharePoint SPFieldType.Boolean type.
Public method ReadCurrencyProperty Reads the value of of the specified project property by using the SharePoint SPFieldType.Currency type.
Public method ReadDateTimeProperty Reads the value of of the specified project property by using the SharePoint SPFieldType.DateTime type.
Public method ReadGuidProperty Reads the value of of the specified project property by using the SharePoint SPFieldType.Guid type.
Public method ReadIntegerProperty Reads the value of of the specified project property by using the SharePoint SPFieldType.Integer type.
Public method ReadNumberProperty Reads the value of of the specified project property by using the SharePoint SPFieldType.Number type.
Public method ReadProjectProperty Reads the String value of of the specified project property.
Public method ReadTextProperty Reads the value of of the specified project property by using the SharePoint SPFieldType.Text type.
Public method ReadyToLeaveProjectStage Checks whether the current workflow stage requirements are satisfied.
Public method RefreshLoad (Inherited from ClientObject.)
Protected method RemoveFromParentCollection (Inherited from ClientObject.)
Public method Retrieve() (Inherited from ClientObject.)
Public method Retrieve([]) (Inherited from ClientObject.)
Public method ToString (Inherited from Object.)
Public method UpdateBooleanProperty Updates the value of the specified project property by using the SharePoint SPFieldType.Boolean type.
Protected method UpdateClientObjectPropertyType (Inherited from ClientObject.)
Public method UpdateCurrencyProperty Updates the value of of the specified project property by using the SharePoint SPFieldType.Currency type.
Public method UpdateDateTimeProperty Updates the value of of the specified project property by using the SharePoint SPFieldType.DateTime type.
Public method UpdateGuidProperty Updates the value of of the specified project property by using the SharePoint SPFieldType.Guid type.
Public method UpdateIdeaListItemStatus Updates the Status column in the SharePoint project idea list with a status string.
Public method UpdateIntegerProperty Updates the value of of the specified project property by using the SharePoint SPFieldType.Integer type.
Public method UpdateNumberProperty Updates the value of of the specified project property by using the SharePoint SPFieldType.Number type.
Public method UpdateProjectStageStatus Updates the status value and the status information for a Project Server workflow stage.
Public method UpdateTextProperty Updates the value of of the specified project property by using the SharePoint SPFieldType.Text type.

Top

See also

Reference

WorkflowActivities class

Microsoft.ProjectServer.Client namespace