Table of contents

EnumValidationStatus

ValidationStatus describes the outcome of a validation process on a field.

Definition

Namespace: Dynamsoft.CodeParser.Maui

Assembly: Dynamsoft.CodeParser.Maui

public enum EnumValidationStatus
{
    /** The field has no validation specified. */
    VS_NONE = 0,
    /** The validation for the field has been succeeded. */
    VS_SUCCEEDED = 1,
    /** The validation for the field has been failed. */
    VS_FAILED = 2
}

Is this page helpful?

YesYes NoNo

In this article: