Workflow Engine .NET

Assembly: OptimaJet.Workflow.FormsPlugin

Class FormValidationResult

OptimaJet.Workflow.Plugins.FormsPlugin.FormValidationResult

Represents the result of a form validation process, indicating whether the validation succeeded and providing details about any errors encountered during validation.

public class FormValidationResult

Inheritance

  • System.Object

Properties

Name
Type
IsValid #
Boolean
Indicates whether the result of the form validation is valid.
Errors #
ImmutableDictionary<Object>
Represents a collection of validation errors encountered during form processing.
Valid #
FormValidationResult
Represents a predefined instance of FormValidationResult indicating a valid form state.