Class GetExecutableFormsSuccess
OptimaJet.Workflow.Plugins.FormsPlugin.GetExecutableFormsSuccess
Represents a successful result containing executable forms.
Namespace: OptimaJet.Workflow.Plugins.FormsPlugin
public record GetExecutableFormsSuccess : IEquatable<GetExecutableFormsSuccess>Type Hierarchy
- GetExecutableFormsSuccess Current type
- Implemented interfaces
Constructors
public GetExecutableFormsSuccess(ImmutableList<ExecutableForm> Forms) #Represents a successful result containing executable forms.
Parameters
Name
Type
Description
FormsImmutableList<ExecutableForm>A collection of executable forms.
Properties
public ImmutableList<ExecutableForm> Forms { get; init; } #A collection of executable forms.