RangeBoundaryType Enumeration
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Indicates how to interpret a range boundary.
Namespace: Microsoft.Practices.EnterpriseLibrary.Validation.Validators
Assembly: Microsoft.Practices.EnterpriseLibrary.Validation (in Microsoft.Practices.EnterpriseLibrary.Validation.dll)
Syntax
'Declaration
PublicEnumerationRangeBoundaryType
publicenumRangeBoundaryType
publicenum classRangeBoundaryType
publicenum RangeBoundaryType
Members
Member name | Value | Description | |
---|---|---|---|
Ignore | 0 | Ignore the range boundary. | |
Inclusive | 1 | Allow values equal to the boundary. | |
Exclusive | 2 | Reject values equal to the boundary. |
See Also
Microsoft.Practices.EnterpriseLibrary.Validation.Validators Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |