52 lines
2.5 KiB
C#
52 lines
2.5 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
// This code was generated by XmlSchemaClassGenerator version 3.0.1270.0 using the following command:
|
|
// xscgen --namespace http://schemas.nav.gov.hu/EKAER/1.0/ekaermanagement=AyCode.Services.Nav.Ekaer.Models --namespace http://schemas.nav.gov.hu/EKAER/1.0/common=AyCode.Services.Nav.Ekaer.Models.Common --nullable --separateFiles --output C:/Users/Fullepi/Downloads/ekaer/Generated2 C:/Users/Fullepi/Downloads/ekaer/ekaermanagement.xsd
|
|
namespace AyCode.Services.Nav.Ekaer.Models
|
|
{
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "3.0.1270.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute("queryTradeCardsResponse", Namespace="http://schemas.nav.gov.hu/EKAER/1.0/ekaermanagement")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlRootAttribute("queryTradeCardsResponse", Namespace="http://schemas.nav.gov.hu/EKAER/1.0/ekaermanagement")]
|
|
public partial class QueryTradeCardsResponse : BasicResponseType
|
|
{
|
|
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
private System.Collections.ObjectModel.Collection<TradeCardInfoType> _tradeCards;
|
|
|
|
[System.ComponentModel.DataAnnotations.RequiredAttribute(AllowEmptyStrings=true)]
|
|
[System.Xml.Serialization.XmlArrayAttribute("tradeCards")]
|
|
[System.Xml.Serialization.XmlArrayItemAttribute("tradeCardInfo", Namespace="http://schemas.nav.gov.hu/EKAER/1.0/ekaermanagement")]
|
|
public System.Collections.ObjectModel.Collection<TradeCardInfoType> TradeCards
|
|
{
|
|
get
|
|
{
|
|
return _tradeCards;
|
|
}
|
|
private set
|
|
{
|
|
_tradeCards = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// <para xml:lang="en">Initializes a new instance of the <see cref="QueryTradeCardsResponse" /> class.</para>
|
|
/// </summary>
|
|
public QueryTradeCardsResponse()
|
|
{
|
|
this._tradeCards = new System.Collections.ObjectModel.Collection<TradeCardInfoType>();
|
|
}
|
|
}
|
|
}
|