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