Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class WorkflowFormEntity

OptimaJet.Workflow.Core.Entities.WorkflowFormEntity

public class WorkflowFormEntity : IEntity

Inheritance

  • System.Object

Implemented Interfaces

Properties

Name
Type
Id #
Guid
Name #
String
Version #
Int32
CreationDate #
DateTime
UpdatedDate #
DateTime
Definition #
String
Lock #
Int32
TenantId #
String

Methods

public object GetValue(string key) #
Gets the value of a property "key"

Parameters

Name
Type
Description
key
String

Returns

Type
Description
Object
public void SetValue(string key, object value) #
Sets a "value" for a property "key"

Parameters

Name
Type
Description
key
String
value
Object
public WorkflowForm ToModel() #

Returns

Type
Description
WorkflowForm