Assembly: OptimaJet.Workflow.FormsPlugin

Class Form

OptimaJet.Workflow.Plugins.FormsPlugin.Form

Represents information about a form.

public record Form : IEquatable<Form>

Type Hierarchy

Properties

public required FormKey FormKey { get; init; } #
Represents a unique identifier for a form, which includes properties defining the specific form's name and version in the system.
public required string FormCode { get; init; } #
The form code - can be any information that allows us to render it.