//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Kreta.Client.Kir2Service { [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.ServiceContractAttribute(Namespace="http://www.educatio.hu/kretaif", ConfigurationName="Kir2Service.IService_KIR_IF")] public interface IService_KIR_IF { // CODEGEN: Generating message contract since the operation KerelemStatuszLekerdezes is neither RPC nor document wrapped. [System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResponseBaseType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RequestBaseType))] Kreta.Client.Kir2Service.KerelemStatuszLekerdezesResponse KerelemStatuszLekerdezes(Kreta.Client.Kir2Service.KerelemStatuszLekerdezesRequest request); [System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")] System.Threading.Tasks.Task KerelemStatuszLekerdezesAsync(Kreta.Client.Kir2Service.KerelemStatuszLekerdezesRequest request); // CODEGEN: Generating message contract since the operation KerelemBekuldes is neither RPC nor document wrapped. [System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResponseBaseType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RequestBaseType))] Kreta.Client.Kir2Service.KerelemBekuldesResponse KerelemBekuldes(Kreta.Client.Kir2Service.KerelemBekuldesRequest request); [System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")] System.Threading.Tasks.Task KerelemBekuldesAsync(Kreta.Client.Kir2Service.KerelemBekuldesRequest request); } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")] public partial class KIR2AuthHeaderType : object, System.ComponentModel.INotifyPropertyChanged { private string intezmenyField; private FelhasznaloType felhasznaloField; /// [System.Xml.Serialization.XmlElementAttribute(Order=0)] public string Intezmeny { get { return this.intezmenyField; } set { this.intezmenyField = value; this.RaisePropertyChanged("Intezmeny"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=1)] public FelhasznaloType Felhasznalo { get { return this.felhasznaloField; } set { this.felhasznaloField = value; this.RaisePropertyChanged("Felhasznalo"); } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")] public partial class FelhasznaloType : object, System.ComponentModel.INotifyPropertyChanged { private object itemField; /// [System.Xml.Serialization.XmlElementAttribute("IntezmenyiFelhasznalo", typeof(IntezmenyiFelhasznaloType), Order=0)] [System.Xml.Serialization.XmlElementAttribute("KretaToken", typeof(string), Order=0)] public object Item { get { return this.itemField; } set { this.itemField = value; this.RaisePropertyChanged("Item"); } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")] public partial class IntezmenyiFelhasznaloType : object, System.ComponentModel.INotifyPropertyChanged { private string felhasznaloNevField; private string kIRTokenField; /// [System.Xml.Serialization.XmlElementAttribute(Order=0)] public string FelhasznaloNev { get { return this.felhasznaloNevField; } set { this.felhasznaloNevField = value; this.RaisePropertyChanged("FelhasznaloNev"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=1)] public string KIRToken { get { return this.kIRTokenField; } set { this.kIRTokenField = value; this.RaisePropertyChanged("KIRToken"); } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")] public partial class KontenerElemStatuszInfoType : object, System.ComponentModel.INotifyPropertyChanged { private string statuszKodField; private string statuszLeirasField; private string statuszUzenetField; private System.DateTime statuszAtmenetIdopontField; private bool statuszAtmenetIdopontFieldSpecified; /// [System.Xml.Serialization.XmlElementAttribute(Order=0)] public string StatuszKod { get { return this.statuszKodField; } set { this.statuszKodField = value; this.RaisePropertyChanged("StatuszKod"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=1)] public string StatuszLeiras { get { return this.statuszLeirasField; } set { this.statuszLeirasField = value; this.RaisePropertyChanged("StatuszLeiras"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=2)] public string StatuszUzenet { get { return this.statuszUzenetField; } set { this.statuszUzenetField = value; this.RaisePropertyChanged("StatuszUzenet"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=3)] public System.DateTime StatuszAtmenetIdopont { get { return this.statuszAtmenetIdopontField; } set { this.statuszAtmenetIdopontField = value; this.RaisePropertyChanged("StatuszAtmenetIdopont"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool StatuszAtmenetIdopontSpecified { get { return this.statuszAtmenetIdopontFieldSpecified; } set { this.statuszAtmenetIdopontFieldSpecified = value; this.RaisePropertyChanged("StatuszAtmenetIdopontSpecified"); } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")] public partial class KontenerElemStatuszType : object, System.ComponentModel.INotifyPropertyChanged { private KontenerElemStatuszInfoType statuszInfoField; private string kontenerElemIDField; /// [System.Xml.Serialization.XmlElementAttribute(Order=0)] public KontenerElemStatuszInfoType StatuszInfo { get { return this.statuszInfoField; } set { this.statuszInfoField = value; this.RaisePropertyChanged("StatuszInfo"); } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string KontenerElemID { get { return this.kontenerElemIDField; } set { this.kontenerElemIDField = value; this.RaisePropertyChanged("KontenerElemID"); } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")] public partial class KontenerStatuszType : object, System.ComponentModel.INotifyPropertyChanged { private int kontenerStatuszKodField; private string kontenerStatuszLeirasField; private KontenerElemStatuszType[] kontenerElemStatuszokField; /// [System.Xml.Serialization.XmlElementAttribute(Order=0)] public int KontenerStatuszKod { get { return this.kontenerStatuszKodField; } set { this.kontenerStatuszKodField = value; this.RaisePropertyChanged("KontenerStatuszKod"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=1)] public string KontenerStatuszLeiras { get { return this.kontenerStatuszLeirasField; } set { this.kontenerStatuszLeirasField = value; this.RaisePropertyChanged("KontenerStatuszLeiras"); } } /// [System.Xml.Serialization.XmlArrayAttribute(Order=2)] [System.Xml.Serialization.XmlArrayItemAttribute("KontenerElemStatusz", IsNullable=false)] public KontenerElemStatuszType[] KontenerElemStatuszok { get { return this.kontenerElemStatuszokField; } set { this.kontenerElemStatuszokField = value; this.RaisePropertyChanged("KontenerElemStatuszok"); } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/common")] public partial class stringWithStringId : object, System.ComponentModel.INotifyPropertyChanged { private string idField; private string valueField; /// [System.Xml.Serialization.XmlAttributeAttribute()] public string id { get { return this.idField; } set { this.idField = value; this.RaisePropertyChanged("id"); } } /// [System.Xml.Serialization.XmlTextAttribute()] public string Value { get { return this.valueField; } set { this.valueField = value; this.RaisePropertyChanged("Value"); } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/common")] public partial class MessageType : object, System.ComponentModel.INotifyPropertyChanged { private MessageSeverityType typeField; private string sourceField; private string codeField; private string textField; private stringWithStringId[] otherInfoField; /// [System.Xml.Serialization.XmlElementAttribute(Order=0)] public MessageSeverityType Type { get { return this.typeField; } set { this.typeField = value; this.RaisePropertyChanged("Type"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=1)] public string Source { get { return this.sourceField; } set { this.sourceField = value; this.RaisePropertyChanged("Source"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=2)] public string Code { get { return this.codeField; } set { this.codeField = value; this.RaisePropertyChanged("Code"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=3)] public string Text { get { return this.textField; } set { this.textField = value; this.RaisePropertyChanged("Text"); } } /// [System.Xml.Serialization.XmlElementAttribute("OtherInfo", Order=4)] public stringWithStringId[] OtherInfo { get { return this.otherInfoField; } set { this.otherInfoField = value; this.RaisePropertyChanged("OtherInfo"); } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/common")] public enum MessageSeverityType { /// INFO, /// WARNING, /// ERROR, } /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(SearchResponseBaseType))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(KerelemBekuldesResponseType))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(KerelemStatuszLekerdezesResponseType))] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/common")] public abstract partial class ResponseBaseType : object, System.ComponentModel.INotifyPropertyChanged { private MessageType[] messagesField; private bool isSuccessField; private System.DateTime createdAtField; private string externalIdField; private string versionField; /// [System.Xml.Serialization.XmlElementAttribute("Messages", Order=0)] public MessageType[] Messages { get { return this.messagesField; } set { this.messagesField = value; this.RaisePropertyChanged("Messages"); } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public bool isSuccess { get { return this.isSuccessField; } set { this.isSuccessField = value; this.RaisePropertyChanged("isSuccess"); } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public System.DateTime createdAt { get { return this.createdAtField; } set { this.createdAtField = value; this.RaisePropertyChanged("createdAt"); } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string externalId { get { return this.externalIdField; } set { this.externalIdField = value; this.RaisePropertyChanged("externalId"); } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string version { get { return this.versionField; } set { this.versionField = value; this.RaisePropertyChanged("version"); } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/common")] public partial class SearchResponseBaseType : ResponseBaseType { private long totalField; private bool totalFieldSpecified; private int pageSizeField; private bool pageSizeFieldSpecified; /// [System.Xml.Serialization.XmlAttributeAttribute()] public long total { get { return this.totalField; } set { this.totalField = value; this.RaisePropertyChanged("total"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool totalSpecified { get { return this.totalFieldSpecified; } set { this.totalFieldSpecified = value; this.RaisePropertyChanged("totalSpecified"); } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public int pageSize { get { return this.pageSizeField; } set { this.pageSizeField = value; this.RaisePropertyChanged("pageSize"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool pageSizeSpecified { get { return this.pageSizeFieldSpecified; } set { this.pageSizeFieldSpecified = value; this.RaisePropertyChanged("pageSizeSpecified"); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")] public partial class KerelemBekuldesResponseType : ResponseBaseType { private string valaszkodField; /// [System.Xml.Serialization.XmlElementAttribute(Order=0)] public string Valaszkod { get { return this.valaszkodField; } set { this.valaszkodField = value; this.RaisePropertyChanged("Valaszkod"); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")] public partial class KerelemStatuszLekerdezesResponseType : ResponseBaseType { private KontenerStatuszType kontenerStatuszField; /// [System.Xml.Serialization.XmlElementAttribute(Order=0)] public KontenerStatuszType KontenerStatusz { get { return this.kontenerStatuszField; } set { this.kontenerStatuszField = value; this.RaisePropertyChanged("KontenerStatusz"); } } } /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(SearchRequestBaseType))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(KerelemBekuldesRequestType))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(KerelemStatuszLekerdezesRequestType))] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/common")] public abstract partial class RequestBaseType : object, System.ComponentModel.INotifyPropertyChanged { private string externalIdField; private string versionField; private string clientAppField; private string clientAuthNsField; private string clientAuthNameField; /// [System.Xml.Serialization.XmlAttributeAttribute()] public string externalId { get { return this.externalIdField; } set { this.externalIdField = value; this.RaisePropertyChanged("externalId"); } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string version { get { return this.versionField; } set { this.versionField = value; this.RaisePropertyChanged("version"); } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string clientApp { get { return this.clientAppField; } set { this.clientAppField = value; this.RaisePropertyChanged("clientApp"); } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string clientAuthNs { get { return this.clientAuthNsField; } set { this.clientAuthNsField = value; this.RaisePropertyChanged("clientAuthNs"); } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string clientAuthName { get { return this.clientAuthNameField; } set { this.clientAuthNameField = value; this.RaisePropertyChanged("clientAuthName"); } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/common")] public partial class SearchRequestBaseType : RequestBaseType { private int pageSizeField; private bool pageSizeFieldSpecified; private int pageNumberField; private bool pageNumberFieldSpecified; /// [System.Xml.Serialization.XmlAttributeAttribute()] public int pageSize { get { return this.pageSizeField; } set { this.pageSizeField = value; this.RaisePropertyChanged("pageSize"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool pageSizeSpecified { get { return this.pageSizeFieldSpecified; } set { this.pageSizeFieldSpecified = value; this.RaisePropertyChanged("pageSizeSpecified"); } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public int pageNumber { get { return this.pageNumberField; } set { this.pageNumberField = value; this.RaisePropertyChanged("pageNumber"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool pageNumberSpecified { get { return this.pageNumberFieldSpecified; } set { this.pageNumberFieldSpecified = value; this.RaisePropertyChanged("pageNumberSpecified"); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")] public partial class KerelemBekuldesRequestType : RequestBaseType { private string kontenerIDField; private string iARAzonositoField; private CelSzolgaltatasType celSzolgaltatasField; private System.DateTime idopontField; private bool alairvaField; private string kerelemXMLField; /// [System.Xml.Serialization.XmlElementAttribute(DataType="normalizedString", Order=0)] public string KontenerID { get { return this.kontenerIDField; } set { this.kontenerIDField = value; this.RaisePropertyChanged("KontenerID"); } } /// [System.Xml.Serialization.XmlElementAttribute(DataType="normalizedString", Order=1)] public string IARAzonosito { get { return this.iARAzonositoField; } set { this.iARAzonositoField = value; this.RaisePropertyChanged("IARAzonosito"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=2)] public CelSzolgaltatasType CelSzolgaltatas { get { return this.celSzolgaltatasField; } set { this.celSzolgaltatasField = value; this.RaisePropertyChanged("CelSzolgaltatas"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=3)] public System.DateTime Idopont { get { return this.idopontField; } set { this.idopontField = value; this.RaisePropertyChanged("Idopont"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=4)] public bool Alairva { get { return this.alairvaField; } set { this.alairvaField = value; this.RaisePropertyChanged("Alairva"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=5)] public string KerelemXML { get { return this.kerelemXMLField; } set { this.kerelemXMLField = value; this.RaisePropertyChanged("KerelemXML"); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")] public enum CelSzolgaltatasType { /// [System.Xml.Serialization.XmlEnumAttribute("KIR2SZNY-TJVB")] KIR2SZNYTJVB, /// [System.Xml.Serialization.XmlEnumAttribute("KIR2SZNY-TJVMOD")] KIR2SZNYTJVMOD, /// [System.Xml.Serialization.XmlEnumAttribute("KIR2SZNY-TJVMSZ")] KIR2SZNYTJVMSZ, /// [System.Xml.Serialization.XmlEnumAttribute("KIR2SZNY-PJVB")] KIR2SZNYPJVB, /// [System.Xml.Serialization.XmlEnumAttribute("KIR2SZNY-PJVMOD")] KIR2SZNYPJVMOD, /// [System.Xml.Serialization.XmlEnumAttribute("KIR2SZNY-PJVMSZ")] KIR2SZNYPJVMSZ, /// [System.Xml.Serialization.XmlEnumAttribute("KIR2SZNY-TANB")] KIR2SZNYTANB, /// [System.Xml.Serialization.XmlEnumAttribute("KIR2SZNY-PEDB")] KIR2SZNYPEDB, /// [System.Xml.Serialization.XmlEnumAttribute("KIR2SZNY-PEDSZKM")] KIR2SZNYPEDSZKM, /// [System.Xml.Serialization.XmlEnumAttribute("KIR2SZNY-PEDSZKSM")] KIR2SZNYPEDSZKSM, /// [System.Xml.Serialization.XmlEnumAttribute("KIR2SZNY-PTFM")] KIR2SZNYPTFM, /// [System.Xml.Serialization.XmlEnumAttribute("KIR2SZNY-PSZVM")] KIR2SZNYPSZVM, /// [System.Xml.Serialization.XmlEnumAttribute("KIR2SZNY-TANM")] KIR2SZNYTANM, /// [System.Xml.Serialization.XmlEnumAttribute("KIR2SZNY-PEDM")] KIR2SZNYPEDM, /// [System.Xml.Serialization.XmlEnumAttribute("KIR2SZNY-OSZTB")] KIR2SZNYOSZTB, /// [System.Xml.Serialization.XmlEnumAttribute("KIR2SZNY-OSZTM")] KIR2SZNYOSZTM, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")] public partial class KerelemStatuszLekerdezesRequestType : RequestBaseType { private string iARAzonositoField; private string kontenerIDField; private string kontenerElemIDField; /// [System.Xml.Serialization.XmlElementAttribute(DataType="normalizedString", Order=0)] public string IARAzonosito { get { return this.iARAzonositoField; } set { this.iARAzonositoField = value; this.RaisePropertyChanged("IARAzonosito"); } } /// [System.Xml.Serialization.XmlElementAttribute(DataType="normalizedString", Order=1)] public string KontenerID { get { return this.kontenerIDField; } set { this.kontenerIDField = value; this.RaisePropertyChanged("KontenerID"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=2)] public string KontenerElemID { get { return this.kontenerElemIDField; } set { this.kontenerElemIDField = value; this.RaisePropertyChanged("KontenerElemID"); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class KerelemStatuszLekerdezesRequest { [System.ServiceModel.MessageHeaderAttribute(Namespace="http://www.educatio.hu/kretaif")] public Kreta.Client.Kir2Service.KIR2AuthHeaderType KIR2AuthHeader; [System.ServiceModel.MessageBodyMemberAttribute(Name="KerelemStatuszLekerdezesRequest", Namespace="http://www.educatio.hu/kretaif", Order=0)] public Kreta.Client.Kir2Service.KerelemStatuszLekerdezesRequestType KerelemStatuszLekerdezesRequest1; public KerelemStatuszLekerdezesRequest() { } public KerelemStatuszLekerdezesRequest(Kreta.Client.Kir2Service.KIR2AuthHeaderType KIR2AuthHeader, Kreta.Client.Kir2Service.KerelemStatuszLekerdezesRequestType KerelemStatuszLekerdezesRequest1) { this.KIR2AuthHeader = KIR2AuthHeader; this.KerelemStatuszLekerdezesRequest1 = KerelemStatuszLekerdezesRequest1; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class KerelemStatuszLekerdezesResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="KerelemStatuszLekerdezesResponse", Namespace="http://www.educatio.hu/kretaif", Order=0)] public Kreta.Client.Kir2Service.KerelemStatuszLekerdezesResponseType KerelemStatuszLekerdezesResponse1; public KerelemStatuszLekerdezesResponse() { } public KerelemStatuszLekerdezesResponse(Kreta.Client.Kir2Service.KerelemStatuszLekerdezesResponseType KerelemStatuszLekerdezesResponse1) { this.KerelemStatuszLekerdezesResponse1 = KerelemStatuszLekerdezesResponse1; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class KerelemBekuldesRequest { [System.ServiceModel.MessageHeaderAttribute(Namespace="http://www.educatio.hu/kretaif")] public Kreta.Client.Kir2Service.KIR2AuthHeaderType KIR2AuthHeader; [System.ServiceModel.MessageBodyMemberAttribute(Name="KerelemBekuldesRequest", Namespace="http://www.educatio.hu/kretaif", Order=0)] public Kreta.Client.Kir2Service.KerelemBekuldesRequestType KerelemBekuldesRequest1; public KerelemBekuldesRequest() { } public KerelemBekuldesRequest(Kreta.Client.Kir2Service.KIR2AuthHeaderType KIR2AuthHeader, Kreta.Client.Kir2Service.KerelemBekuldesRequestType KerelemBekuldesRequest1) { this.KIR2AuthHeader = KIR2AuthHeader; this.KerelemBekuldesRequest1 = KerelemBekuldesRequest1; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class KerelemBekuldesResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="KerelemBekuldesResponse", Namespace="http://www.educatio.hu/kretaif", Order=0)] public Kreta.Client.Kir2Service.KerelemBekuldesResponseType KerelemBekuldesResponse1; public KerelemBekuldesResponse() { } public KerelemBekuldesResponse(Kreta.Client.Kir2Service.KerelemBekuldesResponseType KerelemBekuldesResponse1) { this.KerelemBekuldesResponse1 = KerelemBekuldesResponse1; } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface IService_KIR_IFChannel : Kreta.Client.Kir2Service.IService_KIR_IF, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class Service_KIR_IFClient : System.ServiceModel.ClientBase, Kreta.Client.Kir2Service.IService_KIR_IF { public Service_KIR_IFClient() { } public Service_KIR_IFClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public Service_KIR_IFClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public Service_KIR_IFClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public Service_KIR_IFClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] Kreta.Client.Kir2Service.KerelemStatuszLekerdezesResponse Kreta.Client.Kir2Service.IService_KIR_IF.KerelemStatuszLekerdezes(Kreta.Client.Kir2Service.KerelemStatuszLekerdezesRequest request) { return base.Channel.KerelemStatuszLekerdezes(request); } public Kreta.Client.Kir2Service.KerelemStatuszLekerdezesResponseType KerelemStatuszLekerdezes(Kreta.Client.Kir2Service.KIR2AuthHeaderType KIR2AuthHeader, Kreta.Client.Kir2Service.KerelemStatuszLekerdezesRequestType KerelemStatuszLekerdezesRequest1) { Kreta.Client.Kir2Service.KerelemStatuszLekerdezesRequest inValue = new Kreta.Client.Kir2Service.KerelemStatuszLekerdezesRequest(); inValue.KIR2AuthHeader = KIR2AuthHeader; inValue.KerelemStatuszLekerdezesRequest1 = KerelemStatuszLekerdezesRequest1; Kreta.Client.Kir2Service.KerelemStatuszLekerdezesResponse retVal = ((Kreta.Client.Kir2Service.IService_KIR_IF)(this)).KerelemStatuszLekerdezes(inValue); return retVal.KerelemStatuszLekerdezesResponse1; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] System.Threading.Tasks.Task Kreta.Client.Kir2Service.IService_KIR_IF.KerelemStatuszLekerdezesAsync(Kreta.Client.Kir2Service.KerelemStatuszLekerdezesRequest request) { return base.Channel.KerelemStatuszLekerdezesAsync(request); } public System.Threading.Tasks.Task KerelemStatuszLekerdezesAsync(Kreta.Client.Kir2Service.KIR2AuthHeaderType KIR2AuthHeader, Kreta.Client.Kir2Service.KerelemStatuszLekerdezesRequestType KerelemStatuszLekerdezesRequest1) { Kreta.Client.Kir2Service.KerelemStatuszLekerdezesRequest inValue = new Kreta.Client.Kir2Service.KerelemStatuszLekerdezesRequest(); inValue.KIR2AuthHeader = KIR2AuthHeader; inValue.KerelemStatuszLekerdezesRequest1 = KerelemStatuszLekerdezesRequest1; return ((Kreta.Client.Kir2Service.IService_KIR_IF)(this)).KerelemStatuszLekerdezesAsync(inValue); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] Kreta.Client.Kir2Service.KerelemBekuldesResponse Kreta.Client.Kir2Service.IService_KIR_IF.KerelemBekuldes(Kreta.Client.Kir2Service.KerelemBekuldesRequest request) { return base.Channel.KerelemBekuldes(request); } public Kreta.Client.Kir2Service.KerelemBekuldesResponseType KerelemBekuldes(Kreta.Client.Kir2Service.KIR2AuthHeaderType KIR2AuthHeader, Kreta.Client.Kir2Service.KerelemBekuldesRequestType KerelemBekuldesRequest1) { Kreta.Client.Kir2Service.KerelemBekuldesRequest inValue = new Kreta.Client.Kir2Service.KerelemBekuldesRequest(); inValue.KIR2AuthHeader = KIR2AuthHeader; inValue.KerelemBekuldesRequest1 = KerelemBekuldesRequest1; Kreta.Client.Kir2Service.KerelemBekuldesResponse retVal = ((Kreta.Client.Kir2Service.IService_KIR_IF)(this)).KerelemBekuldes(inValue); return retVal.KerelemBekuldesResponse1; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] System.Threading.Tasks.Task Kreta.Client.Kir2Service.IService_KIR_IF.KerelemBekuldesAsync(Kreta.Client.Kir2Service.KerelemBekuldesRequest request) { return base.Channel.KerelemBekuldesAsync(request); } public System.Threading.Tasks.Task KerelemBekuldesAsync(Kreta.Client.Kir2Service.KIR2AuthHeaderType KIR2AuthHeader, Kreta.Client.Kir2Service.KerelemBekuldesRequestType KerelemBekuldesRequest1) { Kreta.Client.Kir2Service.KerelemBekuldesRequest inValue = new Kreta.Client.Kir2Service.KerelemBekuldesRequest(); inValue.KIR2AuthHeader = KIR2AuthHeader; inValue.KerelemBekuldesRequest1 = KerelemBekuldesRequest1; return ((Kreta.Client.Kir2Service.IService_KIR_IF)(this)).KerelemBekuldesAsync(inValue); } } }