Workflow Engine .NET

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>

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
Data
ImmutableDictionary<Object>
The updated form data.

Properties

Name
Type
Data #
ImmutableDictionary<Object>
The updated form data.