6 packages tagged with “dependent”
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
provides attributes for navigation-properties which are used to qualify the relation as PRINCIPAL or LOOKUP
Running tasks in parallel while taking into account the dependencies between them.
Package Description
EntityAnnotations
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