Class Annotation
OptimaJet.Workflow.Core.Model.Annotation
Represents an annotation: a named string value attached as custom metadata to an ActivityDefinition or TransitionDefinition.
Namespace: OptimaJet.Workflow.Core.Model
public class AnnotationProperties
public string Name { get; set; } #Gets or sets the name used to retrieve the annotation value from an ActivityDefinition or TransitionDefinition.
Methods
public Annotation Clone() #Creates a shallow copy of this Annotation.
Returns
Type
Description
AnnotationA new Annotation whose Annotation.Name and Annotation.JsonValue values match those of this instance.