Validator rule for data type properties.
Validate that an nullable integer - when not null - 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 NullIntegerRangeValidatorAttribute( int lowerBound, int upperBound ) |
Visual Basic |
---|
Public Sub New ( _ lowerBound As Integer, _ upperBound As Integer _ ) |
Visual C++ |
---|
public: NullIntegerRangeValidatorAttribute( int lowerBound, int upperBound ) |
Parameters
- lowerBound
- Type: System..::..Int32
[Missing <param name="lowerBound"/> documentation for "M:Composite.Data.Validation.Validators.NullIntegerRangeValidatorAttribute.#ctor(System.Int32,System.Int32)"]
- upperBound
- Type: System..::..Int32
[Missing <param name="upperBound"/> documentation for "M:Composite.Data.Validation.Validators.NullIntegerRangeValidatorAttribute.#ctor(System.Int32,System.Int32)"]