Interface IEntity
OptimaJet.Workflow.Core.Entities.IEntity
Namespace: OptimaJet.Workflow.Core.Entities
public interface IEntityMethods
object GetValue(string key) #Gets the value of a property "key"
Parameters
Name
Type
Description
keyStringReturns
Type
Description
Objectvoid SetValue(string key, object value) #Sets a "value" for a property "key"
Parameters
Name
Type
Description
keyStringvalueObject