| ConditionSourcePoint Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.WorkflowEngine.Definitions
 Syntax
Syntaxpublic class ConditionSourcePoint : SourcePoint
The ConditionSourcePoint type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ConditionSourcePoint | 
            Default constructor
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Condition | 
            Point condition
            (Inherited from SourcePoint.) | 
|  | Guid | 
            Point GUID
            (Inherited from SourcePoint.) | 
|  | InheritsRolesSettings | 
            Indicates if roles settings are inherited
            (Inherited from SourcePoint.) | 
|  | InheritsStepSettings | 
            Indicates if all step security settings are inherited
            (Inherited from SourcePoint.) | 
|  | InheritsUsersSettings | 
            Indicates if users settings are inherited
            (Inherited from SourcePoint.) | 
|  | Label | 
            Point label
            (Inherited from SourcePoint.) | 
|  | StepRolesSecurity | 
            Security settings for roles
            (Inherited from SourcePoint.) | 
|  | StepUsersSecurity | 
            Security settings for users
            (Inherited from SourcePoint.) | 
|  | Text | 
            Point action text
            (Inherited from SourcePoint.) | 
|  | Tooltip | 
            Point action tooltip
            (Inherited from SourcePoint.) | 
|  | Type | 
            Point type
            (Inherited from SourcePoint.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | 
            Returns cloned instance, containing same data.
            (Inherited from SourcePoint.) | 
|  | CloneInternal | 
            Returns new instance of ConditionSourcePoint.
            (Overrides SourcePointCloneInternal.) | 
 See Also
See Also