Skip to main content

Class SchemeEntity

Inheritance

↳ object

    SchemeEntity

Implements

IEntity

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Entities

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public class SchemeEntity : IEntity

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 string InlinedSchemes { get; set; }
Property value
TypeDescription
string

Tags

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

Methods

GetInlinedSchemes()

Declaration
public List<string> GetInlinedSchemes()
Returns
TypeDescription
List<string>

GetValue(string)

Declaration
public object GetValue(string key)
Parameters
TypeNameDescription
stringkey
Returns
TypeDescription
object

SetValue(string, object)

Declaration
public void SetValue(string key, object value)
Parameters
TypeNameDescription
stringkey
objectvalue

Extension Methods