Class ValidationState
- Namespace
- ReactiveUI.Validation.States
- Assembly
- ReactiveUI.Validation.dll
Represents the validation state of a validation component.
- Inheritance
-
Validation
State
- Implements
- Extension Methods
Remarks
Initializes a new instance of the Validation
Constructors
ValidationState(bool, IValidationText)
Represents the validation state of a validation component.
Parameters
isValid
boolDetermines if the property is valid or not.
text
IValidationText Validation text.
Remarks
Initializes a new instance of the Validation
ValidationState(bool, string)
Initializes a new instance of the Validation
Parameters
Fields
Valid
Indicates a valid state.
Field Value
Properties
IsValid
Gets a value indicating whether the validation is currently valid or not.
Property Value
Text
Gets the validation text.