Assembly: OptimaJet.Workflow.BpmnPlugin

Class TRelationship

OptimaJet.Workflow.BpmnPlugin.Model.TRelationship

public class TRelationship : TBaseElement

Type Hierarchy

Constructors

public TRelationship() #

Initializes a new instance of the TRelationship class.

Properties

public Collection<XmlQualifiedName> Source { get; } #
public Collection<XmlQualifiedName> Target { get; } #
public string Type { get; set; } #
public TRelationshipDirection? Direction { get; set; } #