GSF.
|
Class | Description | |
---|---|---|
EmailAddressValidator | Represents a validator that can be used to ensure the validity of an email address. | |
NonNullStringValidator | Represents a validator that can be used to check for Strings that are null, empty, or consists only of whitespaces. | |
NumericRangeValidator | Represents a validator that can be used to ensure that a numeric value falls within a specific range. | |
ValidationService | A class that facilitates value validation using IValidator implementations. |
Interface | Description | |
---|---|---|
IValidator | Defines a value validator. |