ProjectWorkflowContext 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 | |
---|---|---|
ProjectWorkflowContext() | Instantiates an empty ProjectWorkflowContext object. | |
ProjectWorkflowContext(SerializationInfo, StreamingContext) | Creates an instance of the ProjectWorkflowContext class for serialization purposes. | |
ProjectWorkflowContext(Guid, Guid, String, Boolean, String, String, Boolean, Guid, Guid, String) | Instantiates a ProjectWorkflowContext object. |
Top
Properties
Name | Description | |
---|---|---|
EnterpriseProjectTypeName | Gets the name of the enterprise project type that is associated with the project. | |
EnterpriseProjectTypeUid | Gets the GUID of the enterprise project type that is associated with the project. | |
LanguageCulture | Gets the language culture that is used by the workflow. | |
LocaleCulture | Gets the locale culture that is used by the workflow. | |
ProjectUid | Gets the GUID of the project that is associated with the workflow. | |
ProxyUserAccount | Gets the account name of the workflow proxy user. | |
ProxyUserUid | Gets the GUID of the workflow proxy user. | |
ProxyUserWindows | Gets a value that indicates whether the workflow proxy user is using Windows authentication. | |
SkipToStage | Gets or sets a value that indicates whether the workflow will skip to a specific stage. | |
StageUid | Gets or sets the current stage or the next stage of the workflow. | |
UpgradedPersistedProperties | (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Populates the specified SerializationInfo object with the data that is needed to serialize the ProjectWorkflowContext. (Overrides SPAutoSerializingObject.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | (Inherited from SPAutoSerializingObject.) | |
ParseXml | Creates an instance of ProjectWorkflowContext, based on the specified XML data. | |
SerializeToXml | Serializes the project workflow context to XML. | |
ToString | (Inherited from Object.) | |
UpdateParent | (Inherited from SPAutoSerializingObject.) |
Top