Workflow Engine .NET

Assembly: OptimaJet.Workflow.FormsPlugin

Class Form

OptimaJet.Workflow.Plugins.FormsPlugin.Form

Represents information about a form.

public record Form : IEquatable<Form>

Inheritance

  • System.Object

Implemented Interfaces

  • System.IEquatable{OptimaJet.Workflow.Plugins.FormsPlugin.Form}

Properties

Name
Type
FormKey #
FormKey
Represents a unique identifier for a form, which includes properties defining the specific form's name and version in the system.
FormCode #
String
The form code — can be any information that allows us to render it.

Derived Types