Lluis Sanchez 61080dc4f9 * SerializationCodeGenerator.cs: Minor fixes. 22 лет назад
..
standalone_tests 5b62f8f84b Shut CVS up 22 лет назад
ChangeLog 61080dc4f9 * SerializationCodeGenerator.cs: Minor fixes. 22 лет назад
CodeIdentifier.cs d77ee8ff9f * CodeIdentifier.cs: Fixed MakeValid method. 22 лет назад
CodeIdentifiers.cs 0bfa6eba80 2002-09-13 Gonzalo Paniagua Javier <[email protected]> 23 лет назад
IXmlSerializable.cs 52a614cc31 2002-07-24 Tim Coleman <[email protected]> 23 лет назад
ReflectionHelper.cs 8e18d03529 * SoapReflectionImporter.cs: implemented. 22 лет назад
SchemaTypes.cs 014e3c71b3 * SchemaTypes.cs: Changed DataSet type for a more generic XmlSerializable. 22 лет назад
SerializationCodeGenerator.cs 61080dc4f9 * SerializationCodeGenerator.cs: Minor fixes. 22 лет назад
SerializationCodeGeneratorConfiguration.cs 1f9698d02a * XmlSchemaImporter.cs: Implemented ImportMembersMapping. 22 лет назад
SoapAttributeAttribute.cs 3a5acc4f4c 2002-06-27 Ajay kumar Dwivedi <[email protected]> 23 лет назад
SoapAttributeOverrides.cs 55785e37e3 2002-06-20 Ajay kumar Dwivedi <[email protected]> 23 лет назад
SoapAttributes.cs 55785e37e3 2002-06-20 Ajay kumar Dwivedi <[email protected]> 23 лет назад
SoapCodeExporter.cs a47aca07c9 2002-08-24 Tim Coleman <[email protected]> 23 лет назад
SoapElementAttribute.cs f6ae3d98b1 - Initial commit of System.Xml.Serialization namespace (don't get too excited, the Serializer itself has yet to be imp'd) 24 лет назад
SoapEnumAttribute.cs f6ae3d98b1 - Initial commit of System.Xml.Serialization namespace (don't get too excited, the Serializer itself has yet to be imp'd) 24 лет назад
SoapIgnoreAttribute.cs f6ae3d98b1 - Initial commit of System.Xml.Serialization namespace (don't get too excited, the Serializer itself has yet to be imp'd) 24 лет назад
SoapIncludeAttribute.cs 3a5acc4f4c 2002-06-27 Ajay kumar Dwivedi <[email protected]> 23 лет назад
SoapReflectionImporter.cs 61080dc4f9 * SerializationCodeGenerator.cs: Minor fixes. 22 лет назад
SoapSchemaExporter.cs 61080dc4f9 * SerializationCodeGenerator.cs: Minor fixes. 22 лет назад
SoapSchemaImporter.cs 61080dc4f9 * SerializationCodeGenerator.cs: Minor fixes. 22 лет назад
SoapSchemaMember.cs 22b3f2a7f1 2002-07-22 Tim Coleman <[email protected]> 23 лет назад
SoapTypeAttribute.cs 6918735598 2002-09-18 Gonzalo Paniagua Javier <[email protected]> 23 лет назад
TypeData.cs 4de0bcd2ae * XmlSchemaImporter.cs: Implemented ImportTypeMapping and all needed parsing 22 лет назад
TypeMember.cs 55785e37e3 2002-06-20 Ajay kumar Dwivedi <[email protected]> 23 лет назад
TypeTableEntry.cs 4a45acd2ca 2003-05-10 Atsushi Enomoto <[email protected]> 22 лет назад
TypeTranslator.cs 61080dc4f9 * SerializationCodeGenerator.cs: Minor fixes. 22 лет назад
UnreferencedObjectEventArgs.cs f6ae3d98b1 - Initial commit of System.Xml.Serialization namespace (don't get too excited, the Serializer itself has yet to be imp'd) 24 лет назад
UnreferencedObjectEventHandler.cs 55785e37e3 2002-06-20 Ajay kumar Dwivedi <[email protected]> 23 лет назад
XmlAnyAttributeAttribute.cs 55785e37e3 2002-06-20 Ajay kumar Dwivedi <[email protected]> 23 лет назад
XmlAnyElementAttribute.cs 2abcd5c4c8 * XmlAnyElementAttribute.cs, XmlArrayItemAttribute.cs: Added AllowMultiple flag. 22 лет назад
XmlAnyElementAttributes.cs 3a5acc4f4c 2002-06-27 Ajay kumar Dwivedi <[email protected]> 23 лет назад
XmlArrayAttribute.cs aa0acdf4b2 2002-09-18 Gonzalo Paniagua Javier <[email protected]> 23 лет назад
XmlArrayItemAttribute.cs e50997bcf7 * SoapReflectionImporter.cs, XmlReflectionImporter.cs: Avoid generating two 22 лет назад
XmlArrayItemAttributes.cs 55785e37e3 2002-06-20 Ajay kumar Dwivedi <[email protected]> 23 лет назад
XmlAttributeAttribute.cs 55785e37e3 2002-06-20 Ajay kumar Dwivedi <[email protected]> 23 лет назад
XmlAttributeEventArgs.cs 55785e37e3 2002-06-20 Ajay kumar Dwivedi <[email protected]> 23 лет назад
XmlAttributeEventHandler.cs 55785e37e3 2002-06-20 Ajay kumar Dwivedi <[email protected]> 23 лет назад
XmlAttributeOverrides.cs 55785e37e3 2002-06-20 Ajay kumar Dwivedi <[email protected]> 23 лет назад
XmlAttributes.cs 8432c1b289 * SoapReflectionImporter.cs: Set the BaseMap property of map. Small fix. 22 лет назад
XmlChoiceIdentifierAttribute.cs aa0acdf4b2 2002-09-18 Gonzalo Paniagua Javier <[email protected]> 23 лет назад
XmlCodeExporter.cs 61080dc4f9 * SerializationCodeGenerator.cs: Minor fixes. 22 лет назад
XmlCustomFormatter.cs 1f9698d02a * XmlSchemaImporter.cs: Implemented ImportMembersMapping. 22 лет назад
XmlElementAttribute.cs aa0acdf4b2 2002-09-18 Gonzalo Paniagua Javier <[email protected]> 23 лет назад
XmlElementAttributes.cs 3a5acc4f4c 2002-06-27 Ajay kumar Dwivedi <[email protected]> 23 лет назад
XmlElementEventArgs.cs 63d68c4130 * TypeData.cs, TypeTranslator.cs: Implemented some methods. 22 лет назад
XmlElementEventHandler.cs 55785e37e3 2002-06-20 Ajay kumar Dwivedi <[email protected]> 23 лет назад
XmlEnumAttribute.cs f6ae3d98b1 - Initial commit of System.Xml.Serialization namespace (don't get too excited, the Serializer itself has yet to be imp'd) 24 лет назад
XmlIgnoreAttribute.cs f6ae3d98b1 - Initial commit of System.Xml.Serialization namespace (don't get too excited, the Serializer itself has yet to be imp'd) 24 лет назад
XmlIncludeAttribute.cs 19882e1176 2003-04-26 Miguel de Icaza <[email protected]> 23 лет назад
XmlMapping.cs 8e18d03529 * SoapReflectionImporter.cs: implemented. 22 лет назад
XmlMemberMapping.cs 61080dc4f9 * SerializationCodeGenerator.cs: Minor fixes. 22 лет назад
XmlMembersMapping.cs 61080dc4f9 * SerializationCodeGenerator.cs: Minor fixes. 22 лет назад
XmlNamespaceDeclarationsAttribute.cs f6ae3d98b1 - Initial commit of System.Xml.Serialization namespace (don't get too excited, the Serializer itself has yet to be imp'd) 24 лет назад
XmlNodeEventArgs.cs 55785e37e3 2002-06-20 Ajay kumar Dwivedi <[email protected]> 23 лет назад
XmlNodeEventHandler.cs 55785e37e3 2002-06-20 Ajay kumar Dwivedi <[email protected]> 23 лет назад
XmlReflectionImporter.cs fb0fca96f3 * SoapReflectionImporter.cs: Fixed construcion of XmlMemberMapping. 22 лет назад
XmlReflectionMember.cs 8e18d03529 * SoapReflectionImporter.cs: implemented. 22 лет назад
XmlRootAttribute.cs f6ae3d98b1 - Initial commit of System.Xml.Serialization namespace (don't get too excited, the Serializer itself has yet to be imp'd) 24 лет назад
XmlSchemaExporter.cs 61080dc4f9 * SerializationCodeGenerator.cs: Minor fixes. 22 лет назад
XmlSchemaImporter.cs 61080dc4f9 * SerializationCodeGenerator.cs: Minor fixes. 22 лет назад
XmlSchemas.cs d19e51679d * XmlReflectionImporter.cs: Fill RelatedMaps property of the generated map. 22 лет назад
XmlSerializationCollectionFixupCallback.cs 52a614cc31 2002-07-24 Tim Coleman <[email protected]> 23 лет назад
XmlSerializationFixupCallback.cs 52a614cc31 2002-07-24 Tim Coleman <[email protected]> 23 лет назад
XmlSerializationReadCallback.cs 52a614cc31 2002-07-24 Tim Coleman <[email protected]> 23 лет назад
XmlSerializationReader.cs 61080dc4f9 * SerializationCodeGenerator.cs: Minor fixes. 22 лет назад
XmlSerializationReaderInterpreter.cs 61080dc4f9 * SerializationCodeGenerator.cs: Minor fixes. 22 лет назад
XmlSerializationWriteCallback.cs 0bfa6eba80 2002-09-13 Gonzalo Paniagua Javier <[email protected]> 23 лет назад
XmlSerializationWriter.cs 61080dc4f9 * SerializationCodeGenerator.cs: Minor fixes. 22 лет назад
XmlSerializationWriterInterpreter.cs 61080dc4f9 * SerializationCodeGenerator.cs: Minor fixes. 22 лет назад
XmlSerializer.cs 61080dc4f9 * SerializationCodeGenerator.cs: Minor fixes. 22 лет назад
XmlSerializerNamespaces.cs 0bfa6eba80 2002-09-13 Gonzalo Paniagua Javier <[email protected]> 23 лет назад
XmlTextAttribute.cs 6918735598 2002-09-18 Gonzalo Paniagua Javier <[email protected]> 23 лет назад
XmlTypeAttribute.cs f6ae3d98b1 - Initial commit of System.Xml.Serialization namespace (don't get too excited, the Serializer itself has yet to be imp'd) 24 лет назад
XmlTypeMapElementInfo.cs 4de0bcd2ae * XmlSchemaImporter.cs: Implemented ImportTypeMapping and all needed parsing 22 лет назад
XmlTypeMapMember.cs d77ee8ff9f * CodeIdentifier.cs: Fixed MakeValid method. 22 лет назад
XmlTypeMapMemberAttribute.cs 8432c1b289 * SoapReflectionImporter.cs: Set the BaseMap property of map. Small fix. 22 лет назад
XmlTypeMapMemberElement.cs 1f9698d02a * XmlSchemaImporter.cs: Implemented ImportMembersMapping. 22 лет назад
XmlTypeMapMemberNamespaces.cs c196e56b6e 2003-06-16 Atsushi Enomoto <[email protected]> 22 лет назад
XmlTypeMapping.cs 61080dc4f9 * SerializationCodeGenerator.cs: Minor fixes. 22 лет назад