Class ProcessSchemeEntity
Inheritance
↳ object
↳ ProcessSchemeEntity
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 ProcessSchemeEntity : IEntity
Properties
DefiningParameters
Declarationpublic string DefiningParameters { get; set; }
Type | Description |
---|---|
string |
DefiningParametersHash
Declarationpublic string DefiningParametersHash { get; set; }
Type | Description |
---|---|
string |
Id
Declarationpublic Guid Id { get; set; }
Type | Description |
---|---|
Guid |
IsObsolete
Declarationpublic bool IsObsolete { get; set; }
Type | Description |
---|---|
bool |
SchemeCode
Declarationpublic string SchemeCode { get; set; }
Type | Description |
---|---|
string |
Scheme
Declarationpublic string Scheme { get; set; }
Type | Description |
---|---|
string |
RootSchemeId
Declarationpublic Guid? RootSchemeId { get; set; }
Type | Description |
---|---|
Guid? |
RootSchemeCode
Declarationpublic string RootSchemeCode { get; set; }
Type | Description |
---|---|
string |
AllowedActivities
Declarationpublic string AllowedActivities { get; set; }
Type | Description |
---|---|
string |
StartingTransition
Declarationpublic string StartingTransition { get; set; }
Type | Description |
---|---|
string |
Methods
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 |