5 packages tagged with “LessThan”
DependentValidation is a netstandard2.0 library that extends the System.ComponentModel.DataAnnotations with conditional attributes based on another property of the validated object. The new attributes are the following: - RequiredIf - RequiredIfEmpty - RequiredIfFalse - RequiredIfNot - RequiredIfNotEmpty - RequiredIfNotRegExMatch - RequiredIfRegExMatch - RequiredIfTrue - RegularExpressionIf - Is - EqualTo - GreaterThan - GreaterThanOrEqualTo - LessThan - LessThanOrEqualTo - NotEqualTo
An enumeration for common mathematical operations
15 Filters for Dynamic Data; GreaterThan, GreaterThanOrEqual, LessThan, LessThanOrEqual, DateRange, Range, Autocomplete, Contains, MultiForeignKey, StartsWith, EndsWith, DateFrom, DataTo.
Library to simplify runtime checking by using code contracts.
DependentValidationBlazor is a netstandard2.0 library that extends the System.ComponentModel.DataAnnotations with conditional attributes based on another property of the validated object. Originaly made by Angelo Rotta, this library is a fork of the original project that was made to be compatible with Blazor. The new attributes are the following: - RequiredIf - RequiredIfEmpty - RequiredIfFalse - RequiredIfNot - RequiredIfNotEmpty - RequiredIfNotRegExMatch - RequiredIfRegExMatch - RequiredIfTrue - RegularExpressionIf - Is - EqualTo - GreaterThan - GreaterThanOrEqualTo - LessThan - LessThanOrEqualTo - NotEqualTo