Skip to main content

Class Flow

Inheritance

↳ object

    Flow

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.BPMN

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public class Flow

Properties

Id

Declaration
public string Id { get; }
Property value
TypeDescription
string

Name

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

Fields

sourceRef

Declaration
public string sourceRef
Returns
TypeDescription
string

targetRef

Declaration
public string targetRef
Returns
TypeDescription
string

Extension Methods