Skip to main content

Interface IEntity

Namespace: OptimaJet.Workflow.Core.Entities

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public interface IEntity

Methods

GetValue(string)

Gets the value of a property "key"

Declaration
object GetValue(string key)
Parameters
TypeNameDescription
stringkey
Returns
TypeDescription
object

SetValue(string, object)

Sets a "value" for a property "key"

Declaration
void SetValue(string key, object value)
Parameters
TypeNameDescription
stringkey
objectvalue

Extension Methods