Contains details about a workflow type.
 Declaration Syntax
 Declaration Syntax| C# | 
public class WorkflowTypeDetail
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | WorkflowTypeDetail()()()() | Initializes a new instance of the WorkflowTypeDetail class | 
|  | Configuration | 
            Configuration settings of the workflow type registered through RegisterWorkflowType | 
|  | 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.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | TypeInfo | 
            General information about the workflow type. The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the
            following.  
 | 
|  | WithConfiguration(WorkflowTypeConfiguration) | Obsolete. 
            Sets the Configuration property
             | 
|  | WithTypeInfo(WorkflowTypeInfo) | Obsolete. 
            Sets the TypeInfo property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | WorkflowTypeDetail |