Table of Contents

Class ValidityStateFlags

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class ValidityStateFlags
Inheritance
ValidityStateFlags
Inherited Members

Constructors

ValidityStateFlags()

public ValidityStateFlags()

Fields

BadInput

[Value("badInput")]
public bool BadInput

Field Value

bool

CustomError

[Value("customError")]
public bool CustomError

Field Value

bool

PatternMismatch

[Value("patternMismatch")]
public bool PatternMismatch

Field Value

bool

RangeOverflow

[Value("rangeOverflow")]
public bool RangeOverflow

Field Value

bool

RangeUnderflow

[Value("rangeUnderflow")]
public bool RangeUnderflow

Field Value

bool

StepMismatch

[Value("stepMismatch")]
public bool StepMismatch

Field Value

bool

TooLong

[Value("tooLong")]
public bool TooLong

Field Value

bool

TooShort

[Value("tooShort")]
public bool TooShort

Field Value

bool

TypeMismatch

[Value("typeMismatch")]
public bool TypeMismatch

Field Value

bool

ValueMissing

[Value("valueMissing")]
public bool ValueMissing

Field Value

bool