Method | Description | |
---|---|---|
InRangeAttribute ( double min, double max ) : System |
Creates a new InRangeAttribute instance with the supplied minimum and maximum value.
|
Method | Description | |
---|---|---|
IsValid ( |
public InRangeAttribute ( double min, double max ) : System | ||
min | double | The minimum value of the range. |
max | double | The maximum value of the range. |
return | System |