Class GetFormSuccess
OptimaJet.Workflow.Plugins.FormsPlugin.GetFormSuccess
Represents a successful result of fetching a form.
Namespace: OptimaJet.Workflow.Plugins.FormsPlugin
public record GetFormSuccess : IEquatable<GetFormSuccess>Inheritance
- System.Object
Implemented Interfaces
- System.IEquatable{OptimaJet.Workflow.Plugins.FormsPlugin.GetFormSuccess}
Constructors
public GetFormSuccess(Form Form) #Represents a successful result of fetching a form.
Parameters
Name
Type
Description
FormFormThe successfully retrieved form.