Class SyncEntity
Inheritance
↳ object
↳ SyncEntity
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 SyncEntity : IEntity
Properties
Name
Declarationpublic string Name { get; set; }
Type | Description |
---|---|
string |
Lock
Declarationpublic Guid Lock { get; set; }
Type | Description |
---|---|
Guid |
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 |