class RangeAttribute

in global :: System . ComponentModel . DataAnnotations

😔 No documentation found.


public object Minimum { get; }

😔 No documentation found.

public object Maximum { get; }

😔 No documentation found.

public bool MinimumIsExclusive { get; set; }

😔 No documentation found.

public bool MaximumIsExclusive { get; set; }

😔 No documentation found.

public Type OperandType { get; }

😔 No documentation found.

public bool ParseLimitsInInvariantCulture { get; set; }

😔 No documentation found.

public bool ConvertValueInInvariantCulture { get; set; }

😔 No documentation found.

public bool RequiresValidationContext { get; }

😔 No documentation found.

public string ErrorMessage { get; set; }

😔 No documentation found.

public string ErrorMessageResourceName { get; set; }

😔 No documentation found.

public Type ErrorMessageResourceType { get; set; }

😔 No documentation found.

public object TypeId { get; }

😔 No documentation found.