Click or drag to resize
CaseSourcePoint Class
Class handling initial values for case source point.
Inheritance Hierarchy
SystemObject
  CMS.WorkflowEngine.DefinitionsSourcePoint
    CMS.WorkflowEngine.DefinitionsCaseSourcePoint

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

The CaseSourcePoint type exposes the following members.

Constructors
  NameDescription
Public methodCaseSourcePoint
Default constructor ensuring default label.
Public methodCaseSourcePoint(Int32)
Constructor ensuring numbered default labels.
Public methodCaseSourcePoint(String)
Constructor ensuring arbitrary label.
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 CaseSourcePoint.
(Overrides SourcePointCloneInternal.)
Top
See Also