Namespace DotNext.ComponentModel.DataAnnotations
Classes
OptionalStringLengthAttribute
Specifies the minimum and maximum length of characters that are allowed in a data field of type Optional<T>.
RequiredAttribute<T>
Checks whether the data field of type Optional<T> has a value.