ProjectWorkflowContext constructor
Instantiates a ProjectWorkflowContext object.
Overload list
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