Validator rule for data type properties.
Validate that an integer has a value than falls within a minimum and maximum value.
Namespace: Composite.Data.Validation.ValidatorsAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public sealed class IntegerRangeValidatorAttribute : ValueValidatorAttribute |
Visual Basic |
---|
Public NotInheritable Class IntegerRangeValidatorAttribute _ Inherits ValueValidatorAttribute |
Visual C++ |
---|
public ref class IntegerRangeValidatorAttribute sealed : public ValueValidatorAttribute |
Inheritance Hierarchy
System..::..Object
System..::..Attribute
BaseValidationAttribute
ValidatorAttribute
ValueValidatorAttribute
Composite.Data.Validation.Validators..::..IntegerRangeValidatorAttribute
System..::..Attribute
BaseValidationAttribute
ValidatorAttribute
ValueValidatorAttribute
Composite.Data.Validation.Validators..::..IntegerRangeValidatorAttribute