Class Form
OptimaJet.Workflow.Plugins.FormsPlugin.Form
Represents information about a form.
Namespace: OptimaJet.Workflow.Plugins.FormsPlugin
public record Form : IEquatable<Form>Inheritance
- System.Object
Implemented Interfaces
- System.IEquatable{OptimaJet.Workflow.Plugins.FormsPlugin.Form}
Properties
Name
Type
FormKey #FormKeyRepresents a unique identifier for a form, which includes properties defining the specific form's name and version in the system.
FormCode #StringThe form code — can be any information that allows us to render it.