Skip to main content

Class SchemeItem

Inheritance

↳ object

    SchemeItem

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Persistence

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public class SchemeItem

Properties

Code

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

Scheme

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

CanBeInlined

Declaration
public bool CanBeInlined { get; set; }
Property value
TypeDescription
bool

InlinedSchemes

Declaration
public List<string> InlinedSchemes { get; set; }
Property value
TypeDescription
List<string>

Tags

Declaration
public List<string> Tags { get; set; }
Property value
TypeDescription
List<string>

Extension Methods