Class InRangeAttribute
Inheritance
InRangeAttribute
Assembly: AnalysisPrograms.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public class InRangeAttribute : ValidationAttribute
Constructors
|
Improve this Doc
View Source
InRangeAttribute(Double, Double)
Declaration
public InRangeAttribute(double min = -1.7976931348623157E+308, double max = 1.7976931348623157E+308)
Parameters
Methods
|
Improve this Doc
View Source
IsValid(Object, ValidationContext)
Validates that the given directory exists.
Declaration
protected override ValidationResult IsValid(object value, ValidationContext validationContext)
Parameters
Returns
Overrides
Extension Methods