f663b51ebebaf3edf957de597c5bcc0530f3499e
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Metadata / ChangeLog
1 2003-11-26  Lluis Sanchez Gual  <lluis@ximian.com>
2
3         * SoapAttribute.cs, SoapFieldAttribute.cs, SoapMethodAttribute.cs,
4           SoapTypeAttribute.cs: Added SetReflectionObject. Used to initialize some
5           attribute properties.
6
7 2003-11-11  Lluis Sanchez Gual  <lluis@ximian.com>
8
9         * SoapAttribute.cs, SoapFieldAttribute.cs, SoapMethodAttribute.cs,
10           SoapTypeAttribute.cs: Implemented several simple methods and properties.
11
12 2002-07-29  Duncan Mak  <duncan@ximian.com>
13
14         * SoapAttribute.cs: Fixed typo, renamed ReflectionInfo to ReflectInfo.
15
16         * SoapOption.cs: Fix the namespace.
17
18 2002-07-24  Duncan Mak  <duncan@ximian.com>
19
20         * SoapAttribute.cs: 
21         * SoapFieldAttribute.cs: 
22         * SoapMethodAttribute.cs: 
23         * SoapParameterAttribute.cs: 
24         * SoapTypeAttribute.cs: Stubbed out.
25
26         * SoapOption.cs: 
27         * XmlFieldOrderOption.cs: Moved here from System.Runtime.Remoting