| Step Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.WorkflowEngine.Definitions
 Syntax
Syntax[SerializableAttribute] public class Step
The Step type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DefinitionPoint | 
            Source point with additional definitions
             | 
|  | Position | 
            Position of the step
             | 
|  | SourcePoints | 
            List of source points for transitions
             | 
|  | TimeoutEnabled | 
            Indicates whether timeout is enabled for the step.
             | 
|  | TimeoutInterval | 
            Timeout interval of the step
             | 
|  | TimeoutTarget | 
            GUID of target transition to use after timeout
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | 
            Creates a clone of the object.
             | 
|  | CloneInternal | 
            Returns empty the instance of SourcePoint or derived type used for cloning.
             | 
|  | GetData | 
            Gets XML node representation.
             | 
|  | GetSerializer | 
            Return instance of XmlSerializer used afterwards to serialize the object.
             | 
 Remarks
Remarks See Also
See Also