Advertisement
ssuther

ProductEnvironment.cs

Feb 11th, 2013
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 9.32 KB | None | 0 0
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. //     This code was generated by a tool.
  4. //     Runtime Version:4.0.30319.17929
  5. //
  6. //     Changes to this file may cause incorrect behavior and will be lost if
  7. //     the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10.  
  11. using System.Xml.Serialization;
  12.  
  13. //
  14. // This source code was auto-generated by xsd, Version=4.0.30319.17929.
  15. //
  16.  
  17.  
  18. /// <remarks/>
  19. [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
  20. [System.SerializableAttribute()]
  21. [System.Diagnostics.DebuggerStepThroughAttribute()]
  22. [System.ComponentModel.DesignerCategoryAttribute("code")]
  23. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
  24. [System.Xml.Serialization.XmlRootAttribute(Namespace="", IsNullable=false)]
  25. public partial class ProductEnvironment {
  26.    
  27.     private ProductEnvironmentServerRolesServerRole[][] serverRolesField;
  28.    
  29.     private ProductEnvironmentServersServer[][] serversField;
  30.    
  31.     private string nameField;
  32.    
  33.     private string productField;
  34.    
  35.     /// <remarks/>
  36.     [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  37.     [System.Xml.Serialization.XmlArrayItemAttribute("ServerRole", typeof(ProductEnvironmentServerRolesServerRole), Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
  38.     public ProductEnvironmentServerRolesServerRole[][] ServerRoles {
  39.         get {
  40.             return this.serverRolesField;
  41.         }
  42.         set {
  43.             this.serverRolesField = value;
  44.         }
  45.     }
  46.    
  47.     /// <remarks/>
  48.     [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  49.     [System.Xml.Serialization.XmlArrayItemAttribute("Server", typeof(ProductEnvironmentServersServer), Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
  50.     public ProductEnvironmentServersServer[][] Servers {
  51.         get {
  52.             return this.serversField;
  53.         }
  54.         set {
  55.             this.serversField = value;
  56.         }
  57.     }
  58.    
  59.     /// <remarks/>
  60.     [System.Xml.Serialization.XmlAttributeAttribute()]
  61.     public string Name {
  62.         get {
  63.             return this.nameField;
  64.         }
  65.         set {
  66.             this.nameField = value;
  67.         }
  68.     }
  69.    
  70.     /// <remarks/>
  71.     [System.Xml.Serialization.XmlAttributeAttribute()]
  72.     public string Product {
  73.         get {
  74.             return this.productField;
  75.         }
  76.         set {
  77.             this.productField = value;
  78.         }
  79.     }
  80. }
  81.  
  82. /// <remarks/>
  83. [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
  84. [System.SerializableAttribute()]
  85. [System.Diagnostics.DebuggerStepThroughAttribute()]
  86. [System.ComponentModel.DesignerCategoryAttribute("code")]
  87. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
  88. public partial class ProductEnvironmentServerRolesServerRole {
  89.    
  90.     private string nameField;
  91.    
  92.     /// <remarks/>
  93.     [System.Xml.Serialization.XmlAttributeAttribute()]
  94.     public string name {
  95.         get {
  96.             return this.nameField;
  97.         }
  98.         set {
  99.             this.nameField = value;
  100.         }
  101.     }
  102. }
  103.  
  104. /// <remarks/>
  105. [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
  106. [System.SerializableAttribute()]
  107. [System.Diagnostics.DebuggerStepThroughAttribute()]
  108. [System.ComponentModel.DesignerCategoryAttribute("code")]
  109. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
  110. public partial class ProductEnvironmentServersServer {
  111.    
  112.     private string nameField;
  113.    
  114.     private string roleField;
  115.    
  116.     private string ipField;
  117.    
  118.     private string windowsuserField;
  119.    
  120.     private string windowspassField;
  121.    
  122.     private string iFarmDBField;
  123.    
  124.     private string rootDatabaseField;
  125.    
  126.     private string getEmployeeDBListField;
  127.    
  128.     private string dbuser1Field;
  129.    
  130.     private string dbpass1Field;
  131.    
  132.     private string dbuser2Field;
  133.    
  134.     private string dbpass2Field;
  135.    
  136.     private string dbuser3Field;
  137.    
  138.     private string dbpass3Field;
  139.    
  140.     private string installrootField;
  141.    
  142.     /// <remarks/>
  143.     [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  144.     public string name {
  145.         get {
  146.             return this.nameField;
  147.         }
  148.         set {
  149.             this.nameField = value;
  150.         }
  151.     }
  152.    
  153.     /// <remarks/>
  154.     [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  155.     public string role {
  156.         get {
  157.             return this.roleField;
  158.         }
  159.         set {
  160.             this.roleField = value;
  161.         }
  162.     }
  163.    
  164.     /// <remarks/>
  165.     [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  166.     public string ip {
  167.         get {
  168.             return this.ipField;
  169.         }
  170.         set {
  171.             this.ipField = value;
  172.         }
  173.     }
  174.    
  175.     /// <remarks/>
  176.     [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  177.     public string windowsuser {
  178.         get {
  179.             return this.windowsuserField;
  180.         }
  181.         set {
  182.             this.windowsuserField = value;
  183.         }
  184.     }
  185.    
  186.     /// <remarks/>
  187.     [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  188.     public string windowspass {
  189.         get {
  190.             return this.windowspassField;
  191.         }
  192.         set {
  193.             this.windowspassField = value;
  194.         }
  195.     }
  196.    
  197.     /// <remarks/>
  198.     [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  199.     public string iFarmDB {
  200.         get {
  201.             return this.iFarmDBField;
  202.         }
  203.         set {
  204.             this.iFarmDBField = value;
  205.         }
  206.     }
  207.    
  208.     /// <remarks/>
  209.     [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  210.     public string RootDatabase {
  211.         get {
  212.             return this.rootDatabaseField;
  213.         }
  214.         set {
  215.             this.rootDatabaseField = value;
  216.         }
  217.     }
  218.    
  219.     /// <remarks/>
  220.     [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  221.     public string GetEmployeeDBList {
  222.         get {
  223.             return this.getEmployeeDBListField;
  224.         }
  225.         set {
  226.             this.getEmployeeDBListField = value;
  227.         }
  228.     }
  229.    
  230.     /// <remarks/>
  231.     [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  232.     public string dbuser1 {
  233.         get {
  234.             return this.dbuser1Field;
  235.         }
  236.         set {
  237.             this.dbuser1Field = value;
  238.         }
  239.     }
  240.    
  241.     /// <remarks/>
  242.     [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  243.     public string dbpass1 {
  244.         get {
  245.             return this.dbpass1Field;
  246.         }
  247.         set {
  248.             this.dbpass1Field = value;
  249.         }
  250.     }
  251.    
  252.     /// <remarks/>
  253.     [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  254.     public string dbuser2 {
  255.         get {
  256.             return this.dbuser2Field;
  257.         }
  258.         set {
  259.             this.dbuser2Field = value;
  260.         }
  261.     }
  262.    
  263.     /// <remarks/>
  264.     [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  265.     public string dbpass2 {
  266.         get {
  267.             return this.dbpass2Field;
  268.         }
  269.         set {
  270.             this.dbpass2Field = value;
  271.         }
  272.     }
  273.    
  274.     /// <remarks/>
  275.     [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  276.     public string dbuser3 {
  277.         get {
  278.             return this.dbuser3Field;
  279.         }
  280.         set {
  281.             this.dbuser3Field = value;
  282.         }
  283.     }
  284.    
  285.     /// <remarks/>
  286.     [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  287.     public string dbpass3 {
  288.         get {
  289.             return this.dbpass3Field;
  290.         }
  291.         set {
  292.             this.dbpass3Field = value;
  293.         }
  294.     }
  295.    
  296.     /// <remarks/>
  297.     [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
  298.     public string installroot {
  299.         get {
  300.             return this.installrootField;
  301.         }
  302.         set {
  303.             this.installrootField = value;
  304.         }
  305.     }
  306. }
  307.  
  308. /// <remarks/>
  309. [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
  310. [System.SerializableAttribute()]
  311. [System.Diagnostics.DebuggerStepThroughAttribute()]
  312. [System.ComponentModel.DesignerCategoryAttribute("code")]
  313. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
  314. [System.Xml.Serialization.XmlRootAttribute(Namespace="", IsNullable=false)]
  315. public partial class NewDataSet {
  316.    
  317.     private ProductEnvironment[] itemsField;
  318.    
  319.     /// <remarks/>
  320.     [System.Xml.Serialization.XmlElementAttribute("ProductEnvironment")]
  321.     public ProductEnvironment[] Items {
  322.         get {
  323.             return this.itemsField;
  324.         }
  325.         set {
  326.             this.itemsField = value;
  327.         }
  328.     }
  329. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement