Class BaseDefinition
Represent a base object in a process scheme
Inheritance
↳ object
↳ BaseDefinition
↳ ActivityDefinition
↳ ActorDefinition
↳ CodeActionDefinition
↳ CommandDefinition
↳ CommentDefinition
↳ ParameterDefinition
↳ ProcessDefinition
↳ TimerDefinition
↳ TransitionDefinition
Inherited Members
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
MemberwiseClone()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core.Model
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic abstract class BaseDefinition
Constructors
BaseDefinition()
Declarationprotected BaseDefinition()
Properties
Name
Name of the object in scheme
Declarationpublic virtual string Name { get; set; }
Type | Description |
---|---|
string |
DesignerSettings
Designer settings which used by Workflow Designer
Declarationpublic DesignerSettings DesignerSettings { get; set; }
Type | Description |
---|---|
DesignerSettings |
Methods
Clone()
Declarationpublic BaseDefinition Clone()
Type | Description |
---|---|
BaseDefinition |