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
Syntaxpublic class SchemeEntity : IEntity
Properties
Code
Declarationpublic string Code { get; set; }
Type | Description |
---|---|
string |
Scheme
Declarationpublic string Scheme { get; set; }
Type | Description |
---|---|
string |
CanBeInlined
Declarationpublic bool CanBeInlined { get; set; }
Type | Description |
---|---|
bool |
InlinedSchemes
Declarationpublic string InlinedSchemes { get; set; }
Type | Description |
---|---|
string |
Tags
Declarationpublic string Tags { get; set; }
Type | Description |
---|---|
string |
Methods
GetInlinedSchemes()
Declarationpublic List<string> GetInlinedSchemes()
Type | Description |
---|---|
List<string> |
GetValue(string)
Declarationpublic object GetValue(string key)
Type | Name | Description |
---|---|---|
string | key |
Type | Description |
---|---|
object |
SetValue(string, object)
Declarationpublic void SetValue(string key, object value)
Type | Name | Description |
---|---|---|
string | key | |
object | value |