Class WorkflowForm
OptimaJet.Workflow.MongoDB.Models.WorkflowForm
Namespace: OptimaJet.Workflow.MongoDB.Models
public class WorkflowForm : DynamicEntityType Hierarchy
- DynamicEntity
- WorkflowForm Current type
Properties
public Guid Id { get; set; } #public string Name { get; set; } #public int Version { get; set; } #public DateTime CreationDate { get; set; } #public DateTime UpdatedDate { get; set; } #public string Definition { get; set; } #public int Lock { get; set; } #public string? TenantId { get; set; } #Methods
public WorkflowForm ToModel() #Returns
Type
Description
WorkflowForm