Class WorkflowFormEntity
OptimaJet.Workflow.Core.Entities.WorkflowFormEntity
Namespace: OptimaJet.Workflow.Core.Entities
public class WorkflowFormEntity : IEntityInheritance
- System.Object
Implemented Interfaces
Properties
Name
Type
Id #GuidName #StringVersion #Int32CreationDate #DateTimeUpdatedDate #DateTimeDefinition #StringLock #Int32TenantId #StringMethods
public object GetValue(string key) #Gets the value of a property "key"
Parameters
Name
Type
Description
keyStringReturns
Type
Description
Objectpublic void SetValue(string key, object value) #Sets a "value" for a property "key"
Parameters
Name
Type
Description
keyStringvalueObjectpublic WorkflowForm ToModel() #Returns
Type
Description
WorkflowForm