Assembly: OptimaJet.Workflow.Core

Interface IEntity

OptimaJet.Workflow.Core.Entities.IEntity

Defines keyed access to property values exposed by a Workflow Engine persistence entity.

public interface IEntity

Type Hierarchy

Methods

object GetValue(string key) #
Gets the entity property value associated with the specified key.

Parameters

Name
Type
Description
key
String
The key that identifies the property.

Returns

Type
Description
Object
The property value associated with key.
void SetValue(string key, object value) #
Sets the value of the entity property identified by the specified key.

Parameters

Name
Type
Description
key
String
The key that identifies the property.
value
Object
The value to assign to the property.