[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Tools.ValidatorBase-1.Validator-1

ValidatorBase<T>.Validator<TProperty> Class

Inheritance
ValidatorBase<T>.Validator<TProperty>
Namespace: GrapeCity.ActiveReports.Rendering.Tools
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
protected class ValidatorBase<T>.Validator<TProperty>
Type Parameters
Name Description
TProperty

Constructors

Name Description
Validator(Func<T, TProperty>)

Methods

Name Description
GreaterThan(double, string)
GreaterThanOrEqualTo(double, string)
LessThanOrEqualTo(double, string)
MaxLength(int, string)
Must(Func<TProperty, bool>, string)

Custom validation

NotEmpty(string)
Validate(T)
ValidateAndTrow(T)

Extension Methods