Skip to main content
A newer version of this page is available. .

PropertyMetadataBuilderExtensions.InRange Method

Name Parameters Description
InRange<T, TProperty>(PropertyMetadataBuilder<T, TProperty>, TProperty, TProperty, Func<TProperty, String>) static builder, minimum, maximum, errorMessageAccessor
InRange<T, TProperty>(PropertyMetadataBuilder<T, TProperty>, TProperty, TProperty, Func<String>) static builder, minimum, maximum, errorMessageAccessor Specifies property value boundaries.
InRange<T, TProperty>(PropertyMetadataBuilder<T, Nullable<TProperty>>, Nullable<TProperty>, Nullable<TProperty>, Func<TProperty, String>) static builder, minimum, maximum, errorMessageAccessor
InRange<T, TProperty>(PropertyMetadataBuilder<T, Nullable<TProperty>>, Nullable<TProperty>, Nullable<TProperty>, Func<String>) static builder, minimum, maximum, errorMessageAccessor Specifies property value boundaries.