struct
|
InputFieldState
|
public
static
readonly
field
|
Valid
|
||
type
|
InputFieldState
|
public
readonly
field
|
ErrorMessage
|
||
type
|
string
|
public
readonly
field
|
ErrorRange
|
||
type
|
RangeI
|
public
property
|
IsInvalid
{
get
}
|
||
type
|
bool
|
||
value
|
public
property
|
IsValid
{
get
}
|
||
type
|
bool
|
||
value
|
public
static
method
|
Invalid
()
|
||
type
|
InputFieldState
|
public
static
method
|
Invalid
(RangeI range)
|
||
type
|
InputFieldState
|
||
params
|
range
|
public
static
method
|
Invalid
(string message)
|
||
type
|
InputFieldState
|
||
params
|
message
|
public
static
method
|
Invalid
(RangeI range,
string message)
|
||
type
|
InputFieldState
|
||
params
|
range
|
||
message
|