| SourcePoint Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.WorkflowEngine.Definitions
 Syntax
Syntax[SerializableAttribute] public class SourcePoint
The SourcePoint type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | SourcePoint | 
            Constructor
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Condition | 
            Point condition
             | 
|  | Guid | 
            Point GUID
             | 
|  | InheritsRolesSettings | 
            Indicates if roles settings are inherited
             | 
|  | InheritsStepSettings | 
            Indicates if all step security settings are inherited
             | 
|  | InheritsUsersSettings | 
            Indicates if users settings are inherited
             | 
|  | Label | 
            Point label
             | 
|  | StepRolesSecurity | 
            Security settings for roles
             | 
|  | StepUsersSecurity | 
            Security settings for users
             | 
|  | Text | 
            Point action text
             | 
|  | Tooltip | 
            Point action tooltip
             | 
|  | Type | 
            Point type
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | 
            Returns cloned instance, containing same data.
             | 
|  | CloneInternal | 
            Clones the instance of SourcePoint or derived type.
             | 
 See Also
See Also