Skip to main content

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

Syntax
public class Annotation

Properties

Name

Annotation name

Declaration
public string Name { get; set; }
Property value
TypeDescription
string

JsonValue

Annotation value as a JSON string

Declaration
public string JsonValue { get; set; }
Property value
TypeDescription
string

Methods

Clone()

Creates a copy of Annotation

Declaration
public Annotation Clone()
Returns
TypeDescription
AnnotationA copy of annotation

Extension Methods