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>Inheritance
- System.Object
Implemented Interfaces
- System.IEquatable{OptimaJet.Workflow.Plugins.FormsPlugin.SaveFormSuccess}
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<Object>The updated form data.