You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This attribute would ensure the value is within the bounds of a numeric range.
Determine Numeric Range Value
The range value should be determined firstly by the attribute's own value via the constructor or property. Should the attribute not specify a value, a RangeAttribute attribute would be sought.
Research
It is not yet determined if the range values should be including or exclude as part of the acceptable range. This behaviour will be determine bases on the function on the RangeAttribute.
This attribute would ensure the value is within the bounds of a numeric range.
Determine Numeric Range Value
The range value should be determined firstly by the attribute's own value via the constructor or property. Should the attribute not specify a value, a
RangeAttributeattribute would be sought.Research
It is not yet determined if the range values should be including or exclude as part of the acceptable range. This behaviour will be determine bases on the function on the
RangeAttribute.