Updated "Phone 1" field to be "Household Phone" to match MLS
[eq/.git] / mls / windowsGUI / MLSFileTrimmer / MLSRequiredFields.cs
1 //------------------------------------------------------------------------------\r
2 // <auto-generated>\r
3 //     This code was generated by a tool.\r
4 //     Runtime Version:2.0.50727.4005\r
5 //\r
6 //     Changes to this file may cause incorrect behavior and will be lost if\r
7 //     the code is regenerated.\r
8 // </auto-generated>\r
9 //------------------------------------------------------------------------------\r
10 \r
11 using System.Xml.Serialization;\r
12 \r
13 // \r
14 // This source code was auto-generated by xsd, Version=2.0.50727.3038.\r
15 // \r
16 \r
17 namespace MLSFileTrimmer\r
18 {\r
19 \r
20     /// <remarks/>\r
21     [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]\r
22     [System.SerializableAttribute()]\r
23     [System.Diagnostics.DebuggerStepThroughAttribute()]\r
24     [System.ComponentModel.DesignerCategoryAttribute("code")]\r
25     [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]\r
26     [System.Xml.Serialization.XmlRootAttribute(Namespace = "", IsNullable = false)]\r
27     public partial class ThirdCouncelorMLSFiles\r
28     {\r
29 \r
30         private ThirdCouncelorMLSFilesMLSFile[] cSVFilesField;\r
31 \r
32         /// <remarks/>\r
33         [System.Xml.Serialization.XmlArrayItemAttribute("MLSFile", IsNullable = false)]\r
34         public ThirdCouncelorMLSFilesMLSFile[] CSVFiles\r
35         {\r
36             get\r
37             {\r
38                 return this.cSVFilesField;\r
39             }\r
40             set\r
41             {\r
42                 this.cSVFilesField = value;\r
43             }\r
44         }\r
45     }\r
46 \r
47     /// <remarks/>\r
48     [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.3038")]\r
49     [System.SerializableAttribute()]\r
50     [System.Diagnostics.DebuggerStepThroughAttribute()]\r
51     [System.ComponentModel.DesignerCategoryAttribute("code")]\r
52     [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]\r
53     public partial class ThirdCouncelorMLSFilesMLSFile\r
54     {\r
55 \r
56         private string descriptionField;\r
57 \r
58         private string extensionField;\r
59 \r
60         private string[] mLSFieldField;\r
61 \r
62         private string nameField;\r
63 \r
64         /// <remarks/>\r
65         public string Description\r
66         {\r
67             get\r
68             {\r
69                 return this.descriptionField;\r
70             }\r
71             set\r
72             {\r
73                 this.descriptionField = value;\r
74             }\r
75         }\r
76 \r
77         /// <remarks/>\r
78         public string Extension\r
79         {\r
80             get\r
81             {\r
82                 return this.extensionField;\r
83             }\r
84             set\r
85             {\r
86                 this.extensionField = value;\r
87             }\r
88         }\r
89 \r
90         /// <remarks/>\r
91         [System.Xml.Serialization.XmlElementAttribute("MLSField")]\r
92         public string[] MLSField\r
93         {\r
94             get\r
95             {\r
96                 return this.mLSFieldField;\r
97             }\r
98             set\r
99             {\r
100                 this.mLSFieldField = value;\r
101             }\r
102         }\r
103 \r
104         /// <remarks/>\r
105         [System.Xml.Serialization.XmlAttributeAttribute()]\r
106         public string Name\r
107         {\r
108             get\r
109             {\r
110                 return this.nameField;\r
111             }\r
112             set\r
113             {\r
114                 this.nameField = value;\r
115             }\r
116         }\r
117     }\r
118 }