Interface IEntity
OptimaJet.Workflow.Core.Entities.IEntity
Defines keyed access to property values exposed by a Workflow Engine persistence entity.
Namespace: OptimaJet.Workflow.Core.Entities
public interface IEntityType Hierarchy
- IEntity Current type
- Implementing types
Methods
object GetValue(string key) #Gets the entity property value associated with the specified key.
Parameters
Name
Type
Description
keyStringThe key that identifies the property.
Returns
Type
Description
ObjectThe 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
keyStringThe key that identifies the property.
valueObjectThe value to assign to the property.