| Interface | Description |
|---|---|
| Validator |
This interface is implemented by specific validators.
|
| Class | Description |
|---|---|
| CompositeValidator |
This
Validator implementation is used to compose multiple other validators. |
| FunctionBasedValidator<T> |
This
Validator implementation uses functions to validate the values of an observable. |
| ObservableRuleBasedValidator |
This
Validator implementation uses observable boolean values as rules. |
| ObservableRules |
A collection of observable boolean constructors that can be used as rules for the
ObservableRuleBasedValidator. |
| ValidationMessage |
This class represents a single validation message for an error or a warning.
|
| ValidationStatus |
This class represents the state of a
Validator. |
| Enum | Description |
|---|---|
| Severity |
The severity of validation messages.
|
Copyright © 2016 Saxonia Systems AG. All rights reserved.