[DataAnnotations] Implemented the Validator and CustomValidationAttribute 4.0 classes
commit60c269eae9053e4698fd7a7b91c8d85c86a1cb99
authorMarek Habersack <grendel@twistedcode.net>
Mon, 28 Mar 2011 12:07:09 +0000 (28 14:07 +0200)
committerMarek Habersack <grendel@twistedcode.net>
Wed, 30 Mar 2011 08:18:31 +0000 (30 10:18 +0200)
tree5858c325b23045361dc8abaf5991652c44bb9969
parent29a6559251dd0f81e3158f3d7381c2f5d94818f0
[DataAnnotations] Implemented the Validator and CustomValidationAttribute 4.0 classes
mcs/class/System.ComponentModel.DataAnnotations/System.ComponentModel.DataAnnotations/CustomValidationAttribute.cs
mcs/class/System.ComponentModel.DataAnnotations/System.ComponentModel.DataAnnotations/ValidationAttribute.cs
mcs/class/System.ComponentModel.DataAnnotations/System.ComponentModel.DataAnnotations/ValidationAttributeCollectionExtensions.cs [new file with mode: 0644]
mcs/class/System.ComponentModel.DataAnnotations/System.ComponentModel.DataAnnotations/ValidationException.cs
mcs/class/System.ComponentModel.DataAnnotations/System.ComponentModel.DataAnnotations/Validator.cs [new file with mode: 0644]
mcs/class/System.ComponentModel.DataAnnotations/System.ComponentModel.DataAnnotations_test.dll.sources
mcs/class/System.ComponentModel.DataAnnotations/Test/System.ComponentModel.DataAnnotations/CustomValidationAttributeTest.cs [new file with mode: 0644]
mcs/class/System.ComponentModel.DataAnnotations/Test/System.ComponentModel.DataAnnotations/ValidationAttributeTest.cs
mcs/class/System.ComponentModel.DataAnnotations/Test/System.ComponentModel.DataAnnotations/ValidatorTest.cs [new file with mode: 0644]
mcs/class/System.ComponentModel.DataAnnotations/net_4_0_System.ComponentModel.DataAnnotations.dll.sources