|
| From: | Rhys Weatherley <address@hidden> |
| Subject: | [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Runtime/Remoting/Metadata SoapTypeAttribute.cs,1.1,1.2 |
| Date: | Wed, 23 Apr 2003 01:39:52 -0400 |
Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/Remoting/Metadata
In directory
subversions:/tmp/cvs-serv9550/runtime/System/Runtime/Remoting/Metadata
Modified Files:
SoapTypeAttribute.cs
Log Message:
Minor tweaks to a lot of classes to make them more signature compatible
with .NET Framework SDK 1.1.
Index: SoapTypeAttribute.cs
===================================================================
RCS file:
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/Remoting/Metadata/SoapTypeAttribute.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** SoapTypeAttribute.cs 17 Apr 2003 10:36:10 -0000 1.1
--- SoapTypeAttribute.cs 23 Apr 2003 05:39:50 -0000 1.2
***************
*** 34,37 ****
--- 34,38 ----
private SoapOption soapOptions;
private String xmlElementName;
+ private XmlFieldOrderOption xmlFieldOrder;
private String xmlTypeName;
private String xmlTypeNamespace;
***************
*** 74,77 ****
--- 75,89 ----
{
xmlElementName = value;
+ }
+ }
+ public XmlFieldOrderOption XmlFieldOrder
+ {
+ get
+ {
+ return xmlFieldOrder;
+ }
+ set
+ {
+ xmlFieldOrder = value;
}
}
| [Prev in Thread] | Current Thread | [Next in Thread] |