Click or drag to resize

GSF.Validation Namespace

Contains classes that facilitate the validation of data.
Classes
  Class Description
Public class EmailAddressValidator Represents a validator that can be used to ensure the validity of an email address.
Public class NonNullStringValidator Represents a validator that can be used to check for Strings that are null, empty, or consists only of whitespaces.
Public class NumericRangeValidator Represents a validator that can be used to ensure that a numeric value falls within a specific range.
Public class Code example ValidationService A class that facilitates value validation using IValidator implementations.
Interfaces
  Interface Description
Public interface IValidator Defines a value validator.