* Fix linter errors * Fix linter errors * Fix linter errors * Fix linter errors * Fix linter errors * Fix linter errors * Fix linter errors * Fix linter errors * Fix linter errors * Update linter errors
473 B
473 B
System.ComponentModel.DataAnnotations
namespace System.ComponentModel.DataAnnotations {
public class DisplayFormatAttribute : Attribute {
+ public Type NullDisplayTextResourceType { get; set; }
+ public string GetNullDisplayText();
}
public class RangeAttribute : ValidationAttribute {
+ public bool ConvertValueInInvariantCulture { get; set; }
+ public bool ParseLimitsInInvariantCulture { get; set; }
}
}