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
Syntaxpublic class SchemeItem
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 List<string> InlinedSchemes { get; set; }
Type | Description |
---|---|
List<string> |
Tags
Declarationpublic List<string> Tags { get; set; }
Type | Description |
---|---|
List<string> |