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.
|