Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class SchemeEntity

OptimaJet.Workflow.Core.Entities.SchemeEntity

public class SchemeEntity : IEntity

Inheritance

  • System.Object

Implemented Interfaces

Properties

Name
Type
Id #
Guid
Code #
String
Scheme #
String
CanBeInlined #
Boolean
InlinedSchemes #
String
Tags #
String
TenantId #
String

Methods

public List<string> GetInlinedSchemes() #

Returns

Type
Description
List<String>
public object GetValue(string key) #
Gets the value of a property "key"

Parameters

Name
Type
Description
key
String

Returns

Type
Description
Object
public void SetValue(string key, object value) #
Sets a "value" for a property "key"

Parameters

Name
Type
Description
key
String
value
Object