//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:2.0.50727.4005 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ using System.Xml.Serialization; // // This source code was auto-generated by xsd, Version=2.0.50727.3038. // namespace MLSFileTrimmer { /// [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)] [System.Xml.Serialization.XmlRootAttribute(Namespace = "", IsNullable = false)] public partial class ThirdCouncelorMLSFiles { private ThirdCouncelorMLSFilesMLSFile[] cSVFilesField; /// [System.Xml.Serialization.XmlArrayItemAttribute("MLSFile", IsNullable = false)] public ThirdCouncelorMLSFilesMLSFile[] CSVFiles { get { return this.cSVFilesField; } set { this.cSVFilesField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)] public partial class ThirdCouncelorMLSFilesMLSFile { private string descriptionField; private string extensionField; private string[] mLSFieldField; private string nameField; /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } /// public string Extension { get { return this.extensionField; } set { this.extensionField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("MLSField")] public string[] MLSField { get { return this.mLSFieldField; } set { this.mLSFieldField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Name { get { return this.nameField; } set { this.nameField = value; } } } }