Click or drag to resize
IValidatorTValue Interface
Interface for the validator objects.

Namespace:  SD.LLBLGen.Pro.Core
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public interface IValidator<TValue>

Type Parameters

TValue

The IValidatorTValue type exposes the following members.

Properties
  NameDescription
Public propertyValidationError
Gets the validation error which occured during the last Validate call, or string.Empty if nothing was wrong or Validate hasn't been called yet.
Top
Methods
  NameDescription
Public methodValidate
Validates the value specified
Top
See Also