Class Annotation
Represent an annotation than can be attached to ActivityDefinition or TransitionDefinition
Inheritance
↳ object
↳ Annotation
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 class Annotation
Properties
Name
Annotation name
Declarationpublic string Name { get; set; }
Type | Description |
---|---|
string |
JsonValue
Annotation value as a JSON string
Declarationpublic string JsonValue { get; set; }
Type | Description |
---|---|
string |
Methods
Clone()
Creates a copy of Annotation
Declarationpublic Annotation Clone()
Type | Description |
---|---|
Annotation | A copy of annotation |