Advertisement
jmawebtech

data class kentico

Sep 11th, 2013
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 13.77 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6.  
  7. namespace KenticoRestApi.Core.Models
  8. {
  9.     //------------------------------------------------------------------------------
  10.     // <auto-generated>
  11.     //     This code was generated by a tool.
  12.     //     Runtime Version:4.0.30319.18052
  13.     //
  14.     //     Changes to this file may cause incorrect behavior and will be lost if
  15.     //     the code is regenerated.
  16.     // </auto-generated>
  17.     //------------------------------------------------------------------------------
  18.  
  19.     using System.Xml.Serialization;
  20.  
  21.     //
  22.     // This source code was auto-generated by xsd, Version=4.0.30319.17929.
  23.     //
  24.  
  25.  
  26.     /// <remarks/>
  27.     [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
  28.     [System.SerializableAttribute()]
  29.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  30.     [System.ComponentModel.DesignerCategoryAttribute("code")]
  31.     [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
  32.     [System.Xml.Serialization.XmlRootAttribute(Namespace = "", IsNullable = false)]
  33.     public partial class data
  34.     {
  35.         /// <remarks/>
  36.         [System.Xml.Serialization.XmlElementAttribute("COM_Order", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  37.         public List<COM_Order> COM_Order { get; set; }
  38.     }
  39.  
  40.     /// <remarks/>
  41.     [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
  42.     [System.SerializableAttribute()]
  43.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  44.     [System.ComponentModel.DesignerCategoryAttribute("code")]
  45.     [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
  46.     public partial class COM_Order
  47.     {
  48.  
  49.         private string orderIDField;
  50.  
  51.         private string orderBillingAddressIDField;
  52.  
  53.         private string orderShippingAddressIDField;
  54.  
  55.         private string orderShippingOptionIDField;
  56.  
  57.         private string orderTotalShippingField;
  58.  
  59.         private string orderTotalPriceField;
  60.  
  61.         private string orderTotalTaxField;
  62.  
  63.         private string orderDateField;
  64.  
  65.         private string orderStatusIDField;
  66.  
  67.         private string orderCurrencyIDField;
  68.  
  69.         private string orderCustomerIDField;
  70.  
  71.         private string orderCreatedByUserIDField;
  72.  
  73.         private string orderNoteField;
  74.  
  75.         private string orderSiteIDField;
  76.  
  77.         private string orderPaymentOptionIDField;
  78.  
  79.         private string orderInvoiceField;
  80.  
  81.         private string orderInvoiceNumberField;
  82.  
  83.         private string orderCustomDataField;
  84.  
  85.         private string orderGUIDField;
  86.  
  87.         private string orderLastModifiedField;
  88.  
  89.         private string orderTotalPriceInMainCurrencyField;
  90.  
  91.         private string orderCultureField;
  92.  
  93.         private ResultItem[] orderPaymentResultField;
  94.  
  95.         /// <remarks/>
  96.         [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  97.         public string OrderID
  98.         {
  99.             get
  100.             {
  101.                 return this.orderIDField;
  102.             }
  103.             set
  104.             {
  105.                 this.orderIDField = value;
  106.             }
  107.         }
  108.  
  109.         /// <remarks/>
  110.         [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  111.         public string OrderBillingAddressID
  112.         {
  113.             get
  114.             {
  115.                 return this.orderBillingAddressIDField;
  116.             }
  117.             set
  118.             {
  119.                 this.orderBillingAddressIDField = value;
  120.             }
  121.         }
  122.  
  123.         /// <remarks/>
  124.         [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  125.         public string OrderShippingAddressID
  126.         {
  127.             get
  128.             {
  129.                 return this.orderShippingAddressIDField;
  130.             }
  131.             set
  132.             {
  133.                 this.orderShippingAddressIDField = value;
  134.             }
  135.         }
  136.  
  137.         /// <remarks/>
  138.         [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  139.         public string OrderShippingOptionID
  140.         {
  141.             get
  142.             {
  143.                 return this.orderShippingOptionIDField;
  144.             }
  145.             set
  146.             {
  147.                 this.orderShippingOptionIDField = value;
  148.             }
  149.         }
  150.  
  151.         /// <remarks/>
  152.         [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  153.         public string OrderTotalShipping
  154.         {
  155.             get
  156.             {
  157.                 return this.orderTotalShippingField;
  158.             }
  159.             set
  160.             {
  161.                 this.orderTotalShippingField = value;
  162.             }
  163.         }
  164.  
  165.         /// <remarks/>
  166.         [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  167.         public string OrderTotalPrice
  168.         {
  169.             get
  170.             {
  171.                 return this.orderTotalPriceField;
  172.             }
  173.             set
  174.             {
  175.                 this.orderTotalPriceField = value;
  176.             }
  177.         }
  178.  
  179.         /// <remarks/>
  180.         [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  181.         public string OrderTotalTax
  182.         {
  183.             get
  184.             {
  185.                 return this.orderTotalTaxField;
  186.             }
  187.             set
  188.             {
  189.                 this.orderTotalTaxField = value;
  190.             }
  191.         }
  192.  
  193.         /// <remarks/>
  194.         [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  195.         public string OrderDate
  196.         {
  197.             get
  198.             {
  199.                 return this.orderDateField;
  200.             }
  201.             set
  202.             {
  203.                 this.orderDateField = value;
  204.             }
  205.         }
  206.  
  207.         /// <remarks/>
  208.         [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  209.         public string OrderStatusID
  210.         {
  211.             get
  212.             {
  213.                 return this.orderStatusIDField;
  214.             }
  215.             set
  216.             {
  217.                 this.orderStatusIDField = value;
  218.             }
  219.         }
  220.  
  221.         /// <remarks/>
  222.         [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  223.         public string OrderCurrencyID
  224.         {
  225.             get
  226.             {
  227.                 return this.orderCurrencyIDField;
  228.             }
  229.             set
  230.             {
  231.                 this.orderCurrencyIDField = value;
  232.             }
  233.         }
  234.  
  235.         /// <remarks/>
  236.         [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  237.         public string OrderCustomerID
  238.         {
  239.             get
  240.             {
  241.                 return this.orderCustomerIDField;
  242.             }
  243.             set
  244.             {
  245.                 this.orderCustomerIDField = value;
  246.             }
  247.         }
  248.  
  249.         /// <remarks/>
  250.         [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  251.         public string OrderCreatedByUserID
  252.         {
  253.             get
  254.             {
  255.                 return this.orderCreatedByUserIDField;
  256.             }
  257.             set
  258.             {
  259.                 this.orderCreatedByUserIDField = value;
  260.             }
  261.         }
  262.  
  263.         /// <remarks/>
  264.         [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  265.         public string OrderNote
  266.         {
  267.             get
  268.             {
  269.                 return this.orderNoteField;
  270.             }
  271.             set
  272.             {
  273.                 this.orderNoteField = value;
  274.             }
  275.         }
  276.  
  277.         /// <remarks/>
  278.         [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  279.         public string OrderSiteID
  280.         {
  281.             get
  282.             {
  283.                 return this.orderSiteIDField;
  284.             }
  285.             set
  286.             {
  287.                 this.orderSiteIDField = value;
  288.             }
  289.         }
  290.  
  291.         /// <remarks/>
  292.         [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  293.         public string OrderPaymentOptionID
  294.         {
  295.             get
  296.             {
  297.                 return this.orderPaymentOptionIDField;
  298.             }
  299.             set
  300.             {
  301.                 this.orderPaymentOptionIDField = value;
  302.             }
  303.         }
  304.  
  305.         /// <remarks/>
  306.         [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  307.         public string OrderInvoice
  308.         {
  309.             get
  310.             {
  311.                 return this.orderInvoiceField;
  312.             }
  313.             set
  314.             {
  315.                 this.orderInvoiceField = value;
  316.             }
  317.         }
  318.  
  319.         /// <remarks/>
  320.         [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  321.         public string OrderInvoiceNumber
  322.         {
  323.             get
  324.             {
  325.                 return this.orderInvoiceNumberField;
  326.             }
  327.             set
  328.             {
  329.                 this.orderInvoiceNumberField = value;
  330.             }
  331.         }
  332.  
  333.         /// <remarks/>
  334.         [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  335.         public string OrderCustomData
  336.         {
  337.             get
  338.             {
  339.                 return this.orderCustomDataField;
  340.             }
  341.             set
  342.             {
  343.                 this.orderCustomDataField = value;
  344.             }
  345.         }
  346.  
  347.         /// <remarks/>
  348.         [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  349.         public string OrderGUID
  350.         {
  351.             get
  352.             {
  353.                 return this.orderGUIDField;
  354.             }
  355.             set
  356.             {
  357.                 this.orderGUIDField = value;
  358.             }
  359.         }
  360.  
  361.         /// <remarks/>
  362.         [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  363.         public string OrderLastModified
  364.         {
  365.             get
  366.             {
  367.                 return this.orderLastModifiedField;
  368.             }
  369.             set
  370.             {
  371.                 this.orderLastModifiedField = value;
  372.             }
  373.         }
  374.  
  375.         /// <remarks/>
  376.         [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  377.         public string OrderTotalPriceInMainCurrency
  378.         {
  379.             get
  380.             {
  381.                 return this.orderTotalPriceInMainCurrencyField;
  382.             }
  383.             set
  384.             {
  385.                 this.orderTotalPriceInMainCurrencyField = value;
  386.             }
  387.         }
  388.  
  389.         /// <remarks/>
  390.         [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  391.         public string OrderCulture
  392.         {
  393.             get
  394.             {
  395.                 return this.orderCultureField;
  396.             }
  397.             set
  398.             {
  399.                 this.orderCultureField = value;
  400.             }
  401.         }
  402.  
  403.         /// <remarks/>
  404.         [System.Xml.Serialization.XmlArrayAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  405.         [System.Xml.Serialization.XmlArrayItemAttribute("result", typeof(ResultItem[]), Form = System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable = false)]
  406.         [System.Xml.Serialization.XmlArrayItemAttribute("item", typeof(ResultItem), Form = System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable = false, NestingLevel = 1)]
  407.         public ResultItem[] OrderPaymentResult
  408.         {
  409.             get
  410.             {
  411.                 return this.orderPaymentResultField;
  412.             }
  413.             set
  414.             {
  415.                 this.orderPaymentResultField = value;
  416.             }
  417.         }
  418.     }
  419.  
  420.     /// <remarks/>
  421.     [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
  422.     [System.SerializableAttribute()]
  423.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  424.     [System.ComponentModel.DesignerCategoryAttribute("code")]
  425.     [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
  426.     public partial class ResultItem
  427.     {
  428.  
  429.         private string nameField;
  430.  
  431.         private string headerField;
  432.  
  433.         private string valueField;
  434.  
  435.         private string textField;
  436.  
  437.         /// <remarks/>
  438.         [System.Xml.Serialization.XmlAttributeAttribute()]
  439.         public string name
  440.         {
  441.             get
  442.             {
  443.                 return this.nameField;
  444.             }
  445.             set
  446.             {
  447.                 this.nameField = value;
  448.             }
  449.         }
  450.  
  451.         /// <remarks/>
  452.         [System.Xml.Serialization.XmlAttributeAttribute()]
  453.         public string header
  454.         {
  455.             get
  456.             {
  457.                 return this.headerField;
  458.             }
  459.             set
  460.             {
  461.                 this.headerField = value;
  462.             }
  463.         }
  464.  
  465.         /// <remarks/>
  466.         [System.Xml.Serialization.XmlAttributeAttribute()]
  467.         public string value
  468.         {
  469.             get
  470.             {
  471.                 return this.valueField;
  472.             }
  473.             set
  474.             {
  475.                 this.valueField = value;
  476.             }
  477.         }
  478.  
  479.         /// <remarks/>
  480.         [System.Xml.Serialization.XmlAttributeAttribute()]
  481.         public string text
  482.         {
  483.             get
  484.             {
  485.                 return this.textField;
  486.             }
  487.             set
  488.             {
  489.                 this.textField = value;
  490.             }
  491.         }
  492.     }
  493.  
  494. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement