ProjectWorkflowContext Members

Include Protected Members
Include Inherited Members

Interface to provide information that is related to the current instance of the workflow.

The ProjectWorkflowContext type exposes the following members.

Constructors

  Name Description
Public method ProjectWorkflowContext() Instantiates an empty ProjectWorkflowContext object.
Protected method ProjectWorkflowContext(SerializationInfo, StreamingContext) Creates an instance of the ProjectWorkflowContext class for serialization purposes.
Public method ProjectWorkflowContext(Guid, Guid, String, Boolean, String, String, Boolean, Guid, Guid, String) Instantiates a ProjectWorkflowContext object.

Top

Properties

  Name Description
Public property EnterpriseProjectTypeName Gets the name of the enterprise project type that is associated with the project.
Public property EnterpriseProjectTypeUid Gets the GUID of the enterprise project type that is associated with the project.
Public property LanguageCulture Gets the language culture that is used by the workflow.
Public property LocaleCulture Gets the locale culture that is used by the workflow.
Public property ProjectUid Gets the GUID of the project that is associated with the workflow.
Public property ProxyUserAccount Gets the account name of the workflow proxy user.
Public property ProxyUserUid Gets the GUID of the workflow proxy user.
Public property ProxyUserWindows Gets a value that indicates whether the workflow proxy user is using Windows authentication.
Public property SkipToStage Gets or sets a value that indicates whether the workflow will skip to a specific stage.
Public property StageUid Gets or sets the current stage or the next stage of the workflow.
Public property UpgradedPersistedProperties (Inherited from SPAutoSerializingObject.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData Populates the specified SerializationInfo object with the data that is needed to serialize the ProjectWorkflowContext. (Overrides SPAutoSerializingObject.GetObjectData(SerializationInfo, StreamingContext).)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDeserialization (Inherited from SPAutoSerializingObject.)
Public methodStatic member ParseXml Creates an instance of ProjectWorkflowContext, based on the specified XML data.
Public method SerializeToXml Serializes the project workflow context to XML.
Public method ToString (Inherited from Object.)
Protected method UpdateParent (Inherited from SPAutoSerializingObject.)

Top

See Also

Reference

ProjectWorkflowContext Class

Microsoft.Office.Project.Server.Library Namespace