Click or drag to resize
ElseSourcePoint Class
Class handling initial values for else source point.
Inheritance Hierarchy
SystemObject
  CMS.WorkflowEngine.DefinitionsSourcePoint
    CMS.WorkflowEngine.DefinitionsElseSourcePoint

Namespace: CMS.WorkflowEngine.Definitions
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
public class ElseSourcePoint : SourcePoint

The ElseSourcePoint type exposes the following members.

Constructors
  NameDescription
Public methodElseSourcePoint
Default constructor
Top
Properties
  NameDescription
Public propertyCondition
Point condition
(Inherited from SourcePoint.)
Public propertyGuid
Point GUID
(Inherited from SourcePoint.)
Public propertyInheritsRolesSettings
Indicates if roles settings are inherited
(Inherited from SourcePoint.)
Public propertyInheritsStepSettings
Indicates if all step security settings are inherited
(Inherited from SourcePoint.)
Public propertyInheritsUsersSettings
Indicates if users settings are inherited
(Inherited from SourcePoint.)
Public propertyLabel
Point label
(Inherited from SourcePoint.)
Public propertyStepRolesSecurity
Security settings for roles
(Inherited from SourcePoint.)
Public propertyStepUsersSecurity
Security settings for users
(Inherited from SourcePoint.)
Public propertyText
Point action text
(Inherited from SourcePoint.)
Public propertyTooltip
Point action tooltip
(Inherited from SourcePoint.)
Public propertyType
Point type
(Inherited from SourcePoint.)
Top
Methods
  NameDescription
Public methodClone
Returns cloned instance, containing same data.
(Inherited from SourcePoint.)
Protected methodCloneInternal
Returns new instance of ElseSourcePoint.
(Overrides SourcePointCloneInternal.)
Top
See Also