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.
Namespace: OptimaJet.Workflow.Plugins.FormsPlugin
public class FormValidationResultInheritance
- System.Object
Properties
Name
Type
IsValid #BooleanIndicates whether the result of the form validation is valid.
Errors #ImmutableDictionary<Object>Represents a collection of validation errors encountered during form processing.
Valid #FormValidationResultRepresents a predefined instance of FormValidationResult indicating a valid form state.