Interface IEntity
Namespace: OptimaJet.Workflow.Core.Entities
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic interface IEntity
Methods
GetValue(string)
Gets the value of a property "key"
Declarationobject GetValue(string key)
Type | Name | Description |
---|---|---|
string | key |
Type | Description |
---|---|
object |
SetValue(string, object)
Sets a "value" for a property "key"
Declarationvoid SetValue(string key, object value)
Type | Name | Description |
---|---|---|
string | key | |
object | value |