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