Class ValidationHelper
- Namespace
- ReactiveUI.Validation.Helpers
- Assembly
- ReactiveUI.Validation.dll
Encapsulation of a validation with bindable properties.
- Inheritance
-
Validation
Helper
- Implements
- Extension Methods
Constructors
ValidationHelper(IValidationComponent, IDisposable?)
Initializes a new instance of the Validation
Parameters
validation
IValidationComponent Validation property.
cleanup
IDisposableThe disposable to dispose when the helper is disposed.
Properties
IsValid
Gets a value indicating whether the validation is currently valid or not.
Property Value
Message
Gets the current (optional) validation message.
Property Value
ValidationChanged
Gets the observable for validation state changes.
Property Value
Methods
Dispose()
Dispose(bool)
Disposes of the managed resources.