ReactiveUI.Validation.Components namespace¶
Part of the ReactiveUI.Validation package.
| Type | Kind | Summary |
|---|---|---|
| BasePropertyValidation | class | Property validator for a single view model property. |
| BasePropertyValidation | class | Base class for items which are used to build a [ValidationContext](# |
| ObservableValidation | class | A validation component that is based on an IObservable. Validates a single property. Though in the passed observable more properties can be referenced via a call to WhenAnyValue. |
| ObservableValidation | class | A validation component that is based on an IObservable. |
| ObservableValidationBase | class | A validation component that is based on an IObservable. |