Click or drag to resize
CaseSourcePoint Class
Class handling initial values for user choice source point.
Inheritance Hierarchy

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

The CaseSourcePoint type exposes the following members.

Constructors
  NameDescription
Public methodCaseSourcePoint
Default constructor
Public methodCaseSourcePoint(Int32)
Constructor ensuring numbered default labels
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
See Also