Namespace ReactiveUI.Validation.Components
Classes
- BasePropertyValidation<TViewModel>
Base class for items which are used to build a Validation
Context .
- BasePropertyValidation<TViewModel, TViewModelProperty>
Base class for items which are used to build a Validation
Context .
- ObservableValidationBase<TViewModel, TValue>
A validation component that is based on an IObservable<T>.
- ObservableValidation<TViewModel, TValue>
A validation component that is based on an IObservable<T>.
- ObservableValidation<TViewModel, TValue, TProp>
A validation component that is based on an IObservable<T>. Validates a single property. Though in the passed observable more properties can be referenced via a call to WhenAnyValue.