Contains information about a workflow type.
 Declaration Syntax
 Declaration Syntax| C# | 
public class WorkflowTypeInfo
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | WorkflowTypeInfo()()()() | Initializes a new instance of the WorkflowTypeInfo class | 
|  | CreationDate | 
            The date when this type was registered.
             
             | 
|  | DeprecationDate | 
            If the type is in deprecated state, then it is set to the date when the type was deprecated.
             
             | 
|  | Description | 
            The description of the type registered through RegisterWorkflowType.
             
             Constraints: | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Status | 
            The current status of the workflow type.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCreationDate(DateTime) | Obsolete. 
            Sets the CreationDate property
             | 
|  | WithDeprecationDate(DateTime) | Obsolete. 
            Sets the DeprecationDate property
             | 
|  | WithDescription(String) | Obsolete. 
            Sets the Description property
             | 
|  | WithStatus(String) | Obsolete. 
            Sets the Status property
             | 
|  | WithWorkflowType(WorkflowType) | Obsolete. 
            Sets the WorkflowType property
             | 
|  | WorkflowType | 
            The workflow type this information is about.
             
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | WorkflowTypeInfo |