1
0
mirror of synced 2025-12-20 02:14:53 -05:00
Files
core/release-notes/2.1/api-diff/2.0-vs-2.1_System.ComponentModel.DataAnnotations.md
Rich Lander f82833aa44 Update dotnetcli domain -- 2.x and 3.x (#9687)
* 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
2025-01-13 09:39:23 -08:00

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; }
     }
 }