2009-07-11 Michael Barker <mike@middlesoft.co.uk>
[mono.git] / mcs / class / System.ComponentModel.DataAnnotations / System.ComponentModel.DataAnnotations / ChangeLog
1 2009-06-23  Marek Habersack  <mhabersack@novell.com>
2
3         * ValidationAttribute.cs: error message must not ever be empty.
4
5         * UIHintAttribute.cs: do not throw NIEX from the constructor.
6
7         * DataTypeAttribute.cs: implemented correct DisplayFormat
8         intialization for DataType.Time.
9
10         * AssociatedMetadataTypeTypeDescriptor.cs: implemented retrieving
11         attributes of the associated metadata type, as well as merging of
12         attribute collections between metadata and main type properties.
13
14         * AssociatedMetadataTypePropertyDescriptor.cs: added. Helper class
15         which merges attributes from the metadata type (if any) with those
16         associated with property from the "main" type.
17
18 2009-04-23  Marek Habersack  <mhabersack@novell.com>
19
20         * AssociatedMetadataTypeTypeDescriptor.cs: added - doesn't add any
21         real functionality yet.
22
23         * AssociatedMetadataTypeTypeDescriptionProvider.cs: implemented
24         all the methods.
25
26 2008-10-14  Atsushi Enomoto  <atsushi@ximian.com>
27
28         * AssociatedMetadataTypeTypeDescriptionProvider.cs
29           DataType.cs
30           DataTypeAttribute.cs
31           DisplayColumnAttribute.cs
32           DisplayFormatAttribute.cs
33           MetadataTypeAttribute.cs
34           RangeAttribute.cs
35           RegularExpressionAttribute.cs
36           RequiredAttribute.cs
37           ScaffoldColumnAttribute.cs
38           ScaffoldTableAttribute.cs
39           StringLengthAttribute.cs
40           UIHintAttribute.cs
41           ValidationAttribute.cs
42           ValidationException.cs: initial checkin. mostly stubs.