Assembly: OptimaJet.Workflow.FormsPlugin

Class SaveFormSuccess

OptimaJet.Workflow.Plugins.FormsPlugin.SaveFormSuccess

Represents the result of a successful form save, i.e., when no errors have occurred.

public record SaveFormSuccess : IEquatable<SaveFormSuccess>

Type Hierarchy

Constructors

public SaveFormSuccess(ImmutableDictionary<string, object?> Data) #
Represents the result of a successful form save, i.e., when no errors have occurred.

Parameters

Name
Type
Description
Data
ImmutableDictionary<String, Object>
The updated form data.

Properties

public ImmutableDictionary<string, object?> Data { get; init; } #
The updated form data.