Class SaveFormSuccess
OptimaJet.Workflow.Plugins.FormsPlugin.SaveFormSuccess
Represents the result of a successful form save, i.e., when no errors have occurred.
Namespace: OptimaJet.Workflow.Plugins.FormsPlugin
public record SaveFormSuccess : IEquatable<SaveFormSuccess>Type Hierarchy
- SaveFormSuccess Current type
- Implemented interfaces
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
DataImmutableDictionary<String, Object>The updated form data.
Properties
public ImmutableDictionary<string, object?> Data { get; init; } #The updated form data.