6996 lines
253 KiB
C#
6996 lines
253 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 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.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Kreta.BusinessLogic.KirService {
|
|
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/common")]
|
|
public partial class OperationFaultType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private int errorCodeField;
|
|
|
|
private string errorMessageField;
|
|
|
|
private System.DateTime timeField;
|
|
|
|
private bool timeFieldSpecified;
|
|
|
|
private stringWithStringId[] otherInfoField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public int ErrorCode {
|
|
get {
|
|
return this.errorCodeField;
|
|
}
|
|
set {
|
|
this.errorCodeField = value;
|
|
this.RaisePropertyChanged("ErrorCode");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public string ErrorMessage {
|
|
get {
|
|
return this.errorMessageField;
|
|
}
|
|
set {
|
|
this.errorMessageField = value;
|
|
this.RaisePropertyChanged("ErrorMessage");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
|
public System.DateTime Time {
|
|
get {
|
|
return this.timeField;
|
|
}
|
|
set {
|
|
this.timeField = value;
|
|
this.RaisePropertyChanged("Time");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool TimeSpecified {
|
|
get {
|
|
return this.timeFieldSpecified;
|
|
}
|
|
set {
|
|
this.timeFieldSpecified = value;
|
|
this.RaisePropertyChanged("TimeSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("OtherInfo", Order=3)]
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.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;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string id {
|
|
get {
|
|
return this.idField;
|
|
}
|
|
set {
|
|
this.idField = value;
|
|
this.RaisePropertyChanged("id");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")]
|
|
public partial class PedagogusJogviszonyAdatType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private SzotarType statuszField;
|
|
|
|
private SzotarType tipusKodField;
|
|
|
|
private SzotarType munkaidoMertekField;
|
|
|
|
private System.DateTime letrejotteDatumField;
|
|
|
|
private System.DateTime megszunesDatumField;
|
|
|
|
private bool megszunesDatumFieldSpecified;
|
|
|
|
private stringWithRequiredId ellatottFeladatField;
|
|
|
|
private int feladatellatasHelyeField;
|
|
|
|
private int ugyviteliHelyField;
|
|
|
|
private System.DateTime lastUpdateField;
|
|
|
|
private bool lastUpdateFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public SzotarType Statusz {
|
|
get {
|
|
return this.statuszField;
|
|
}
|
|
set {
|
|
this.statuszField = value;
|
|
this.RaisePropertyChanged("Statusz");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public SzotarType TipusKod {
|
|
get {
|
|
return this.tipusKodField;
|
|
}
|
|
set {
|
|
this.tipusKodField = value;
|
|
this.RaisePropertyChanged("TipusKod");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
|
public SzotarType MunkaidoMertek {
|
|
get {
|
|
return this.munkaidoMertekField;
|
|
}
|
|
set {
|
|
this.munkaidoMertekField = value;
|
|
this.RaisePropertyChanged("MunkaidoMertek");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)]
|
|
public System.DateTime LetrejotteDatum {
|
|
get {
|
|
return this.letrejotteDatumField;
|
|
}
|
|
set {
|
|
this.letrejotteDatumField = value;
|
|
this.RaisePropertyChanged("LetrejotteDatum");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)]
|
|
public System.DateTime MegszunesDatum {
|
|
get {
|
|
return this.megszunesDatumField;
|
|
}
|
|
set {
|
|
this.megszunesDatumField = value;
|
|
this.RaisePropertyChanged("MegszunesDatum");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool MegszunesDatumSpecified {
|
|
get {
|
|
return this.megszunesDatumFieldSpecified;
|
|
}
|
|
set {
|
|
this.megszunesDatumFieldSpecified = value;
|
|
this.RaisePropertyChanged("MegszunesDatumSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
|
|
public stringWithRequiredId EllatottFeladat {
|
|
get {
|
|
return this.ellatottFeladatField;
|
|
}
|
|
set {
|
|
this.ellatottFeladatField = value;
|
|
this.RaisePropertyChanged("EllatottFeladat");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=6)]
|
|
public int FeladatellatasHelye {
|
|
get {
|
|
return this.feladatellatasHelyeField;
|
|
}
|
|
set {
|
|
this.feladatellatasHelyeField = value;
|
|
this.RaisePropertyChanged("FeladatellatasHelye");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=7)]
|
|
public int UgyviteliHely {
|
|
get {
|
|
return this.ugyviteliHelyField;
|
|
}
|
|
set {
|
|
this.ugyviteliHelyField = value;
|
|
this.RaisePropertyChanged("UgyviteliHely");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute(DataType="date")]
|
|
public System.DateTime LastUpdate {
|
|
get {
|
|
return this.lastUpdateField;
|
|
}
|
|
set {
|
|
this.lastUpdateField = value;
|
|
this.RaisePropertyChanged("LastUpdate");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool LastUpdateSpecified {
|
|
get {
|
|
return this.lastUpdateFieldSpecified;
|
|
}
|
|
set {
|
|
this.lastUpdateFieldSpecified = value;
|
|
this.RaisePropertyChanged("LastUpdateSpecified");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/common")]
|
|
public partial class SzotarType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private string szotarTipusField;
|
|
|
|
private string rovidNevField;
|
|
|
|
private bool toroltField;
|
|
|
|
private bool toroltFieldSpecified;
|
|
|
|
private string valueField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string SzotarTipus {
|
|
get {
|
|
return this.szotarTipusField;
|
|
}
|
|
set {
|
|
this.szotarTipusField = value;
|
|
this.RaisePropertyChanged("SzotarTipus");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string RovidNev {
|
|
get {
|
|
return this.rovidNevField;
|
|
}
|
|
set {
|
|
this.rovidNevField = value;
|
|
this.RaisePropertyChanged("RovidNev");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public bool Torolt {
|
|
get {
|
|
return this.toroltField;
|
|
}
|
|
set {
|
|
this.toroltField = value;
|
|
this.RaisePropertyChanged("Torolt");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool ToroltSpecified {
|
|
get {
|
|
return this.toroltFieldSpecified;
|
|
}
|
|
set {
|
|
this.toroltFieldSpecified = value;
|
|
this.RaisePropertyChanged("ToroltSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/common")]
|
|
public partial class stringWithRequiredId : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private ulong idField;
|
|
|
|
private string valueField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public ulong id {
|
|
get {
|
|
return this.idField;
|
|
}
|
|
set {
|
|
this.idField = value;
|
|
this.RaisePropertyChanged("id");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")]
|
|
public partial class PedagogusJogviszonyokType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private PedagogusJogviszonyAdatType[] jogviszonyAdatField;
|
|
|
|
private string oktazonField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("JogviszonyAdat", Order=0)]
|
|
public PedagogusJogviszonyAdatType[] JogviszonyAdat {
|
|
get {
|
|
return this.jogviszonyAdatField;
|
|
}
|
|
set {
|
|
this.jogviszonyAdatField = value;
|
|
this.RaisePropertyChanged("JogviszonyAdat");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute(DataType="integer")]
|
|
public string Oktazon {
|
|
get {
|
|
return this.oktazonField;
|
|
}
|
|
set {
|
|
this.oktazonField = value;
|
|
this.RaisePropertyChanged("Oktazon");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")]
|
|
public partial class KretaPedagogusAdatType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private PedagogusSzemelyesAdatType szemelyesAdatokField;
|
|
|
|
private PedagogusJogviszonyokType jogviszonyokField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public PedagogusSzemelyesAdatType SzemelyesAdatok {
|
|
get {
|
|
return this.szemelyesAdatokField;
|
|
}
|
|
set {
|
|
this.szemelyesAdatokField = value;
|
|
this.RaisePropertyChanged("SzemelyesAdatok");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public PedagogusJogviszonyokType Jogviszonyok {
|
|
get {
|
|
return this.jogviszonyokField;
|
|
}
|
|
set {
|
|
this.jogviszonyokField = value;
|
|
this.RaisePropertyChanged("Jogviszonyok");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")]
|
|
public partial class PedagogusSzemelyesAdatType : SzemelyAdatType {
|
|
|
|
private System.DateTime lastUpdateField;
|
|
|
|
private bool lastUpdateFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute(DataType="date")]
|
|
public System.DateTime LastUpdate {
|
|
get {
|
|
return this.lastUpdateField;
|
|
}
|
|
set {
|
|
this.lastUpdateField = value;
|
|
this.RaisePropertyChanged("LastUpdate");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool LastUpdateSpecified {
|
|
get {
|
|
return this.lastUpdateFieldSpecified;
|
|
}
|
|
set {
|
|
this.lastUpdateFieldSpecified = value;
|
|
this.RaisePropertyChanged("LastUpdateSpecified");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PedagogusSzemelyesAdatType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TanuloSzemelyesAdatType))]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")]
|
|
public partial class SzemelyAdatType : AlapSzemelyAdatType {
|
|
|
|
private string telefonszamField;
|
|
|
|
private string emailField;
|
|
|
|
private string adatkezelestVegzoIntezmenyField;
|
|
|
|
private CimekType cimekField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public string Telefonszam {
|
|
get {
|
|
return this.telefonszamField;
|
|
}
|
|
set {
|
|
this.telefonszamField = value;
|
|
this.RaisePropertyChanged("Telefonszam");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public string Email {
|
|
get {
|
|
return this.emailField;
|
|
}
|
|
set {
|
|
this.emailField = value;
|
|
this.RaisePropertyChanged("Email");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
|
public string AdatkezelestVegzoIntezmeny {
|
|
get {
|
|
return this.adatkezelestVegzoIntezmenyField;
|
|
}
|
|
set {
|
|
this.adatkezelestVegzoIntezmenyField = value;
|
|
this.RaisePropertyChanged("AdatkezelestVegzoIntezmeny");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
|
|
public CimekType Cimek {
|
|
get {
|
|
return this.cimekField;
|
|
}
|
|
set {
|
|
this.cimekField = value;
|
|
this.RaisePropertyChanged("Cimek");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")]
|
|
public partial class CimekType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private CimType allandoCimField;
|
|
|
|
private CimType tartozkodasiCimField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public CimType AllandoCim {
|
|
get {
|
|
return this.allandoCimField;
|
|
}
|
|
set {
|
|
this.allandoCimField = value;
|
|
this.RaisePropertyChanged("AllandoCim");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public CimType TartozkodasiCim {
|
|
get {
|
|
return this.tartozkodasiCimField;
|
|
}
|
|
set {
|
|
this.tartozkodasiCimField = value;
|
|
this.RaisePropertyChanged("TartozkodasiCim");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CimAdatModositasType))]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/common")]
|
|
public partial class CimType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private stringWithRequiredId orszagField;
|
|
|
|
private string regioField;
|
|
|
|
private stringWithId telepulesField;
|
|
|
|
private string iranyitoSzamField;
|
|
|
|
private string postafiokField;
|
|
|
|
private string kozteruletNevField;
|
|
|
|
private string kozteruletJellegField;
|
|
|
|
private string hazszamField;
|
|
|
|
private string pontositasField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public stringWithRequiredId Orszag {
|
|
get {
|
|
return this.orszagField;
|
|
}
|
|
set {
|
|
this.orszagField = value;
|
|
this.RaisePropertyChanged("Orszag");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public string Regio {
|
|
get {
|
|
return this.regioField;
|
|
}
|
|
set {
|
|
this.regioField = value;
|
|
this.RaisePropertyChanged("Regio");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
|
public stringWithId Telepules {
|
|
get {
|
|
return this.telepulesField;
|
|
}
|
|
set {
|
|
this.telepulesField = value;
|
|
this.RaisePropertyChanged("Telepules");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true, Order=3)]
|
|
public string IranyitoSzam {
|
|
get {
|
|
return this.iranyitoSzamField;
|
|
}
|
|
set {
|
|
this.iranyitoSzamField = value;
|
|
this.RaisePropertyChanged("IranyitoSzam");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true, Order=4)]
|
|
public string Postafiok {
|
|
get {
|
|
return this.postafiokField;
|
|
}
|
|
set {
|
|
this.postafiokField = value;
|
|
this.RaisePropertyChanged("Postafiok");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true, Order=5)]
|
|
public string KozteruletNev {
|
|
get {
|
|
return this.kozteruletNevField;
|
|
}
|
|
set {
|
|
this.kozteruletNevField = value;
|
|
this.RaisePropertyChanged("KozteruletNev");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true, Order=6)]
|
|
public string KozteruletJelleg {
|
|
get {
|
|
return this.kozteruletJellegField;
|
|
}
|
|
set {
|
|
this.kozteruletJellegField = value;
|
|
this.RaisePropertyChanged("KozteruletJelleg");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true, Order=7)]
|
|
public string Hazszam {
|
|
get {
|
|
return this.hazszamField;
|
|
}
|
|
set {
|
|
this.hazszamField = value;
|
|
this.RaisePropertyChanged("Hazszam");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true, Order=8)]
|
|
public string Pontositas {
|
|
get {
|
|
return this.pontositasField;
|
|
}
|
|
set {
|
|
this.pontositasField = value;
|
|
this.RaisePropertyChanged("Pontositas");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/common")]
|
|
public partial class stringWithId : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private ulong idField;
|
|
|
|
private bool idFieldSpecified;
|
|
|
|
private string valueField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public ulong id {
|
|
get {
|
|
return this.idField;
|
|
}
|
|
set {
|
|
this.idField = value;
|
|
this.RaisePropertyChanged("id");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool idSpecified {
|
|
get {
|
|
return this.idFieldSpecified;
|
|
}
|
|
set {
|
|
this.idFieldSpecified = value;
|
|
this.RaisePropertyChanged("idSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class CimAdatModositasType : CimType {
|
|
|
|
private int idField;
|
|
|
|
private KerelemMuveletType muveletField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int id {
|
|
get {
|
|
return this.idField;
|
|
}
|
|
set {
|
|
this.idField = value;
|
|
this.RaisePropertyChanged("id");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public KerelemMuveletType muvelet {
|
|
get {
|
|
return this.muveletField;
|
|
}
|
|
set {
|
|
this.muveletField = value;
|
|
this.RaisePropertyChanged("muvelet");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/common")]
|
|
public enum KerelemMuveletType {
|
|
|
|
/// <remarks/>
|
|
LETREHOZ,
|
|
|
|
/// <remarks/>
|
|
MODOSIT,
|
|
|
|
/// <remarks/>
|
|
TOROL,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SzemelyAdatType1))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TanuloAdatType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AlkalmazottAdatType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AlkalmazottAdatLekerdezesType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SzemelykeresoSzemelyType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SzemelyAdatType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PedagogusSzemelyesAdatType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TanuloSzemelyesAdatType))]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class AlapSzemelyAdatType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private NevType viseltNevField;
|
|
|
|
private NevType szuletesiNevField;
|
|
|
|
private NevType anyjaNeveField;
|
|
|
|
private System.DateTime szuletesiIdoField;
|
|
|
|
private stringWithRequiredId szuletesiOrszagField;
|
|
|
|
private stringWithId szuletesiHelysegField;
|
|
|
|
private stringWithRequiredId allampolgarsag1Field;
|
|
|
|
private stringWithRequiredId allampolgarsag2Field;
|
|
|
|
private NemType nemField;
|
|
|
|
private string oktazonField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public NevType ViseltNev {
|
|
get {
|
|
return this.viseltNevField;
|
|
}
|
|
set {
|
|
this.viseltNevField = value;
|
|
this.RaisePropertyChanged("ViseltNev");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public NevType SzuletesiNev {
|
|
get {
|
|
return this.szuletesiNevField;
|
|
}
|
|
set {
|
|
this.szuletesiNevField = value;
|
|
this.RaisePropertyChanged("SzuletesiNev");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
|
public NevType AnyjaNeve {
|
|
get {
|
|
return this.anyjaNeveField;
|
|
}
|
|
set {
|
|
this.anyjaNeveField = value;
|
|
this.RaisePropertyChanged("AnyjaNeve");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)]
|
|
public System.DateTime SzuletesiIdo {
|
|
get {
|
|
return this.szuletesiIdoField;
|
|
}
|
|
set {
|
|
this.szuletesiIdoField = value;
|
|
this.RaisePropertyChanged("SzuletesiIdo");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
|
|
public stringWithRequiredId SzuletesiOrszag {
|
|
get {
|
|
return this.szuletesiOrszagField;
|
|
}
|
|
set {
|
|
this.szuletesiOrszagField = value;
|
|
this.RaisePropertyChanged("SzuletesiOrszag");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
|
|
public stringWithId SzuletesiHelyseg {
|
|
get {
|
|
return this.szuletesiHelysegField;
|
|
}
|
|
set {
|
|
this.szuletesiHelysegField = value;
|
|
this.RaisePropertyChanged("SzuletesiHelyseg");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=6)]
|
|
public stringWithRequiredId Allampolgarsag1 {
|
|
get {
|
|
return this.allampolgarsag1Field;
|
|
}
|
|
set {
|
|
this.allampolgarsag1Field = value;
|
|
this.RaisePropertyChanged("Allampolgarsag1");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=7)]
|
|
public stringWithRequiredId Allampolgarsag2 {
|
|
get {
|
|
return this.allampolgarsag2Field;
|
|
}
|
|
set {
|
|
this.allampolgarsag2Field = value;
|
|
this.RaisePropertyChanged("Allampolgarsag2");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=8)]
|
|
public NemType Nem {
|
|
get {
|
|
return this.nemField;
|
|
}
|
|
set {
|
|
this.nemField = value;
|
|
this.RaisePropertyChanged("Nem");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute(DataType="integer")]
|
|
public string oktazon {
|
|
get {
|
|
return this.oktazonField;
|
|
}
|
|
set {
|
|
this.oktazonField = value;
|
|
this.RaisePropertyChanged("oktazon");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/common")]
|
|
public partial class NevType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private string elonevField;
|
|
|
|
private string vezeteknevField;
|
|
|
|
private string keresztnevField;
|
|
|
|
private NevSorrendType nevSorrendField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public string Elonev {
|
|
get {
|
|
return this.elonevField;
|
|
}
|
|
set {
|
|
this.elonevField = value;
|
|
this.RaisePropertyChanged("Elonev");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public string Vezeteknev {
|
|
get {
|
|
return this.vezeteknevField;
|
|
}
|
|
set {
|
|
this.vezeteknevField = value;
|
|
this.RaisePropertyChanged("Vezeteknev");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
|
public string Keresztnev {
|
|
get {
|
|
return this.keresztnevField;
|
|
}
|
|
set {
|
|
this.keresztnevField = value;
|
|
this.RaisePropertyChanged("Keresztnev");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
|
|
public NevSorrendType NevSorrend {
|
|
get {
|
|
return this.nevSorrendField;
|
|
}
|
|
set {
|
|
this.nevSorrendField = value;
|
|
this.RaisePropertyChanged("NevSorrend");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/common")]
|
|
public enum NevSorrendType {
|
|
|
|
/// <remarks/>
|
|
VEZETEKNEV,
|
|
|
|
/// <remarks/>
|
|
KERESZTNEV,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/common")]
|
|
public enum NemType {
|
|
|
|
/// <remarks/>
|
|
N,
|
|
|
|
/// <remarks/>
|
|
F,
|
|
|
|
/// <remarks/>
|
|
X,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TanuloAdatType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AlkalmazottAdatType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AlkalmazottAdatLekerdezesType))]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(TypeName="SzemelyAdatType", Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class SzemelyAdatType1 : AlapSzemelyAdatType {
|
|
|
|
private string telefonszamField;
|
|
|
|
private string emailField;
|
|
|
|
private IgenNemType vanLakcimeField;
|
|
|
|
private CimType allandoCimField;
|
|
|
|
private CimType tartozkodasiCimField;
|
|
|
|
private OkmanyAdatType[] okmanyField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public string Telefonszam {
|
|
get {
|
|
return this.telefonszamField;
|
|
}
|
|
set {
|
|
this.telefonszamField = value;
|
|
this.RaisePropertyChanged("Telefonszam");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public string Email {
|
|
get {
|
|
return this.emailField;
|
|
}
|
|
set {
|
|
this.emailField = value;
|
|
this.RaisePropertyChanged("Email");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
|
public IgenNemType VanLakcime {
|
|
get {
|
|
return this.vanLakcimeField;
|
|
}
|
|
set {
|
|
this.vanLakcimeField = value;
|
|
this.RaisePropertyChanged("VanLakcime");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
|
|
public CimType AllandoCim {
|
|
get {
|
|
return this.allandoCimField;
|
|
}
|
|
set {
|
|
this.allandoCimField = value;
|
|
this.RaisePropertyChanged("AllandoCim");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
|
|
public CimType TartozkodasiCim {
|
|
get {
|
|
return this.tartozkodasiCimField;
|
|
}
|
|
set {
|
|
this.tartozkodasiCimField = value;
|
|
this.RaisePropertyChanged("TartozkodasiCim");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Okmany", Order=5)]
|
|
public OkmanyAdatType[] Okmany {
|
|
get {
|
|
return this.okmanyField;
|
|
}
|
|
set {
|
|
this.okmanyField = value;
|
|
this.RaisePropertyChanged("Okmany");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/common")]
|
|
public enum IgenNemType {
|
|
|
|
/// <remarks/>
|
|
I,
|
|
|
|
/// <remarks/>
|
|
N,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class OkmanyAdatType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private SzotarType tipusField;
|
|
|
|
private string okmanySzamField;
|
|
|
|
private System.DateTime kiallitasDatumaField;
|
|
|
|
private System.DateTime lejaratDatumaField;
|
|
|
|
private bool lejaratDatumaFieldSpecified;
|
|
|
|
private int idField;
|
|
|
|
private bool idFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public SzotarType Tipus {
|
|
get {
|
|
return this.tipusField;
|
|
}
|
|
set {
|
|
this.tipusField = value;
|
|
this.RaisePropertyChanged("Tipus");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public string OkmanySzam {
|
|
get {
|
|
return this.okmanySzamField;
|
|
}
|
|
set {
|
|
this.okmanySzamField = value;
|
|
this.RaisePropertyChanged("OkmanySzam");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)]
|
|
public System.DateTime KiallitasDatuma {
|
|
get {
|
|
return this.kiallitasDatumaField;
|
|
}
|
|
set {
|
|
this.kiallitasDatumaField = value;
|
|
this.RaisePropertyChanged("KiallitasDatuma");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)]
|
|
public System.DateTime LejaratDatuma {
|
|
get {
|
|
return this.lejaratDatumaField;
|
|
}
|
|
set {
|
|
this.lejaratDatumaField = value;
|
|
this.RaisePropertyChanged("LejaratDatuma");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool LejaratDatumaSpecified {
|
|
get {
|
|
return this.lejaratDatumaFieldSpecified;
|
|
}
|
|
set {
|
|
this.lejaratDatumaFieldSpecified = value;
|
|
this.RaisePropertyChanged("LejaratDatumaSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int id {
|
|
get {
|
|
return this.idField;
|
|
}
|
|
set {
|
|
this.idField = value;
|
|
this.RaisePropertyChanged("id");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool idSpecified {
|
|
get {
|
|
return this.idFieldSpecified;
|
|
}
|
|
set {
|
|
this.idFieldSpecified = value;
|
|
this.RaisePropertyChanged("idSpecified");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class TanuloAdatType : SzemelyAdatType1 {
|
|
|
|
private object itemField;
|
|
|
|
private string diakigazolvanySzamaField;
|
|
|
|
private IgenNemType tankotelezettsegetTeljesitoField;
|
|
|
|
private System.DateTime tankotelezettsegVegeField;
|
|
|
|
private bool tankotelezettsegVegeFieldSpecified;
|
|
|
|
private IgenNemType sNIField;
|
|
|
|
private IgenNemType bTMField;
|
|
|
|
private SzotarType menekultVagyOltalmazottField;
|
|
|
|
private TanuloiJogviszonyAdatType[] jogviszonyField;
|
|
|
|
private string adatkezelestVegzoIntezmenyField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("NemIsmertTAJ", typeof(bool), Order=0)]
|
|
[System.Xml.Serialization.XmlElementAttribute("TAJ", typeof(string), Order=0)]
|
|
public object Item {
|
|
get {
|
|
return this.itemField;
|
|
}
|
|
set {
|
|
this.itemField = value;
|
|
this.RaisePropertyChanged("Item");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="normalizedString", Order=1)]
|
|
public string DiakigazolvanySzama {
|
|
get {
|
|
return this.diakigazolvanySzamaField;
|
|
}
|
|
set {
|
|
this.diakigazolvanySzamaField = value;
|
|
this.RaisePropertyChanged("DiakigazolvanySzama");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
|
public IgenNemType TankotelezettsegetTeljesito {
|
|
get {
|
|
return this.tankotelezettsegetTeljesitoField;
|
|
}
|
|
set {
|
|
this.tankotelezettsegetTeljesitoField = value;
|
|
this.RaisePropertyChanged("TankotelezettsegetTeljesito");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)]
|
|
public System.DateTime TankotelezettsegVege {
|
|
get {
|
|
return this.tankotelezettsegVegeField;
|
|
}
|
|
set {
|
|
this.tankotelezettsegVegeField = value;
|
|
this.RaisePropertyChanged("TankotelezettsegVege");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool TankotelezettsegVegeSpecified {
|
|
get {
|
|
return this.tankotelezettsegVegeFieldSpecified;
|
|
}
|
|
set {
|
|
this.tankotelezettsegVegeFieldSpecified = value;
|
|
this.RaisePropertyChanged("TankotelezettsegVegeSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
|
|
public IgenNemType SNI {
|
|
get {
|
|
return this.sNIField;
|
|
}
|
|
set {
|
|
this.sNIField = value;
|
|
this.RaisePropertyChanged("SNI");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
|
|
public IgenNemType BTM {
|
|
get {
|
|
return this.bTMField;
|
|
}
|
|
set {
|
|
this.bTMField = value;
|
|
this.RaisePropertyChanged("BTM");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=6)]
|
|
public SzotarType MenekultVagyOltalmazott {
|
|
get {
|
|
return this.menekultVagyOltalmazottField;
|
|
}
|
|
set {
|
|
this.menekultVagyOltalmazottField = value;
|
|
this.RaisePropertyChanged("MenekultVagyOltalmazott");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Jogviszony", Order=7)]
|
|
public TanuloiJogviszonyAdatType[] Jogviszony {
|
|
get {
|
|
return this.jogviszonyField;
|
|
}
|
|
set {
|
|
this.jogviszonyField = value;
|
|
this.RaisePropertyChanged("Jogviszony");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=8)]
|
|
public string AdatkezelestVegzoIntezmeny {
|
|
get {
|
|
return this.adatkezelestVegzoIntezmenyField;
|
|
}
|
|
set {
|
|
this.adatkezelestVegzoIntezmenyField = value;
|
|
this.RaisePropertyChanged("AdatkezelestVegzoIntezmeny");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TanuloiJogviszonyBejelentesType))]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class TanuloiJogviszonyAdatType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private string intezmenyField;
|
|
|
|
private SzotarType statuszField;
|
|
|
|
private System.DateTime jogviszonyLetrejotteDatumField;
|
|
|
|
private System.DateTime jogviszonyMegszuneseDatumField;
|
|
|
|
private bool jogviszonyMegszuneseDatumFieldSpecified;
|
|
|
|
private SzotarType jogviszonyJellegeKodField;
|
|
|
|
private IgenNemType vendegtanuloField;
|
|
|
|
private IgenNemType magantanuloField;
|
|
|
|
private System.DateTime szuneteltetesKezdeteField;
|
|
|
|
private bool szuneteltetesKezdeteFieldSpecified;
|
|
|
|
private System.DateTime szuneteltetesVegeField;
|
|
|
|
private bool szuneteltetesVegeFieldSpecified;
|
|
|
|
private SzotarType megszunesJogcimeKodField;
|
|
|
|
private System.DateTime befejezesVarhatoDatumaField;
|
|
|
|
private bool befejezesVarhatoDatumaFieldSpecified;
|
|
|
|
private int ugyviteliHelyField;
|
|
|
|
private TanuloiSzolgaltatasIgenybevetelHelyeAdatType[] szolgaltatasIgenybevetelHelyeField;
|
|
|
|
private TanuloOsztalyBesorolasType[] osztalyBesorolasField;
|
|
|
|
private int idField;
|
|
|
|
private bool idFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public string Intezmeny {
|
|
get {
|
|
return this.intezmenyField;
|
|
}
|
|
set {
|
|
this.intezmenyField = value;
|
|
this.RaisePropertyChanged("Intezmeny");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public SzotarType Statusz {
|
|
get {
|
|
return this.statuszField;
|
|
}
|
|
set {
|
|
this.statuszField = value;
|
|
this.RaisePropertyChanged("Statusz");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)]
|
|
public System.DateTime JogviszonyLetrejotteDatum {
|
|
get {
|
|
return this.jogviszonyLetrejotteDatumField;
|
|
}
|
|
set {
|
|
this.jogviszonyLetrejotteDatumField = value;
|
|
this.RaisePropertyChanged("JogviszonyLetrejotteDatum");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)]
|
|
public System.DateTime JogviszonyMegszuneseDatum {
|
|
get {
|
|
return this.jogviszonyMegszuneseDatumField;
|
|
}
|
|
set {
|
|
this.jogviszonyMegszuneseDatumField = value;
|
|
this.RaisePropertyChanged("JogviszonyMegszuneseDatum");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool JogviszonyMegszuneseDatumSpecified {
|
|
get {
|
|
return this.jogviszonyMegszuneseDatumFieldSpecified;
|
|
}
|
|
set {
|
|
this.jogviszonyMegszuneseDatumFieldSpecified = value;
|
|
this.RaisePropertyChanged("JogviszonyMegszuneseDatumSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
|
|
public SzotarType JogviszonyJellegeKod {
|
|
get {
|
|
return this.jogviszonyJellegeKodField;
|
|
}
|
|
set {
|
|
this.jogviszonyJellegeKodField = value;
|
|
this.RaisePropertyChanged("JogviszonyJellegeKod");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
|
|
public IgenNemType Vendegtanulo {
|
|
get {
|
|
return this.vendegtanuloField;
|
|
}
|
|
set {
|
|
this.vendegtanuloField = value;
|
|
this.RaisePropertyChanged("Vendegtanulo");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=6)]
|
|
public IgenNemType Magantanulo {
|
|
get {
|
|
return this.magantanuloField;
|
|
}
|
|
set {
|
|
this.magantanuloField = value;
|
|
this.RaisePropertyChanged("Magantanulo");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=7)]
|
|
public System.DateTime SzuneteltetesKezdete {
|
|
get {
|
|
return this.szuneteltetesKezdeteField;
|
|
}
|
|
set {
|
|
this.szuneteltetesKezdeteField = value;
|
|
this.RaisePropertyChanged("SzuneteltetesKezdete");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool SzuneteltetesKezdeteSpecified {
|
|
get {
|
|
return this.szuneteltetesKezdeteFieldSpecified;
|
|
}
|
|
set {
|
|
this.szuneteltetesKezdeteFieldSpecified = value;
|
|
this.RaisePropertyChanged("SzuneteltetesKezdeteSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=8)]
|
|
public System.DateTime SzuneteltetesVege {
|
|
get {
|
|
return this.szuneteltetesVegeField;
|
|
}
|
|
set {
|
|
this.szuneteltetesVegeField = value;
|
|
this.RaisePropertyChanged("SzuneteltetesVege");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool SzuneteltetesVegeSpecified {
|
|
get {
|
|
return this.szuneteltetesVegeFieldSpecified;
|
|
}
|
|
set {
|
|
this.szuneteltetesVegeFieldSpecified = value;
|
|
this.RaisePropertyChanged("SzuneteltetesVegeSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=9)]
|
|
public SzotarType MegszunesJogcimeKod {
|
|
get {
|
|
return this.megszunesJogcimeKodField;
|
|
}
|
|
set {
|
|
this.megszunesJogcimeKodField = value;
|
|
this.RaisePropertyChanged("MegszunesJogcimeKod");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=10)]
|
|
public System.DateTime BefejezesVarhatoDatuma {
|
|
get {
|
|
return this.befejezesVarhatoDatumaField;
|
|
}
|
|
set {
|
|
this.befejezesVarhatoDatumaField = value;
|
|
this.RaisePropertyChanged("BefejezesVarhatoDatuma");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool BefejezesVarhatoDatumaSpecified {
|
|
get {
|
|
return this.befejezesVarhatoDatumaFieldSpecified;
|
|
}
|
|
set {
|
|
this.befejezesVarhatoDatumaFieldSpecified = value;
|
|
this.RaisePropertyChanged("BefejezesVarhatoDatumaSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=11)]
|
|
public int UgyviteliHely {
|
|
get {
|
|
return this.ugyviteliHelyField;
|
|
}
|
|
set {
|
|
this.ugyviteliHelyField = value;
|
|
this.RaisePropertyChanged("UgyviteliHely");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("SzolgaltatasIgenybevetelHelye", Order=12)]
|
|
public TanuloiSzolgaltatasIgenybevetelHelyeAdatType[] SzolgaltatasIgenybevetelHelye {
|
|
get {
|
|
return this.szolgaltatasIgenybevetelHelyeField;
|
|
}
|
|
set {
|
|
this.szolgaltatasIgenybevetelHelyeField = value;
|
|
this.RaisePropertyChanged("SzolgaltatasIgenybevetelHelye");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("OsztalyBesorolas", Order=13)]
|
|
public TanuloOsztalyBesorolasType[] OsztalyBesorolas {
|
|
get {
|
|
return this.osztalyBesorolasField;
|
|
}
|
|
set {
|
|
this.osztalyBesorolasField = value;
|
|
this.RaisePropertyChanged("OsztalyBesorolas");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int id {
|
|
get {
|
|
return this.idField;
|
|
}
|
|
set {
|
|
this.idField = value;
|
|
this.RaisePropertyChanged("id");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool idSpecified {
|
|
get {
|
|
return this.idFieldSpecified;
|
|
}
|
|
set {
|
|
this.idFieldSpecified = value;
|
|
this.RaisePropertyChanged("idSpecified");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class TanuloiSzolgaltatasIgenybevetelHelyeAdatType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private int telephelyIdField;
|
|
|
|
private stringWithRequiredId szolgaltatasKodField;
|
|
|
|
private SzotarType evfolyamField;
|
|
|
|
private System.DateTime igenybevetelKezdeteField;
|
|
|
|
private System.DateTime igenybevetelVegeField;
|
|
|
|
private bool igenybevetelVegeFieldSpecified;
|
|
|
|
private int idField;
|
|
|
|
private bool idFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public int TelephelyId {
|
|
get {
|
|
return this.telephelyIdField;
|
|
}
|
|
set {
|
|
this.telephelyIdField = value;
|
|
this.RaisePropertyChanged("TelephelyId");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public stringWithRequiredId SzolgaltatasKod {
|
|
get {
|
|
return this.szolgaltatasKodField;
|
|
}
|
|
set {
|
|
this.szolgaltatasKodField = value;
|
|
this.RaisePropertyChanged("SzolgaltatasKod");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
|
public SzotarType Evfolyam {
|
|
get {
|
|
return this.evfolyamField;
|
|
}
|
|
set {
|
|
this.evfolyamField = value;
|
|
this.RaisePropertyChanged("Evfolyam");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)]
|
|
public System.DateTime IgenybevetelKezdete {
|
|
get {
|
|
return this.igenybevetelKezdeteField;
|
|
}
|
|
set {
|
|
this.igenybevetelKezdeteField = value;
|
|
this.RaisePropertyChanged("IgenybevetelKezdete");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)]
|
|
public System.DateTime IgenybevetelVege {
|
|
get {
|
|
return this.igenybevetelVegeField;
|
|
}
|
|
set {
|
|
this.igenybevetelVegeField = value;
|
|
this.RaisePropertyChanged("IgenybevetelVege");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool IgenybevetelVegeSpecified {
|
|
get {
|
|
return this.igenybevetelVegeFieldSpecified;
|
|
}
|
|
set {
|
|
this.igenybevetelVegeFieldSpecified = value;
|
|
this.RaisePropertyChanged("IgenybevetelVegeSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int id {
|
|
get {
|
|
return this.idField;
|
|
}
|
|
set {
|
|
this.idField = value;
|
|
this.RaisePropertyChanged("id");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool idSpecified {
|
|
get {
|
|
return this.idFieldSpecified;
|
|
}
|
|
set {
|
|
this.idFieldSpecified = value;
|
|
this.RaisePropertyChanged("idSpecified");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class TanuloOsztalyBesorolasType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private stringWithRequiredId osztalyField;
|
|
|
|
private System.DateTime kezdoDatumField;
|
|
|
|
private System.DateTime kijelentesDatumField;
|
|
|
|
private bool kijelentesDatumFieldSpecified;
|
|
|
|
private int idField;
|
|
|
|
private bool idFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public stringWithRequiredId Osztaly {
|
|
get {
|
|
return this.osztalyField;
|
|
}
|
|
set {
|
|
this.osztalyField = value;
|
|
this.RaisePropertyChanged("Osztaly");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)]
|
|
public System.DateTime KezdoDatum {
|
|
get {
|
|
return this.kezdoDatumField;
|
|
}
|
|
set {
|
|
this.kezdoDatumField = value;
|
|
this.RaisePropertyChanged("KezdoDatum");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)]
|
|
public System.DateTime KijelentesDatum {
|
|
get {
|
|
return this.kijelentesDatumField;
|
|
}
|
|
set {
|
|
this.kijelentesDatumField = value;
|
|
this.RaisePropertyChanged("KijelentesDatum");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool KijelentesDatumSpecified {
|
|
get {
|
|
return this.kijelentesDatumFieldSpecified;
|
|
}
|
|
set {
|
|
this.kijelentesDatumFieldSpecified = value;
|
|
this.RaisePropertyChanged("KijelentesDatumSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int id {
|
|
get {
|
|
return this.idField;
|
|
}
|
|
set {
|
|
this.idField = value;
|
|
this.RaisePropertyChanged("id");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool idSpecified {
|
|
get {
|
|
return this.idFieldSpecified;
|
|
}
|
|
set {
|
|
this.idFieldSpecified = value;
|
|
this.RaisePropertyChanged("idSpecified");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class TanuloiJogviszonyBejelentesType : TanuloiJogviszonyAdatType {
|
|
|
|
private string oktazonField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute(DataType="integer")]
|
|
public string oktazon {
|
|
get {
|
|
return this.oktazonField;
|
|
}
|
|
set {
|
|
this.oktazonField = value;
|
|
this.RaisePropertyChanged("oktazon");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(AlkalmazottAdatLekerdezesType))]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class AlkalmazottAdatType : SzemelyAdatType1 {
|
|
|
|
private SzotarType vegzettsegiSzintField;
|
|
|
|
private int szakmaiGyakorlatEvekField;
|
|
|
|
private bool szakmaiGyakorlatEvekFieldSpecified;
|
|
|
|
private SzotarType akademiaiTagsagField;
|
|
|
|
private AlkalmazottSzakkepzettsegAdatType[] szakkepzettsegField;
|
|
|
|
private AlkalmazottSzakkepesitesAdatType[] szakkepesitesField;
|
|
|
|
private TudomanyosFokozatAdatType[] tudomanyosFokozatField;
|
|
|
|
private PedagogusSzakvizsgaAdatType[] pedagogusSzakvizsgaField;
|
|
|
|
private AlkalmazottJogviszonyAdatType[] jogviszonyField;
|
|
|
|
private string pedagogusIgazolvanySzamaField;
|
|
|
|
private string erettsegiVizsgaelnokiIgazolasSzamaField;
|
|
|
|
private string koznevelesiSzakertoiIgazolasSzamaField;
|
|
|
|
private string adatkezelestVegzoIntezmenyField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public SzotarType VegzettsegiSzint {
|
|
get {
|
|
return this.vegzettsegiSzintField;
|
|
}
|
|
set {
|
|
this.vegzettsegiSzintField = value;
|
|
this.RaisePropertyChanged("VegzettsegiSzint");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public int SzakmaiGyakorlatEvek {
|
|
get {
|
|
return this.szakmaiGyakorlatEvekField;
|
|
}
|
|
set {
|
|
this.szakmaiGyakorlatEvekField = value;
|
|
this.RaisePropertyChanged("SzakmaiGyakorlatEvek");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool SzakmaiGyakorlatEvekSpecified {
|
|
get {
|
|
return this.szakmaiGyakorlatEvekFieldSpecified;
|
|
}
|
|
set {
|
|
this.szakmaiGyakorlatEvekFieldSpecified = value;
|
|
this.RaisePropertyChanged("SzakmaiGyakorlatEvekSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
|
public SzotarType AkademiaiTagsag {
|
|
get {
|
|
return this.akademiaiTagsagField;
|
|
}
|
|
set {
|
|
this.akademiaiTagsagField = value;
|
|
this.RaisePropertyChanged("AkademiaiTagsag");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Szakkepzettseg", Order=3)]
|
|
public AlkalmazottSzakkepzettsegAdatType[] Szakkepzettseg {
|
|
get {
|
|
return this.szakkepzettsegField;
|
|
}
|
|
set {
|
|
this.szakkepzettsegField = value;
|
|
this.RaisePropertyChanged("Szakkepzettseg");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Szakkepesites", Order=4)]
|
|
public AlkalmazottSzakkepesitesAdatType[] Szakkepesites {
|
|
get {
|
|
return this.szakkepesitesField;
|
|
}
|
|
set {
|
|
this.szakkepesitesField = value;
|
|
this.RaisePropertyChanged("Szakkepesites");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("TudomanyosFokozat", Order=5)]
|
|
public TudomanyosFokozatAdatType[] TudomanyosFokozat {
|
|
get {
|
|
return this.tudomanyosFokozatField;
|
|
}
|
|
set {
|
|
this.tudomanyosFokozatField = value;
|
|
this.RaisePropertyChanged("TudomanyosFokozat");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("PedagogusSzakvizsga", Order=6)]
|
|
public PedagogusSzakvizsgaAdatType[] PedagogusSzakvizsga {
|
|
get {
|
|
return this.pedagogusSzakvizsgaField;
|
|
}
|
|
set {
|
|
this.pedagogusSzakvizsgaField = value;
|
|
this.RaisePropertyChanged("PedagogusSzakvizsga");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Jogviszony", Order=7)]
|
|
public AlkalmazottJogviszonyAdatType[] Jogviszony {
|
|
get {
|
|
return this.jogviszonyField;
|
|
}
|
|
set {
|
|
this.jogviszonyField = value;
|
|
this.RaisePropertyChanged("Jogviszony");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="normalizedString", Order=8)]
|
|
public string PedagogusIgazolvanySzama {
|
|
get {
|
|
return this.pedagogusIgazolvanySzamaField;
|
|
}
|
|
set {
|
|
this.pedagogusIgazolvanySzamaField = value;
|
|
this.RaisePropertyChanged("PedagogusIgazolvanySzama");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=9)]
|
|
public string ErettsegiVizsgaelnokiIgazolasSzama {
|
|
get {
|
|
return this.erettsegiVizsgaelnokiIgazolasSzamaField;
|
|
}
|
|
set {
|
|
this.erettsegiVizsgaelnokiIgazolasSzamaField = value;
|
|
this.RaisePropertyChanged("ErettsegiVizsgaelnokiIgazolasSzama");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=10)]
|
|
public string KoznevelesiSzakertoiIgazolasSzama {
|
|
get {
|
|
return this.koznevelesiSzakertoiIgazolasSzamaField;
|
|
}
|
|
set {
|
|
this.koznevelesiSzakertoiIgazolasSzamaField = value;
|
|
this.RaisePropertyChanged("KoznevelesiSzakertoiIgazolasSzama");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=11)]
|
|
public string AdatkezelestVegzoIntezmeny {
|
|
get {
|
|
return this.adatkezelestVegzoIntezmenyField;
|
|
}
|
|
set {
|
|
this.adatkezelestVegzoIntezmenyField = value;
|
|
this.RaisePropertyChanged("AdatkezelestVegzoIntezmeny");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class AlkalmazottSzakkepzettsegAdatType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private SzotarType szakkepzettsegSzintjeField;
|
|
|
|
private SzotarType pedagogusSzakkepzettsegField;
|
|
|
|
private SzotarType pedSzakvizsgaErtekuField;
|
|
|
|
private SzotarType szakkepzettsegTipusField;
|
|
|
|
private SzotarType szakkepzettsegField;
|
|
|
|
private string oklevelSzamField;
|
|
|
|
private string felsooktatasiIntezmenyField;
|
|
|
|
private string kulfoldiFelsooktatasiIntezmenyNeveField;
|
|
|
|
private System.DateTime vegzettsegMegszerzesenekDatumaField;
|
|
|
|
private bool vegzettsegMegszerzesenekDatumaFieldSpecified;
|
|
|
|
private int idField;
|
|
|
|
private bool idFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public SzotarType SzakkepzettsegSzintje {
|
|
get {
|
|
return this.szakkepzettsegSzintjeField;
|
|
}
|
|
set {
|
|
this.szakkepzettsegSzintjeField = value;
|
|
this.RaisePropertyChanged("SzakkepzettsegSzintje");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public SzotarType PedagogusSzakkepzettseg {
|
|
get {
|
|
return this.pedagogusSzakkepzettsegField;
|
|
}
|
|
set {
|
|
this.pedagogusSzakkepzettsegField = value;
|
|
this.RaisePropertyChanged("PedagogusSzakkepzettseg");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
|
public SzotarType PedSzakvizsgaErteku {
|
|
get {
|
|
return this.pedSzakvizsgaErtekuField;
|
|
}
|
|
set {
|
|
this.pedSzakvizsgaErtekuField = value;
|
|
this.RaisePropertyChanged("PedSzakvizsgaErteku");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
|
|
public SzotarType SzakkepzettsegTipus {
|
|
get {
|
|
return this.szakkepzettsegTipusField;
|
|
}
|
|
set {
|
|
this.szakkepzettsegTipusField = value;
|
|
this.RaisePropertyChanged("SzakkepzettsegTipus");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
|
|
public SzotarType Szakkepzettseg {
|
|
get {
|
|
return this.szakkepzettsegField;
|
|
}
|
|
set {
|
|
this.szakkepzettsegField = value;
|
|
this.RaisePropertyChanged("Szakkepzettseg");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
|
|
public string OklevelSzam {
|
|
get {
|
|
return this.oklevelSzamField;
|
|
}
|
|
set {
|
|
this.oklevelSzamField = value;
|
|
this.RaisePropertyChanged("OklevelSzam");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=6)]
|
|
public string FelsooktatasiIntezmeny {
|
|
get {
|
|
return this.felsooktatasiIntezmenyField;
|
|
}
|
|
set {
|
|
this.felsooktatasiIntezmenyField = value;
|
|
this.RaisePropertyChanged("FelsooktatasiIntezmeny");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=7)]
|
|
public string KulfoldiFelsooktatasiIntezmenyNeve {
|
|
get {
|
|
return this.kulfoldiFelsooktatasiIntezmenyNeveField;
|
|
}
|
|
set {
|
|
this.kulfoldiFelsooktatasiIntezmenyNeveField = value;
|
|
this.RaisePropertyChanged("KulfoldiFelsooktatasiIntezmenyNeve");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=8)]
|
|
public System.DateTime VegzettsegMegszerzesenekDatuma {
|
|
get {
|
|
return this.vegzettsegMegszerzesenekDatumaField;
|
|
}
|
|
set {
|
|
this.vegzettsegMegszerzesenekDatumaField = value;
|
|
this.RaisePropertyChanged("VegzettsegMegszerzesenekDatuma");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool VegzettsegMegszerzesenekDatumaSpecified {
|
|
get {
|
|
return this.vegzettsegMegszerzesenekDatumaFieldSpecified;
|
|
}
|
|
set {
|
|
this.vegzettsegMegszerzesenekDatumaFieldSpecified = value;
|
|
this.RaisePropertyChanged("VegzettsegMegszerzesenekDatumaSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int id {
|
|
get {
|
|
return this.idField;
|
|
}
|
|
set {
|
|
this.idField = value;
|
|
this.RaisePropertyChanged("id");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool idSpecified {
|
|
get {
|
|
return this.idFieldSpecified;
|
|
}
|
|
set {
|
|
this.idFieldSpecified = value;
|
|
this.RaisePropertyChanged("idSpecified");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class AlkalmazottSzakkepesitesAdatType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private string megnevezesField;
|
|
|
|
private System.DateTime szakvizsgaMegszerzesDatumaField;
|
|
|
|
private bool szakvizsgaMegszerzesDatumaFieldSpecified;
|
|
|
|
private string oklevelSzamField;
|
|
|
|
private int idField;
|
|
|
|
private bool idFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public string Megnevezes {
|
|
get {
|
|
return this.megnevezesField;
|
|
}
|
|
set {
|
|
this.megnevezesField = value;
|
|
this.RaisePropertyChanged("Megnevezes");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)]
|
|
public System.DateTime SzakvizsgaMegszerzesDatuma {
|
|
get {
|
|
return this.szakvizsgaMegszerzesDatumaField;
|
|
}
|
|
set {
|
|
this.szakvizsgaMegszerzesDatumaField = value;
|
|
this.RaisePropertyChanged("SzakvizsgaMegszerzesDatuma");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool SzakvizsgaMegszerzesDatumaSpecified {
|
|
get {
|
|
return this.szakvizsgaMegszerzesDatumaFieldSpecified;
|
|
}
|
|
set {
|
|
this.szakvizsgaMegszerzesDatumaFieldSpecified = value;
|
|
this.RaisePropertyChanged("SzakvizsgaMegszerzesDatumaSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
|
public string OklevelSzam {
|
|
get {
|
|
return this.oklevelSzamField;
|
|
}
|
|
set {
|
|
this.oklevelSzamField = value;
|
|
this.RaisePropertyChanged("OklevelSzam");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int id {
|
|
get {
|
|
return this.idField;
|
|
}
|
|
set {
|
|
this.idField = value;
|
|
this.RaisePropertyChanged("id");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool idSpecified {
|
|
get {
|
|
return this.idFieldSpecified;
|
|
}
|
|
set {
|
|
this.idFieldSpecified = value;
|
|
this.RaisePropertyChanged("idSpecified");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class TudomanyosFokozatAdatType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private SzotarType fokozatSzintjeField;
|
|
|
|
private string megnevezesField;
|
|
|
|
private System.DateTime megszerzesDatumaField;
|
|
|
|
private SzotarType pedagogiaiField;
|
|
|
|
private int idField;
|
|
|
|
private bool idFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public SzotarType FokozatSzintje {
|
|
get {
|
|
return this.fokozatSzintjeField;
|
|
}
|
|
set {
|
|
this.fokozatSzintjeField = value;
|
|
this.RaisePropertyChanged("FokozatSzintje");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public string Megnevezes {
|
|
get {
|
|
return this.megnevezesField;
|
|
}
|
|
set {
|
|
this.megnevezesField = value;
|
|
this.RaisePropertyChanged("Megnevezes");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)]
|
|
public System.DateTime MegszerzesDatuma {
|
|
get {
|
|
return this.megszerzesDatumaField;
|
|
}
|
|
set {
|
|
this.megszerzesDatumaField = value;
|
|
this.RaisePropertyChanged("MegszerzesDatuma");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
|
|
public SzotarType Pedagogiai {
|
|
get {
|
|
return this.pedagogiaiField;
|
|
}
|
|
set {
|
|
this.pedagogiaiField = value;
|
|
this.RaisePropertyChanged("Pedagogiai");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int id {
|
|
get {
|
|
return this.idField;
|
|
}
|
|
set {
|
|
this.idField = value;
|
|
this.RaisePropertyChanged("id");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool idSpecified {
|
|
get {
|
|
return this.idFieldSpecified;
|
|
}
|
|
set {
|
|
this.idFieldSpecified = value;
|
|
this.RaisePropertyChanged("idSpecified");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class PedagogusSzakvizsgaAdatType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private SzotarType szakiranyField;
|
|
|
|
private string szakiranyEgyediMegnevezesField;
|
|
|
|
private System.DateTime megszerzesDatumaField;
|
|
|
|
private string igazoloOkiratSzamaField;
|
|
|
|
private string felsooktatasiIntezmenyNeveField;
|
|
|
|
private int idField;
|
|
|
|
private bool idFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public SzotarType Szakirany {
|
|
get {
|
|
return this.szakiranyField;
|
|
}
|
|
set {
|
|
this.szakiranyField = value;
|
|
this.RaisePropertyChanged("Szakirany");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public string SzakiranyEgyediMegnevezes {
|
|
get {
|
|
return this.szakiranyEgyediMegnevezesField;
|
|
}
|
|
set {
|
|
this.szakiranyEgyediMegnevezesField = value;
|
|
this.RaisePropertyChanged("SzakiranyEgyediMegnevezes");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)]
|
|
public System.DateTime MegszerzesDatuma {
|
|
get {
|
|
return this.megszerzesDatumaField;
|
|
}
|
|
set {
|
|
this.megszerzesDatumaField = value;
|
|
this.RaisePropertyChanged("MegszerzesDatuma");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
|
|
public string IgazoloOkiratSzama {
|
|
get {
|
|
return this.igazoloOkiratSzamaField;
|
|
}
|
|
set {
|
|
this.igazoloOkiratSzamaField = value;
|
|
this.RaisePropertyChanged("IgazoloOkiratSzama");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
|
|
public string FelsooktatasiIntezmenyNeve {
|
|
get {
|
|
return this.felsooktatasiIntezmenyNeveField;
|
|
}
|
|
set {
|
|
this.felsooktatasiIntezmenyNeveField = value;
|
|
this.RaisePropertyChanged("FelsooktatasiIntezmenyNeve");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int id {
|
|
get {
|
|
return this.idField;
|
|
}
|
|
set {
|
|
this.idField = value;
|
|
this.RaisePropertyChanged("id");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool idSpecified {
|
|
get {
|
|
return this.idFieldSpecified;
|
|
}
|
|
set {
|
|
this.idFieldSpecified = value;
|
|
this.RaisePropertyChanged("idSpecified");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class AlkalmazottJogviszonyAdatType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private string oMKodField;
|
|
|
|
private SzotarType statuszField;
|
|
|
|
private SzotarType vezetoField;
|
|
|
|
private AlkalmazottJogviszonyVezetoiAdatType vezetoiMegbizasAdatokField;
|
|
|
|
private SzotarType vezetoHelyettesField;
|
|
|
|
private AlkalmazottJogviszonyVezetohelyettesiAdatType vezetohelyettesiMegbizasAdatokField;
|
|
|
|
private SzotarType munkakozossegVezetoField;
|
|
|
|
private SzotarType vezetopedagogusField;
|
|
|
|
private SzotarType mentortanarField;
|
|
|
|
private SzotarType munkaidoKodField;
|
|
|
|
private System.DateTime letrejotteDatumField;
|
|
|
|
private AlkalmazottJogviszonyAdatTypeMegszunesAdatok megszunesAdatokField;
|
|
|
|
private AlkalmazottJogviszonyAdatTypeTavolletAdatok tavolletAdatokField;
|
|
|
|
private SzotarType tipusKodField;
|
|
|
|
private SzotarType munkaidoMertekField;
|
|
|
|
private decimal oraszamField;
|
|
|
|
private bool oraszamFieldSpecified;
|
|
|
|
private System.DateTime jogviszonyLejaratanakDatumaField;
|
|
|
|
private bool jogviszonyLejaratanakDatumaFieldSpecified;
|
|
|
|
private int kiemeltFeladatellatasiHelyIDField;
|
|
|
|
private AlkalmazottMunkakorkategoriaBesorolasAdatType[] munkakorkategoriaBesorolasField;
|
|
|
|
private int idField;
|
|
|
|
private bool idFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public string OMKod {
|
|
get {
|
|
return this.oMKodField;
|
|
}
|
|
set {
|
|
this.oMKodField = value;
|
|
this.RaisePropertyChanged("OMKod");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public SzotarType Statusz {
|
|
get {
|
|
return this.statuszField;
|
|
}
|
|
set {
|
|
this.statuszField = value;
|
|
this.RaisePropertyChanged("Statusz");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
|
public SzotarType Vezeto {
|
|
get {
|
|
return this.vezetoField;
|
|
}
|
|
set {
|
|
this.vezetoField = value;
|
|
this.RaisePropertyChanged("Vezeto");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
|
|
public AlkalmazottJogviszonyVezetoiAdatType VezetoiMegbizasAdatok {
|
|
get {
|
|
return this.vezetoiMegbizasAdatokField;
|
|
}
|
|
set {
|
|
this.vezetoiMegbizasAdatokField = value;
|
|
this.RaisePropertyChanged("VezetoiMegbizasAdatok");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
|
|
public SzotarType VezetoHelyettes {
|
|
get {
|
|
return this.vezetoHelyettesField;
|
|
}
|
|
set {
|
|
this.vezetoHelyettesField = value;
|
|
this.RaisePropertyChanged("VezetoHelyettes");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
|
|
public AlkalmazottJogviszonyVezetohelyettesiAdatType VezetohelyettesiMegbizasAdatok {
|
|
get {
|
|
return this.vezetohelyettesiMegbizasAdatokField;
|
|
}
|
|
set {
|
|
this.vezetohelyettesiMegbizasAdatokField = value;
|
|
this.RaisePropertyChanged("VezetohelyettesiMegbizasAdatok");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=6)]
|
|
public SzotarType MunkakozossegVezeto {
|
|
get {
|
|
return this.munkakozossegVezetoField;
|
|
}
|
|
set {
|
|
this.munkakozossegVezetoField = value;
|
|
this.RaisePropertyChanged("MunkakozossegVezeto");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=7)]
|
|
public SzotarType Vezetopedagogus {
|
|
get {
|
|
return this.vezetopedagogusField;
|
|
}
|
|
set {
|
|
this.vezetopedagogusField = value;
|
|
this.RaisePropertyChanged("Vezetopedagogus");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=8)]
|
|
public SzotarType Mentortanar {
|
|
get {
|
|
return this.mentortanarField;
|
|
}
|
|
set {
|
|
this.mentortanarField = value;
|
|
this.RaisePropertyChanged("Mentortanar");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=9)]
|
|
public SzotarType MunkaidoKod {
|
|
get {
|
|
return this.munkaidoKodField;
|
|
}
|
|
set {
|
|
this.munkaidoKodField = value;
|
|
this.RaisePropertyChanged("MunkaidoKod");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=10)]
|
|
public System.DateTime LetrejotteDatum {
|
|
get {
|
|
return this.letrejotteDatumField;
|
|
}
|
|
set {
|
|
this.letrejotteDatumField = value;
|
|
this.RaisePropertyChanged("LetrejotteDatum");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=11)]
|
|
public AlkalmazottJogviszonyAdatTypeMegszunesAdatok MegszunesAdatok {
|
|
get {
|
|
return this.megszunesAdatokField;
|
|
}
|
|
set {
|
|
this.megszunesAdatokField = value;
|
|
this.RaisePropertyChanged("MegszunesAdatok");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=12)]
|
|
public AlkalmazottJogviszonyAdatTypeTavolletAdatok TavolletAdatok {
|
|
get {
|
|
return this.tavolletAdatokField;
|
|
}
|
|
set {
|
|
this.tavolletAdatokField = value;
|
|
this.RaisePropertyChanged("TavolletAdatok");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=13)]
|
|
public SzotarType TipusKod {
|
|
get {
|
|
return this.tipusKodField;
|
|
}
|
|
set {
|
|
this.tipusKodField = value;
|
|
this.RaisePropertyChanged("TipusKod");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=14)]
|
|
public SzotarType MunkaidoMertek {
|
|
get {
|
|
return this.munkaidoMertekField;
|
|
}
|
|
set {
|
|
this.munkaidoMertekField = value;
|
|
this.RaisePropertyChanged("MunkaidoMertek");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=15)]
|
|
public decimal Oraszam {
|
|
get {
|
|
return this.oraszamField;
|
|
}
|
|
set {
|
|
this.oraszamField = value;
|
|
this.RaisePropertyChanged("Oraszam");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool OraszamSpecified {
|
|
get {
|
|
return this.oraszamFieldSpecified;
|
|
}
|
|
set {
|
|
this.oraszamFieldSpecified = value;
|
|
this.RaisePropertyChanged("OraszamSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=16)]
|
|
public System.DateTime JogviszonyLejaratanakDatuma {
|
|
get {
|
|
return this.jogviszonyLejaratanakDatumaField;
|
|
}
|
|
set {
|
|
this.jogviszonyLejaratanakDatumaField = value;
|
|
this.RaisePropertyChanged("JogviszonyLejaratanakDatuma");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool JogviszonyLejaratanakDatumaSpecified {
|
|
get {
|
|
return this.jogviszonyLejaratanakDatumaFieldSpecified;
|
|
}
|
|
set {
|
|
this.jogviszonyLejaratanakDatumaFieldSpecified = value;
|
|
this.RaisePropertyChanged("JogviszonyLejaratanakDatumaSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=17)]
|
|
public int KiemeltFeladatellatasiHelyID {
|
|
get {
|
|
return this.kiemeltFeladatellatasiHelyIDField;
|
|
}
|
|
set {
|
|
this.kiemeltFeladatellatasiHelyIDField = value;
|
|
this.RaisePropertyChanged("KiemeltFeladatellatasiHelyID");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("MunkakorkategoriaBesorolas", Order=18)]
|
|
public AlkalmazottMunkakorkategoriaBesorolasAdatType[] MunkakorkategoriaBesorolas {
|
|
get {
|
|
return this.munkakorkategoriaBesorolasField;
|
|
}
|
|
set {
|
|
this.munkakorkategoriaBesorolasField = value;
|
|
this.RaisePropertyChanged("MunkakorkategoriaBesorolas");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int id {
|
|
get {
|
|
return this.idField;
|
|
}
|
|
set {
|
|
this.idField = value;
|
|
this.RaisePropertyChanged("id");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool idSpecified {
|
|
get {
|
|
return this.idFieldSpecified;
|
|
}
|
|
set {
|
|
this.idFieldSpecified = value;
|
|
this.RaisePropertyChanged("idSpecified");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class AlkalmazottJogviszonyVezetoiAdatType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private SzotarType megbizasTipusaField;
|
|
|
|
private SzotarType megbizasIdotartamaField;
|
|
|
|
private System.DateTime megbizasKezdeteField;
|
|
|
|
private System.DateTime megbizasLejartaField;
|
|
|
|
private bool megbizasLejartaFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public SzotarType MegbizasTipusa {
|
|
get {
|
|
return this.megbizasTipusaField;
|
|
}
|
|
set {
|
|
this.megbizasTipusaField = value;
|
|
this.RaisePropertyChanged("MegbizasTipusa");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public SzotarType MegbizasIdotartama {
|
|
get {
|
|
return this.megbizasIdotartamaField;
|
|
}
|
|
set {
|
|
this.megbizasIdotartamaField = value;
|
|
this.RaisePropertyChanged("MegbizasIdotartama");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)]
|
|
public System.DateTime MegbizasKezdete {
|
|
get {
|
|
return this.megbizasKezdeteField;
|
|
}
|
|
set {
|
|
this.megbizasKezdeteField = value;
|
|
this.RaisePropertyChanged("MegbizasKezdete");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)]
|
|
public System.DateTime MegbizasLejarta {
|
|
get {
|
|
return this.megbizasLejartaField;
|
|
}
|
|
set {
|
|
this.megbizasLejartaField = value;
|
|
this.RaisePropertyChanged("MegbizasLejarta");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool MegbizasLejartaSpecified {
|
|
get {
|
|
return this.megbizasLejartaFieldSpecified;
|
|
}
|
|
set {
|
|
this.megbizasLejartaFieldSpecified = value;
|
|
this.RaisePropertyChanged("MegbizasLejartaSpecified");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class AlkalmazottJogviszonyVezetohelyettesiAdatType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private SzotarType megbizasTipusaField;
|
|
|
|
private SzotarType megbizasIdotartamaField;
|
|
|
|
private System.DateTime megbizasKezdeteField;
|
|
|
|
private System.DateTime megbizasLejartaField;
|
|
|
|
private bool megbizasLejartaFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public SzotarType MegbizasTipusa {
|
|
get {
|
|
return this.megbizasTipusaField;
|
|
}
|
|
set {
|
|
this.megbizasTipusaField = value;
|
|
this.RaisePropertyChanged("MegbizasTipusa");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public SzotarType MegbizasIdotartama {
|
|
get {
|
|
return this.megbizasIdotartamaField;
|
|
}
|
|
set {
|
|
this.megbizasIdotartamaField = value;
|
|
this.RaisePropertyChanged("MegbizasIdotartama");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)]
|
|
public System.DateTime MegbizasKezdete {
|
|
get {
|
|
return this.megbizasKezdeteField;
|
|
}
|
|
set {
|
|
this.megbizasKezdeteField = value;
|
|
this.RaisePropertyChanged("MegbizasKezdete");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)]
|
|
public System.DateTime MegbizasLejarta {
|
|
get {
|
|
return this.megbizasLejartaField;
|
|
}
|
|
set {
|
|
this.megbizasLejartaField = value;
|
|
this.RaisePropertyChanged("MegbizasLejarta");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool MegbizasLejartaSpecified {
|
|
get {
|
|
return this.megbizasLejartaFieldSpecified;
|
|
}
|
|
set {
|
|
this.megbizasLejartaFieldSpecified = value;
|
|
this.RaisePropertyChanged("MegbizasLejartaSpecified");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class AlkalmazottJogviszonyAdatTypeMegszunesAdatok : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private SzotarType megszunesJogcimKodField;
|
|
|
|
private System.DateTime megszunesDatumField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public SzotarType MegszunesJogcimKod {
|
|
get {
|
|
return this.megszunesJogcimKodField;
|
|
}
|
|
set {
|
|
this.megszunesJogcimKodField = value;
|
|
this.RaisePropertyChanged("MegszunesJogcimKod");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)]
|
|
public System.DateTime MegszunesDatum {
|
|
get {
|
|
return this.megszunesDatumField;
|
|
}
|
|
set {
|
|
this.megszunesDatumField = value;
|
|
this.RaisePropertyChanged("MegszunesDatum");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class AlkalmazottJogviszonyAdatTypeTavolletAdatok : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private SzotarType tavolletOkaField;
|
|
|
|
private System.DateTime tavolletKezdeteField;
|
|
|
|
private System.DateTime tavolletVegeField;
|
|
|
|
private bool tavolletVegeFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public SzotarType TavolletOka {
|
|
get {
|
|
return this.tavolletOkaField;
|
|
}
|
|
set {
|
|
this.tavolletOkaField = value;
|
|
this.RaisePropertyChanged("TavolletOka");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)]
|
|
public System.DateTime TavolletKezdete {
|
|
get {
|
|
return this.tavolletKezdeteField;
|
|
}
|
|
set {
|
|
this.tavolletKezdeteField = value;
|
|
this.RaisePropertyChanged("TavolletKezdete");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)]
|
|
public System.DateTime TavolletVege {
|
|
get {
|
|
return this.tavolletVegeField;
|
|
}
|
|
set {
|
|
this.tavolletVegeField = value;
|
|
this.RaisePropertyChanged("TavolletVege");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool TavolletVegeSpecified {
|
|
get {
|
|
return this.tavolletVegeFieldSpecified;
|
|
}
|
|
set {
|
|
this.tavolletVegeFieldSpecified = value;
|
|
this.RaisePropertyChanged("TavolletVegeSpecified");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class AlkalmazottMunkakorkategoriaBesorolasAdatType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private SzotarType munkakorKategoriaKodField;
|
|
|
|
private SzotarType besorolasField;
|
|
|
|
private SzotarType fizetesiOsztalyField;
|
|
|
|
private System.DateTime besorolasDatumaField;
|
|
|
|
private bool besorolasDatumaFieldSpecified;
|
|
|
|
private SzotarType munkaidoKedvezmenyField;
|
|
|
|
private AlkalmazottMunkakorkategoriaBesorolasAdatTypeGyakornokElomeneteliAdatok gyakornokElomeneteliAdatokField;
|
|
|
|
private AlkalmazottMunkakorAdatType[] munkakorField;
|
|
|
|
private AlkalmazottMunkakorPotlekAdatType[] potlekokField;
|
|
|
|
private int idField;
|
|
|
|
private bool idFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public SzotarType MunkakorKategoriaKod {
|
|
get {
|
|
return this.munkakorKategoriaKodField;
|
|
}
|
|
set {
|
|
this.munkakorKategoriaKodField = value;
|
|
this.RaisePropertyChanged("MunkakorKategoriaKod");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public SzotarType Besorolas {
|
|
get {
|
|
return this.besorolasField;
|
|
}
|
|
set {
|
|
this.besorolasField = value;
|
|
this.RaisePropertyChanged("Besorolas");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
|
public SzotarType FizetesiOsztaly {
|
|
get {
|
|
return this.fizetesiOsztalyField;
|
|
}
|
|
set {
|
|
this.fizetesiOsztalyField = value;
|
|
this.RaisePropertyChanged("FizetesiOsztaly");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)]
|
|
public System.DateTime BesorolasDatuma {
|
|
get {
|
|
return this.besorolasDatumaField;
|
|
}
|
|
set {
|
|
this.besorolasDatumaField = value;
|
|
this.RaisePropertyChanged("BesorolasDatuma");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool BesorolasDatumaSpecified {
|
|
get {
|
|
return this.besorolasDatumaFieldSpecified;
|
|
}
|
|
set {
|
|
this.besorolasDatumaFieldSpecified = value;
|
|
this.RaisePropertyChanged("BesorolasDatumaSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
|
|
public SzotarType MunkaidoKedvezmeny {
|
|
get {
|
|
return this.munkaidoKedvezmenyField;
|
|
}
|
|
set {
|
|
this.munkaidoKedvezmenyField = value;
|
|
this.RaisePropertyChanged("MunkaidoKedvezmeny");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
|
|
public AlkalmazottMunkakorkategoriaBesorolasAdatTypeGyakornokElomeneteliAdatok GyakornokElomeneteliAdatok {
|
|
get {
|
|
return this.gyakornokElomeneteliAdatokField;
|
|
}
|
|
set {
|
|
this.gyakornokElomeneteliAdatokField = value;
|
|
this.RaisePropertyChanged("GyakornokElomeneteliAdatok");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Munkakor", Order=6)]
|
|
public AlkalmazottMunkakorAdatType[] Munkakor {
|
|
get {
|
|
return this.munkakorField;
|
|
}
|
|
set {
|
|
this.munkakorField = value;
|
|
this.RaisePropertyChanged("Munkakor");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Potlekok", Order=7)]
|
|
public AlkalmazottMunkakorPotlekAdatType[] Potlekok {
|
|
get {
|
|
return this.potlekokField;
|
|
}
|
|
set {
|
|
this.potlekokField = value;
|
|
this.RaisePropertyChanged("Potlekok");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int id {
|
|
get {
|
|
return this.idField;
|
|
}
|
|
set {
|
|
this.idField = value;
|
|
this.RaisePropertyChanged("id");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool idSpecified {
|
|
get {
|
|
return this.idFieldSpecified;
|
|
}
|
|
set {
|
|
this.idFieldSpecified = value;
|
|
this.RaisePropertyChanged("idSpecified");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class AlkalmazottMunkakorkategoriaBesorolasAdatTypeGyakornokElomeneteliAdatok : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private string mentorField;
|
|
|
|
private System.DateTime minositoVizsgaHataridoField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)]
|
|
public string Mentor {
|
|
get {
|
|
return this.mentorField;
|
|
}
|
|
set {
|
|
this.mentorField = value;
|
|
this.RaisePropertyChanged("Mentor");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)]
|
|
public System.DateTime MinositoVizsgaHatarido {
|
|
get {
|
|
return this.minositoVizsgaHataridoField;
|
|
}
|
|
set {
|
|
this.minositoVizsgaHataridoField = value;
|
|
this.RaisePropertyChanged("MinositoVizsgaHatarido");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class AlkalmazottMunkakorAdatType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private SzotarType munkakorKodField;
|
|
|
|
private SzotarType nincsKotelezoTanoraField;
|
|
|
|
private MunkakorTantargyAdatType[] munkakorTantargyField;
|
|
|
|
private AlkalmazottFeladatvegzesiHelyAdatType[] feladatField;
|
|
|
|
private int idField;
|
|
|
|
private bool idFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public SzotarType MunkakorKod {
|
|
get {
|
|
return this.munkakorKodField;
|
|
}
|
|
set {
|
|
this.munkakorKodField = value;
|
|
this.RaisePropertyChanged("MunkakorKod");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public SzotarType NincsKotelezoTanora {
|
|
get {
|
|
return this.nincsKotelezoTanoraField;
|
|
}
|
|
set {
|
|
this.nincsKotelezoTanoraField = value;
|
|
this.RaisePropertyChanged("NincsKotelezoTanora");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("MunkakorTantargy", Order=2)]
|
|
public MunkakorTantargyAdatType[] MunkakorTantargy {
|
|
get {
|
|
return this.munkakorTantargyField;
|
|
}
|
|
set {
|
|
this.munkakorTantargyField = value;
|
|
this.RaisePropertyChanged("MunkakorTantargy");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Feladat", Order=3)]
|
|
public AlkalmazottFeladatvegzesiHelyAdatType[] Feladat {
|
|
get {
|
|
return this.feladatField;
|
|
}
|
|
set {
|
|
this.feladatField = value;
|
|
this.RaisePropertyChanged("Feladat");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int id {
|
|
get {
|
|
return this.idField;
|
|
}
|
|
set {
|
|
this.idField = value;
|
|
this.RaisePropertyChanged("id");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool idSpecified {
|
|
get {
|
|
return this.idFieldSpecified;
|
|
}
|
|
set {
|
|
this.idFieldSpecified = value;
|
|
this.RaisePropertyChanged("idSpecified");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class MunkakorTantargyAdatType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private SzotarType tantargyField;
|
|
|
|
private SzotarType tantargyKiegeszitesField;
|
|
|
|
private int idField;
|
|
|
|
private bool idFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public SzotarType Tantargy {
|
|
get {
|
|
return this.tantargyField;
|
|
}
|
|
set {
|
|
this.tantargyField = value;
|
|
this.RaisePropertyChanged("Tantargy");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public SzotarType TantargyKiegeszites {
|
|
get {
|
|
return this.tantargyKiegeszitesField;
|
|
}
|
|
set {
|
|
this.tantargyKiegeszitesField = value;
|
|
this.RaisePropertyChanged("TantargyKiegeszites");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int id {
|
|
get {
|
|
return this.idField;
|
|
}
|
|
set {
|
|
this.idField = value;
|
|
this.RaisePropertyChanged("id");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool idSpecified {
|
|
get {
|
|
return this.idFieldSpecified;
|
|
}
|
|
set {
|
|
this.idFieldSpecified = value;
|
|
this.RaisePropertyChanged("idSpecified");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class AlkalmazottFeladatvegzesiHelyAdatType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private int feladatellatasiHelyIDField;
|
|
|
|
private stringWithRequiredId feladatKodField;
|
|
|
|
private int idField;
|
|
|
|
private bool idFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public int FeladatellatasiHelyID {
|
|
get {
|
|
return this.feladatellatasiHelyIDField;
|
|
}
|
|
set {
|
|
this.feladatellatasiHelyIDField = value;
|
|
this.RaisePropertyChanged("FeladatellatasiHelyID");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public stringWithRequiredId FeladatKod {
|
|
get {
|
|
return this.feladatKodField;
|
|
}
|
|
set {
|
|
this.feladatKodField = value;
|
|
this.RaisePropertyChanged("FeladatKod");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int id {
|
|
get {
|
|
return this.idField;
|
|
}
|
|
set {
|
|
this.idField = value;
|
|
this.RaisePropertyChanged("id");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool idSpecified {
|
|
get {
|
|
return this.idFieldSpecified;
|
|
}
|
|
set {
|
|
this.idFieldSpecified = value;
|
|
this.RaisePropertyChanged("idSpecified");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class AlkalmazottMunkakorPotlekAdatType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private SzotarType potlekField;
|
|
|
|
private int idField;
|
|
|
|
private bool idFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public SzotarType Potlek {
|
|
get {
|
|
return this.potlekField;
|
|
}
|
|
set {
|
|
this.potlekField = value;
|
|
this.RaisePropertyChanged("Potlek");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int id {
|
|
get {
|
|
return this.idField;
|
|
}
|
|
set {
|
|
this.idField = value;
|
|
this.RaisePropertyChanged("id");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool idSpecified {
|
|
get {
|
|
return this.idFieldSpecified;
|
|
}
|
|
set {
|
|
this.idFieldSpecified = value;
|
|
this.RaisePropertyChanged("idSpecified");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class AlkalmazottAdatLekerdezesType : AlkalmazottAdatType {
|
|
|
|
private SzotarType pedagogusMinositesiSzakertoField;
|
|
|
|
private SzotarType pedagogusMinositesiSzakertoNapField;
|
|
|
|
private SzotarType szaktanacsadoField;
|
|
|
|
private SzotarType szaktanacsadoNapField;
|
|
|
|
private AlkalmazottAdatLekerdezesTypeEPortfolioAdatok ePortfolioAdatokField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public SzotarType PedagogusMinositesiSzakerto {
|
|
get {
|
|
return this.pedagogusMinositesiSzakertoField;
|
|
}
|
|
set {
|
|
this.pedagogusMinositesiSzakertoField = value;
|
|
this.RaisePropertyChanged("PedagogusMinositesiSzakerto");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public SzotarType PedagogusMinositesiSzakertoNap {
|
|
get {
|
|
return this.pedagogusMinositesiSzakertoNapField;
|
|
}
|
|
set {
|
|
this.pedagogusMinositesiSzakertoNapField = value;
|
|
this.RaisePropertyChanged("PedagogusMinositesiSzakertoNap");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
|
public SzotarType Szaktanacsado {
|
|
get {
|
|
return this.szaktanacsadoField;
|
|
}
|
|
set {
|
|
this.szaktanacsadoField = value;
|
|
this.RaisePropertyChanged("Szaktanacsado");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
|
|
public SzotarType SzaktanacsadoNap {
|
|
get {
|
|
return this.szaktanacsadoNapField;
|
|
}
|
|
set {
|
|
this.szaktanacsadoNapField = value;
|
|
this.RaisePropertyChanged("SzaktanacsadoNap");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
|
|
public AlkalmazottAdatLekerdezesTypeEPortfolioAdatok EPortfolioAdatok {
|
|
get {
|
|
return this.ePortfolioAdatokField;
|
|
}
|
|
set {
|
|
this.ePortfolioAdatokField = value;
|
|
this.RaisePropertyChanged("EPortfolioAdatok");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class AlkalmazottAdatLekerdezesTypeEPortfolioAdatok : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private string statuszField;
|
|
|
|
private System.DateTime utolsoStatuszFrissitesDatumaField;
|
|
|
|
private bool utolsoStatuszFrissitesDatumaFieldSpecified;
|
|
|
|
private System.DateTime utolsoEngedelyezesDatumaField;
|
|
|
|
private bool utolsoEngedelyezesDatumaFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public string Statusz {
|
|
get {
|
|
return this.statuszField;
|
|
}
|
|
set {
|
|
this.statuszField = value;
|
|
this.RaisePropertyChanged("Statusz");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public System.DateTime UtolsoStatuszFrissitesDatuma {
|
|
get {
|
|
return this.utolsoStatuszFrissitesDatumaField;
|
|
}
|
|
set {
|
|
this.utolsoStatuszFrissitesDatumaField = value;
|
|
this.RaisePropertyChanged("UtolsoStatuszFrissitesDatuma");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool UtolsoStatuszFrissitesDatumaSpecified {
|
|
get {
|
|
return this.utolsoStatuszFrissitesDatumaFieldSpecified;
|
|
}
|
|
set {
|
|
this.utolsoStatuszFrissitesDatumaFieldSpecified = value;
|
|
this.RaisePropertyChanged("UtolsoStatuszFrissitesDatumaSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
|
public System.DateTime UtolsoEngedelyezesDatuma {
|
|
get {
|
|
return this.utolsoEngedelyezesDatumaField;
|
|
}
|
|
set {
|
|
this.utolsoEngedelyezesDatumaField = value;
|
|
this.RaisePropertyChanged("UtolsoEngedelyezesDatuma");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool UtolsoEngedelyezesDatumaSpecified {
|
|
get {
|
|
return this.utolsoEngedelyezesDatumaFieldSpecified;
|
|
}
|
|
set {
|
|
this.utolsoEngedelyezesDatumaFieldSpecified = value;
|
|
this.RaisePropertyChanged("UtolsoEngedelyezesDatumaSpecified");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class SzemelykeresoSzemelyType : AlapSzemelyAdatType {
|
|
|
|
private string tAJField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public string TAJ {
|
|
get {
|
|
return this.tAJField;
|
|
}
|
|
set {
|
|
this.tAJField = value;
|
|
this.RaisePropertyChanged("TAJ");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")]
|
|
public partial class TanuloSzemelyesAdatType : SzemelyAdatType {
|
|
|
|
private object itemField;
|
|
|
|
private IgenNemType tankotelezettsegetTeljesitoField;
|
|
|
|
private System.DateTime tankotelezettsegVegeField;
|
|
|
|
private bool tankotelezettsegVegeFieldSpecified;
|
|
|
|
private IgenNemType sNIField;
|
|
|
|
private IgenNemType bTMField;
|
|
|
|
private SzotarType menekultVagyOltalmazottField;
|
|
|
|
private System.DateTime lastUpdateField;
|
|
|
|
private bool lastUpdateFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("NemIsmertTAJ", typeof(bool), Order=0)]
|
|
[System.Xml.Serialization.XmlElementAttribute("TAJ", typeof(string), Order=0)]
|
|
public object Item {
|
|
get {
|
|
return this.itemField;
|
|
}
|
|
set {
|
|
this.itemField = value;
|
|
this.RaisePropertyChanged("Item");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public IgenNemType TankotelezettsegetTeljesito {
|
|
get {
|
|
return this.tankotelezettsegetTeljesitoField;
|
|
}
|
|
set {
|
|
this.tankotelezettsegetTeljesitoField = value;
|
|
this.RaisePropertyChanged("TankotelezettsegetTeljesito");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)]
|
|
public System.DateTime TankotelezettsegVege {
|
|
get {
|
|
return this.tankotelezettsegVegeField;
|
|
}
|
|
set {
|
|
this.tankotelezettsegVegeField = value;
|
|
this.RaisePropertyChanged("TankotelezettsegVege");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool TankotelezettsegVegeSpecified {
|
|
get {
|
|
return this.tankotelezettsegVegeFieldSpecified;
|
|
}
|
|
set {
|
|
this.tankotelezettsegVegeFieldSpecified = value;
|
|
this.RaisePropertyChanged("TankotelezettsegVegeSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
|
|
public IgenNemType SNI {
|
|
get {
|
|
return this.sNIField;
|
|
}
|
|
set {
|
|
this.sNIField = value;
|
|
this.RaisePropertyChanged("SNI");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
|
|
public IgenNemType BTM {
|
|
get {
|
|
return this.bTMField;
|
|
}
|
|
set {
|
|
this.bTMField = value;
|
|
this.RaisePropertyChanged("BTM");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
|
|
public SzotarType MenekultVagyOltalmazott {
|
|
get {
|
|
return this.menekultVagyOltalmazottField;
|
|
}
|
|
set {
|
|
this.menekultVagyOltalmazottField = value;
|
|
this.RaisePropertyChanged("MenekultVagyOltalmazott");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute(DataType="date")]
|
|
public System.DateTime LastUpdate {
|
|
get {
|
|
return this.lastUpdateField;
|
|
}
|
|
set {
|
|
this.lastUpdateField = value;
|
|
this.RaisePropertyChanged("LastUpdate");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool LastUpdateSpecified {
|
|
get {
|
|
return this.lastUpdateFieldSpecified;
|
|
}
|
|
set {
|
|
this.lastUpdateFieldSpecified = value;
|
|
this.RaisePropertyChanged("LastUpdateSpecified");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")]
|
|
public partial class TanuloJogviszonyAdatType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private SzotarType statuszField;
|
|
|
|
private SzotarType jellegKodField;
|
|
|
|
private System.DateTime letrejotteDatumField;
|
|
|
|
private System.DateTime befejezesVarhatoDatumField;
|
|
|
|
private bool befejezesVarhatoDatumFieldSpecified;
|
|
|
|
private System.DateTime megszunesDatumField;
|
|
|
|
private bool megszunesDatumFieldSpecified;
|
|
|
|
private IgenNemType vendegTanuloField;
|
|
|
|
private IgenNemType maganTanuloField;
|
|
|
|
private stringWithRequiredId igenybevettSzolgaltatasField;
|
|
|
|
private int igenybevetelHelyField;
|
|
|
|
private int ugyviteliHelyField;
|
|
|
|
private System.DateTime lastUpdateField;
|
|
|
|
private bool lastUpdateFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public SzotarType Statusz {
|
|
get {
|
|
return this.statuszField;
|
|
}
|
|
set {
|
|
this.statuszField = value;
|
|
this.RaisePropertyChanged("Statusz");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public SzotarType JellegKod {
|
|
get {
|
|
return this.jellegKodField;
|
|
}
|
|
set {
|
|
this.jellegKodField = value;
|
|
this.RaisePropertyChanged("JellegKod");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)]
|
|
public System.DateTime LetrejotteDatum {
|
|
get {
|
|
return this.letrejotteDatumField;
|
|
}
|
|
set {
|
|
this.letrejotteDatumField = value;
|
|
this.RaisePropertyChanged("LetrejotteDatum");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)]
|
|
public System.DateTime BefejezesVarhatoDatum {
|
|
get {
|
|
return this.befejezesVarhatoDatumField;
|
|
}
|
|
set {
|
|
this.befejezesVarhatoDatumField = value;
|
|
this.RaisePropertyChanged("BefejezesVarhatoDatum");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool BefejezesVarhatoDatumSpecified {
|
|
get {
|
|
return this.befejezesVarhatoDatumFieldSpecified;
|
|
}
|
|
set {
|
|
this.befejezesVarhatoDatumFieldSpecified = value;
|
|
this.RaisePropertyChanged("BefejezesVarhatoDatumSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)]
|
|
public System.DateTime MegszunesDatum {
|
|
get {
|
|
return this.megszunesDatumField;
|
|
}
|
|
set {
|
|
this.megszunesDatumField = value;
|
|
this.RaisePropertyChanged("MegszunesDatum");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool MegszunesDatumSpecified {
|
|
get {
|
|
return this.megszunesDatumFieldSpecified;
|
|
}
|
|
set {
|
|
this.megszunesDatumFieldSpecified = value;
|
|
this.RaisePropertyChanged("MegszunesDatumSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
|
|
public IgenNemType VendegTanulo {
|
|
get {
|
|
return this.vendegTanuloField;
|
|
}
|
|
set {
|
|
this.vendegTanuloField = value;
|
|
this.RaisePropertyChanged("VendegTanulo");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=6)]
|
|
public IgenNemType MaganTanulo {
|
|
get {
|
|
return this.maganTanuloField;
|
|
}
|
|
set {
|
|
this.maganTanuloField = value;
|
|
this.RaisePropertyChanged("MaganTanulo");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=7)]
|
|
public stringWithRequiredId IgenybevettSzolgaltatas {
|
|
get {
|
|
return this.igenybevettSzolgaltatasField;
|
|
}
|
|
set {
|
|
this.igenybevettSzolgaltatasField = value;
|
|
this.RaisePropertyChanged("IgenybevettSzolgaltatas");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=8)]
|
|
public int IgenybevetelHely {
|
|
get {
|
|
return this.igenybevetelHelyField;
|
|
}
|
|
set {
|
|
this.igenybevetelHelyField = value;
|
|
this.RaisePropertyChanged("IgenybevetelHely");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=9)]
|
|
public int UgyviteliHely {
|
|
get {
|
|
return this.ugyviteliHelyField;
|
|
}
|
|
set {
|
|
this.ugyviteliHelyField = value;
|
|
this.RaisePropertyChanged("UgyviteliHely");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute(DataType="date")]
|
|
public System.DateTime LastUpdate {
|
|
get {
|
|
return this.lastUpdateField;
|
|
}
|
|
set {
|
|
this.lastUpdateField = value;
|
|
this.RaisePropertyChanged("LastUpdate");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool LastUpdateSpecified {
|
|
get {
|
|
return this.lastUpdateFieldSpecified;
|
|
}
|
|
set {
|
|
this.lastUpdateFieldSpecified = value;
|
|
this.RaisePropertyChanged("LastUpdateSpecified");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")]
|
|
public partial class TanuloJogviszonyokType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private TanuloJogviszonyAdatType[] jogviszonyAdatField;
|
|
|
|
private string oktazonField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("JogviszonyAdat", Order=0)]
|
|
public TanuloJogviszonyAdatType[] JogviszonyAdat {
|
|
get {
|
|
return this.jogviszonyAdatField;
|
|
}
|
|
set {
|
|
this.jogviszonyAdatField = value;
|
|
this.RaisePropertyChanged("JogviszonyAdat");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute(DataType="integer")]
|
|
public string oktazon {
|
|
get {
|
|
return this.oktazonField;
|
|
}
|
|
set {
|
|
this.oktazonField = value;
|
|
this.RaisePropertyChanged("oktazon");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")]
|
|
public partial class KretaTanuloAdatType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private TanuloSzemelyesAdatType szemelyesAdatokField;
|
|
|
|
private TanuloJogviszonyokType jogviszonyokField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public TanuloSzemelyesAdatType SzemelyesAdatok {
|
|
get {
|
|
return this.szemelyesAdatokField;
|
|
}
|
|
set {
|
|
this.szemelyesAdatokField = value;
|
|
this.RaisePropertyChanged("SzemelyesAdatok");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public TanuloJogviszonyokType Jogviszonyok {
|
|
get {
|
|
return this.jogviszonyokField;
|
|
}
|
|
set {
|
|
this.jogviszonyokField = value;
|
|
this.RaisePropertyChanged("Jogviszonyok");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2")]
|
|
public partial class EgyezosegType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private int tajOEField;
|
|
|
|
private int oktAzonOEField;
|
|
|
|
private int nemOEField;
|
|
|
|
private int vKNevDMOEField;
|
|
|
|
private int vVNevDMOEField;
|
|
|
|
private int sZKNevDMOEField;
|
|
|
|
private int sZVNevDMOEField;
|
|
|
|
private int aKNevDMOEField;
|
|
|
|
private int aVNevDMOEField;
|
|
|
|
private int sZHelyKodOEField;
|
|
|
|
private int sZDatEvOEField;
|
|
|
|
private int sZDatHoOEField;
|
|
|
|
private int sZDatNapOEField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public int TajOE {
|
|
get {
|
|
return this.tajOEField;
|
|
}
|
|
set {
|
|
this.tajOEField = value;
|
|
this.RaisePropertyChanged("TajOE");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public int OktAzonOE {
|
|
get {
|
|
return this.oktAzonOEField;
|
|
}
|
|
set {
|
|
this.oktAzonOEField = value;
|
|
this.RaisePropertyChanged("OktAzonOE");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
|
public int NemOE {
|
|
get {
|
|
return this.nemOEField;
|
|
}
|
|
set {
|
|
this.nemOEField = value;
|
|
this.RaisePropertyChanged("NemOE");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
|
|
public int VKNevDMOE {
|
|
get {
|
|
return this.vKNevDMOEField;
|
|
}
|
|
set {
|
|
this.vKNevDMOEField = value;
|
|
this.RaisePropertyChanged("VKNevDMOE");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
|
|
public int VVNevDMOE {
|
|
get {
|
|
return this.vVNevDMOEField;
|
|
}
|
|
set {
|
|
this.vVNevDMOEField = value;
|
|
this.RaisePropertyChanged("VVNevDMOE");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
|
|
public int SZKNevDMOE {
|
|
get {
|
|
return this.sZKNevDMOEField;
|
|
}
|
|
set {
|
|
this.sZKNevDMOEField = value;
|
|
this.RaisePropertyChanged("SZKNevDMOE");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=6)]
|
|
public int SZVNevDMOE {
|
|
get {
|
|
return this.sZVNevDMOEField;
|
|
}
|
|
set {
|
|
this.sZVNevDMOEField = value;
|
|
this.RaisePropertyChanged("SZVNevDMOE");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=7)]
|
|
public int AKNevDMOE {
|
|
get {
|
|
return this.aKNevDMOEField;
|
|
}
|
|
set {
|
|
this.aKNevDMOEField = value;
|
|
this.RaisePropertyChanged("AKNevDMOE");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=8)]
|
|
public int AVNevDMOE {
|
|
get {
|
|
return this.aVNevDMOEField;
|
|
}
|
|
set {
|
|
this.aVNevDMOEField = value;
|
|
this.RaisePropertyChanged("AVNevDMOE");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=9)]
|
|
public int SZHelyKodOE {
|
|
get {
|
|
return this.sZHelyKodOEField;
|
|
}
|
|
set {
|
|
this.sZHelyKodOEField = value;
|
|
this.RaisePropertyChanged("SZHelyKodOE");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=10)]
|
|
public int SZDatEvOE {
|
|
get {
|
|
return this.sZDatEvOEField;
|
|
}
|
|
set {
|
|
this.sZDatEvOEField = value;
|
|
this.RaisePropertyChanged("SZDatEvOE");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=11)]
|
|
public int SZDatHoOE {
|
|
get {
|
|
return this.sZDatHoOEField;
|
|
}
|
|
set {
|
|
this.sZDatHoOEField = value;
|
|
this.RaisePropertyChanged("SZDatHoOE");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=12)]
|
|
public int SZDatNapOE {
|
|
get {
|
|
return this.sZDatNapOEField;
|
|
}
|
|
set {
|
|
this.sZDatNapOEField = value;
|
|
this.RaisePropertyChanged("SZDatNapOE");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2")]
|
|
public partial class ValaszKodType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private int kodField;
|
|
|
|
private string hibaleirasField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public int Kod {
|
|
get {
|
|
return this.kodField;
|
|
}
|
|
set {
|
|
this.kodField = value;
|
|
this.RaisePropertyChanged("Kod");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true, Order=1)]
|
|
public string Hibaleiras {
|
|
get {
|
|
return this.hibaleirasField;
|
|
}
|
|
set {
|
|
this.hibaleirasField = value;
|
|
this.RaisePropertyChanged("Hibaleiras");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2")]
|
|
public partial class TorzsadatType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private string rovidNevField;
|
|
|
|
private string hosszuNevField;
|
|
|
|
private IgenNemType elavultField;
|
|
|
|
private System.DateTime elavulasDatumaField;
|
|
|
|
private bool elavulasDatumaFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public string RovidNev {
|
|
get {
|
|
return this.rovidNevField;
|
|
}
|
|
set {
|
|
this.rovidNevField = value;
|
|
this.RaisePropertyChanged("RovidNev");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public string HosszuNev {
|
|
get {
|
|
return this.hosszuNevField;
|
|
}
|
|
set {
|
|
this.hosszuNevField = value;
|
|
this.RaisePropertyChanged("HosszuNev");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
|
public IgenNemType Elavult {
|
|
get {
|
|
return this.elavultField;
|
|
}
|
|
set {
|
|
this.elavultField = value;
|
|
this.RaisePropertyChanged("Elavult");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
|
|
public System.DateTime ElavulasDatuma {
|
|
get {
|
|
return this.elavulasDatumaField;
|
|
}
|
|
set {
|
|
this.elavulasDatumaField = value;
|
|
this.RaisePropertyChanged("ElavulasDatuma");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool ElavulasDatumaSpecified {
|
|
get {
|
|
return this.elavulasDatumaFieldSpecified;
|
|
}
|
|
set {
|
|
this.elavulasDatumaFieldSpecified = value;
|
|
this.RaisePropertyChanged("ElavulasDatumaSpecified");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2")]
|
|
public partial class TorzsadatLeiroType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private stringWithStringId torzsadatField;
|
|
|
|
private string torzsadatLeirasField;
|
|
|
|
private System.DateTime utolsoModositasDatumaField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public stringWithStringId Torzsadat {
|
|
get {
|
|
return this.torzsadatField;
|
|
}
|
|
set {
|
|
this.torzsadatField = value;
|
|
this.RaisePropertyChanged("Torzsadat");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public string TorzsadatLeiras {
|
|
get {
|
|
return this.torzsadatLeirasField;
|
|
}
|
|
set {
|
|
this.torzsadatLeirasField = value;
|
|
this.RaisePropertyChanged("TorzsadatLeiras");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
|
public System.DateTime UtolsoModositasDatuma {
|
|
get {
|
|
return this.utolsoModositasDatumaField;
|
|
}
|
|
set {
|
|
this.utolsoModositasDatumaField = value;
|
|
this.RaisePropertyChanged("UtolsoModositasDatuma");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.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;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public MessageSeverityType Type {
|
|
get {
|
|
return this.typeField;
|
|
}
|
|
set {
|
|
this.typeField = value;
|
|
this.RaisePropertyChanged("Type");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public string Source {
|
|
get {
|
|
return this.sourceField;
|
|
}
|
|
set {
|
|
this.sourceField = value;
|
|
this.RaisePropertyChanged("Source");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
|
public string Code {
|
|
get {
|
|
return this.codeField;
|
|
}
|
|
set {
|
|
this.codeField = value;
|
|
this.RaisePropertyChanged("Code");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
|
|
public string Text {
|
|
get {
|
|
return this.textField;
|
|
}
|
|
set {
|
|
this.textField = value;
|
|
this.RaisePropertyChanged("Text");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/common")]
|
|
public enum MessageSeverityType {
|
|
|
|
/// <remarks/>
|
|
INFO,
|
|
|
|
/// <remarks/>
|
|
WARNING,
|
|
|
|
/// <remarks/>
|
|
ERROR,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SearchResponseBaseType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PedagogusListaResponseType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TanuloListaResponseType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(OktazonOsztasResponseType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SzemelyKeresesResponseType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(KretaTelephelyRegisztracioResponseType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TelephelyListaResponseType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TorzsadatListaResponseType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TorzsadatkorListaResponseType))]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.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;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Messages", Order=0)]
|
|
public MessageType[] Messages {
|
|
get {
|
|
return this.messagesField;
|
|
}
|
|
set {
|
|
this.messagesField = value;
|
|
this.RaisePropertyChanged("Messages");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public bool isSuccess {
|
|
get {
|
|
return this.isSuccessField;
|
|
}
|
|
set {
|
|
this.isSuccessField = value;
|
|
this.RaisePropertyChanged("isSuccess");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public System.DateTime createdAt {
|
|
get {
|
|
return this.createdAtField;
|
|
}
|
|
set {
|
|
this.createdAtField = value;
|
|
this.RaisePropertyChanged("createdAt");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string externalId {
|
|
get {
|
|
return this.externalIdField;
|
|
}
|
|
set {
|
|
this.externalIdField = value;
|
|
this.RaisePropertyChanged("externalId");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PedagogusListaResponseType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TanuloListaResponseType))]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.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;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public long total {
|
|
get {
|
|
return this.totalField;
|
|
}
|
|
set {
|
|
this.totalField = value;
|
|
this.RaisePropertyChanged("total");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool totalSpecified {
|
|
get {
|
|
return this.totalFieldSpecified;
|
|
}
|
|
set {
|
|
this.totalFieldSpecified = value;
|
|
this.RaisePropertyChanged("totalSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int pageSize {
|
|
get {
|
|
return this.pageSizeField;
|
|
}
|
|
set {
|
|
this.pageSizeField = value;
|
|
this.RaisePropertyChanged("pageSize");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool pageSizeSpecified {
|
|
get {
|
|
return this.pageSizeFieldSpecified;
|
|
}
|
|
set {
|
|
this.pageSizeFieldSpecified = value;
|
|
this.RaisePropertyChanged("pageSizeSpecified");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")]
|
|
public partial class PedagogusListaResponseType : SearchResponseBaseType {
|
|
|
|
private KretaPedagogusAdatType[] pedagogusListaField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayAttribute(Order=0)]
|
|
[System.Xml.Serialization.XmlArrayItemAttribute("Pedagogus", IsNullable=false)]
|
|
public KretaPedagogusAdatType[] PedagogusLista {
|
|
get {
|
|
return this.pedagogusListaField;
|
|
}
|
|
set {
|
|
this.pedagogusListaField = value;
|
|
this.RaisePropertyChanged("PedagogusLista");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")]
|
|
public partial class TanuloListaResponseType : SearchResponseBaseType {
|
|
|
|
private KretaTanuloAdatType[] tanuloListaField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayAttribute(Order=0)]
|
|
[System.Xml.Serialization.XmlArrayItemAttribute("Tanulo", IsNullable=false)]
|
|
public KretaTanuloAdatType[] TanuloLista {
|
|
get {
|
|
return this.tanuloListaField;
|
|
}
|
|
set {
|
|
this.tanuloListaField = value;
|
|
this.RaisePropertyChanged("TanuloLista");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class OktazonOsztasResponseType : ResponseBaseType {
|
|
|
|
private string[] oktazonField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Oktazon", DataType="integer", Order=0)]
|
|
public string[] Oktazon {
|
|
get {
|
|
return this.oktazonField;
|
|
}
|
|
set {
|
|
this.oktazonField = value;
|
|
this.RaisePropertyChanged("Oktazon");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class SzemelyKeresesResponseType : ResponseBaseType {
|
|
|
|
private KeresesiModType keresesiModField;
|
|
|
|
private ValaszKodType valaszKodField;
|
|
|
|
private SzemelyKeresesResponseTypeSzemely[] szemelyField;
|
|
|
|
private string correlIdField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public KeresesiModType KeresesiMod {
|
|
get {
|
|
return this.keresesiModField;
|
|
}
|
|
set {
|
|
this.keresesiModField = value;
|
|
this.RaisePropertyChanged("KeresesiMod");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public ValaszKodType ValaszKod {
|
|
get {
|
|
return this.valaszKodField;
|
|
}
|
|
set {
|
|
this.valaszKodField = value;
|
|
this.RaisePropertyChanged("ValaszKod");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Szemely", Order=2)]
|
|
public SzemelyKeresesResponseTypeSzemely[] Szemely {
|
|
get {
|
|
return this.szemelyField;
|
|
}
|
|
set {
|
|
this.szemelyField = value;
|
|
this.RaisePropertyChanged("Szemely");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
|
|
public string CorrelId {
|
|
get {
|
|
return this.correlIdField;
|
|
}
|
|
set {
|
|
this.correlIdField = value;
|
|
this.RaisePropertyChanged("CorrelId");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2")]
|
|
public enum KeresesiModType {
|
|
|
|
/// <remarks/>
|
|
SZIMPLA,
|
|
|
|
/// <remarks/>
|
|
TELJES,
|
|
|
|
/// <remarks/>
|
|
NYUFIG,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class SzemelyKeresesResponseTypeSzemely : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private SzemelykeresoSzemelyType szemelyAdatField;
|
|
|
|
private EgyezosegType egyezosegField;
|
|
|
|
private long idField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public SzemelykeresoSzemelyType SzemelyAdat {
|
|
get {
|
|
return this.szemelyAdatField;
|
|
}
|
|
set {
|
|
this.szemelyAdatField = value;
|
|
this.RaisePropertyChanged("SzemelyAdat");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public EgyezosegType Egyezoseg {
|
|
get {
|
|
return this.egyezosegField;
|
|
}
|
|
set {
|
|
this.egyezosegField = value;
|
|
this.RaisePropertyChanged("Egyezoseg");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public long Id {
|
|
get {
|
|
return this.idField;
|
|
}
|
|
set {
|
|
this.idField = value;
|
|
this.RaisePropertyChanged("Id");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")]
|
|
public partial class KretaTelephelyRegisztracioResponseType : ResponseBaseType {
|
|
|
|
private string kretaKodField;
|
|
|
|
private string kretaTokenField;
|
|
|
|
private bool ujKodField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public string KretaKod {
|
|
get {
|
|
return this.kretaKodField;
|
|
}
|
|
set {
|
|
this.kretaKodField = value;
|
|
this.RaisePropertyChanged("KretaKod");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public string KretaToken {
|
|
get {
|
|
return this.kretaTokenField;
|
|
}
|
|
set {
|
|
this.kretaTokenField = value;
|
|
this.RaisePropertyChanged("KretaToken");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public bool ujKod {
|
|
get {
|
|
return this.ujKodField;
|
|
}
|
|
set {
|
|
this.ujKodField = value;
|
|
this.RaisePropertyChanged("ujKod");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")]
|
|
public partial class TelephelyListaResponseType : ResponseBaseType {
|
|
|
|
private string oMKodField;
|
|
|
|
private TelephelyType[] telephelyListaField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public string OMKod {
|
|
get {
|
|
return this.oMKodField;
|
|
}
|
|
set {
|
|
this.oMKodField = value;
|
|
this.RaisePropertyChanged("OMKod");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayAttribute(Order=1)]
|
|
[System.Xml.Serialization.XmlArrayItemAttribute("Telephely", IsNullable=false)]
|
|
public TelephelyType[] TelephelyLista {
|
|
get {
|
|
return this.telephelyListaField;
|
|
}
|
|
set {
|
|
this.telephelyListaField = value;
|
|
this.RaisePropertyChanged("TelephelyLista");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")]
|
|
public partial class TelephelyType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private OktatasiSzolgaltatasType[] szolgaltatasokField;
|
|
|
|
private int telephelyKodField;
|
|
|
|
private string telephelyNevField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayAttribute(Order=0)]
|
|
[System.Xml.Serialization.XmlArrayItemAttribute("Szolgaltatas", IsNullable=false)]
|
|
public OktatasiSzolgaltatasType[] Szolgaltatasok {
|
|
get {
|
|
return this.szolgaltatasokField;
|
|
}
|
|
set {
|
|
this.szolgaltatasokField = value;
|
|
this.RaisePropertyChanged("Szolgaltatasok");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int TelephelyKod {
|
|
get {
|
|
return this.telephelyKodField;
|
|
}
|
|
set {
|
|
this.telephelyKodField = value;
|
|
this.RaisePropertyChanged("TelephelyKod");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string TelephelyNev {
|
|
get {
|
|
return this.telephelyNevField;
|
|
}
|
|
set {
|
|
this.telephelyNevField = value;
|
|
this.RaisePropertyChanged("TelephelyNev");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")]
|
|
public partial class OktatasiSzolgaltatasType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private int kodField;
|
|
|
|
private string nevField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int Kod {
|
|
get {
|
|
return this.kodField;
|
|
}
|
|
set {
|
|
this.kodField = value;
|
|
this.RaisePropertyChanged("Kod");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string Nev {
|
|
get {
|
|
return this.nevField;
|
|
}
|
|
set {
|
|
this.nevField = value;
|
|
this.RaisePropertyChanged("Nev");
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")]
|
|
public partial class TorzsadatListaResponseType : ResponseBaseType {
|
|
|
|
private TorzsadatListaResponseTypeTorzsadatkor[] torzsadatListaResponseField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayAttribute(Namespace="http://www.educatio.hu/kir2", Order=0)]
|
|
[System.Xml.Serialization.XmlArrayItemAttribute("Torzsadatkor", IsNullable=false)]
|
|
public TorzsadatListaResponseTypeTorzsadatkor[] TorzsadatListaResponse {
|
|
get {
|
|
return this.torzsadatListaResponseField;
|
|
}
|
|
set {
|
|
this.torzsadatListaResponseField = value;
|
|
this.RaisePropertyChanged("TorzsadatListaResponse");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.educatio.hu/kir2")]
|
|
public partial class TorzsadatListaResponseTypeTorzsadatkor : TorzsadatLeiroType {
|
|
|
|
private TorzsadatType[] ertekKeszletField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayAttribute(Order=0)]
|
|
[System.Xml.Serialization.XmlArrayItemAttribute("Adat", IsNullable=false)]
|
|
public TorzsadatType[] ErtekKeszlet {
|
|
get {
|
|
return this.ertekKeszletField;
|
|
}
|
|
set {
|
|
this.ertekKeszletField = value;
|
|
this.RaisePropertyChanged("ErtekKeszlet");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")]
|
|
public partial class TorzsadatkorListaResponseType : ResponseBaseType {
|
|
|
|
private TorzsadatLeiroType[] torzsadatkorListaResponseField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayAttribute(Namespace="http://www.educatio.hu/kir2", Order=0)]
|
|
[System.Xml.Serialization.XmlArrayItemAttribute("Torzsadatkor", IsNullable=false)]
|
|
public TorzsadatLeiroType[] TorzsadatkorListaResponse {
|
|
get {
|
|
return this.torzsadatkorListaResponseField;
|
|
}
|
|
set {
|
|
this.torzsadatkorListaResponseField = value;
|
|
this.RaisePropertyChanged("TorzsadatkorListaResponse");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(KirSzemkerSzemelyAdatType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SzemelyKeresesRequestType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SearchRequestBaseType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SzemelyListaRequestType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PedagogusListaRequestType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TanuloListaRequestType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(OktazonOsztasRequestType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(KretaTelephelyRegisztracioRequestType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TelephelyListaRequestType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TorzsadatListaRequestType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TorzsadatkorListaRequestType))]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.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;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string externalId {
|
|
get {
|
|
return this.externalIdField;
|
|
}
|
|
set {
|
|
this.externalIdField = value;
|
|
this.RaisePropertyChanged("externalId");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string version {
|
|
get {
|
|
return this.versionField;
|
|
}
|
|
set {
|
|
this.versionField = value;
|
|
this.RaisePropertyChanged("version");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string clientApp {
|
|
get {
|
|
return this.clientAppField;
|
|
}
|
|
set {
|
|
this.clientAppField = value;
|
|
this.RaisePropertyChanged("clientApp");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string clientAuthNs {
|
|
get {
|
|
return this.clientAuthNsField;
|
|
}
|
|
set {
|
|
this.clientAuthNsField = value;
|
|
this.RaisePropertyChanged("clientAuthNs");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SzemelyKeresesRequestType))]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2")]
|
|
public partial class KirSzemkerSzemelyAdatType : RequestBaseType {
|
|
|
|
private string oktazonField;
|
|
|
|
private NevType viseltNevField;
|
|
|
|
private NevType szuletesiNevField;
|
|
|
|
private NevType anyjaNeveField;
|
|
|
|
private System.DateTime szuletesiIdoField;
|
|
|
|
private bool szuletesiIdoFieldSpecified;
|
|
|
|
private stringWithId szuletesiHelyOrszagKodField;
|
|
|
|
private stringWithId szuletesiHelysegField;
|
|
|
|
private SzotarType allampolgarsag1KodField;
|
|
|
|
private SzotarType allampolgarsag2KodField;
|
|
|
|
private NemType nemField;
|
|
|
|
private bool nemFieldSpecified;
|
|
|
|
private string tAJField;
|
|
|
|
private KeresesiModType keresiModField;
|
|
|
|
private string correlIdField;
|
|
|
|
private SzemelyTipusType tipusField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)]
|
|
public string Oktazon {
|
|
get {
|
|
return this.oktazonField;
|
|
}
|
|
set {
|
|
this.oktazonField = value;
|
|
this.RaisePropertyChanged("Oktazon");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public NevType ViseltNev {
|
|
get {
|
|
return this.viseltNevField;
|
|
}
|
|
set {
|
|
this.viseltNevField = value;
|
|
this.RaisePropertyChanged("ViseltNev");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
|
public NevType SzuletesiNev {
|
|
get {
|
|
return this.szuletesiNevField;
|
|
}
|
|
set {
|
|
this.szuletesiNevField = value;
|
|
this.RaisePropertyChanged("SzuletesiNev");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
|
|
public NevType AnyjaNeve {
|
|
get {
|
|
return this.anyjaNeveField;
|
|
}
|
|
set {
|
|
this.anyjaNeveField = value;
|
|
this.RaisePropertyChanged("AnyjaNeve");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)]
|
|
public System.DateTime SzuletesiIdo {
|
|
get {
|
|
return this.szuletesiIdoField;
|
|
}
|
|
set {
|
|
this.szuletesiIdoField = value;
|
|
this.RaisePropertyChanged("SzuletesiIdo");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool SzuletesiIdoSpecified {
|
|
get {
|
|
return this.szuletesiIdoFieldSpecified;
|
|
}
|
|
set {
|
|
this.szuletesiIdoFieldSpecified = value;
|
|
this.RaisePropertyChanged("SzuletesiIdoSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
|
|
public stringWithId SzuletesiHelyOrszagKod {
|
|
get {
|
|
return this.szuletesiHelyOrszagKodField;
|
|
}
|
|
set {
|
|
this.szuletesiHelyOrszagKodField = value;
|
|
this.RaisePropertyChanged("SzuletesiHelyOrszagKod");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=6)]
|
|
public stringWithId SzuletesiHelyseg {
|
|
get {
|
|
return this.szuletesiHelysegField;
|
|
}
|
|
set {
|
|
this.szuletesiHelysegField = value;
|
|
this.RaisePropertyChanged("SzuletesiHelyseg");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=7)]
|
|
public SzotarType Allampolgarsag1Kod {
|
|
get {
|
|
return this.allampolgarsag1KodField;
|
|
}
|
|
set {
|
|
this.allampolgarsag1KodField = value;
|
|
this.RaisePropertyChanged("Allampolgarsag1Kod");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=8)]
|
|
public SzotarType Allampolgarsag2Kod {
|
|
get {
|
|
return this.allampolgarsag2KodField;
|
|
}
|
|
set {
|
|
this.allampolgarsag2KodField = value;
|
|
this.RaisePropertyChanged("Allampolgarsag2Kod");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=9)]
|
|
public NemType Nem {
|
|
get {
|
|
return this.nemField;
|
|
}
|
|
set {
|
|
this.nemField = value;
|
|
this.RaisePropertyChanged("Nem");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool NemSpecified {
|
|
get {
|
|
return this.nemFieldSpecified;
|
|
}
|
|
set {
|
|
this.nemFieldSpecified = value;
|
|
this.RaisePropertyChanged("NemSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=10)]
|
|
public string TAJ {
|
|
get {
|
|
return this.tAJField;
|
|
}
|
|
set {
|
|
this.tAJField = value;
|
|
this.RaisePropertyChanged("TAJ");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public KeresesiModType keresiMod {
|
|
get {
|
|
return this.keresiModField;
|
|
}
|
|
set {
|
|
this.keresiModField = value;
|
|
this.RaisePropertyChanged("keresiMod");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string CorrelId {
|
|
get {
|
|
return this.correlIdField;
|
|
}
|
|
set {
|
|
this.correlIdField = value;
|
|
this.RaisePropertyChanged("CorrelId");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public SzemelyTipusType Tipus {
|
|
get {
|
|
return this.tipusField;
|
|
}
|
|
set {
|
|
this.tipusField = value;
|
|
this.RaisePropertyChanged("Tipus");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2")]
|
|
public enum SzemelyTipusType {
|
|
|
|
/// <remarks/>
|
|
TANULO,
|
|
|
|
/// <remarks/>
|
|
PEDAGOGUS,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class SzemelyKeresesRequestType : KirSzemkerSzemelyAdatType {
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(SzemelyListaRequestType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PedagogusListaRequestType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TanuloListaRequestType))]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.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;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int pageSize {
|
|
get {
|
|
return this.pageSizeField;
|
|
}
|
|
set {
|
|
this.pageSizeField = value;
|
|
this.RaisePropertyChanged("pageSize");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool pageSizeSpecified {
|
|
get {
|
|
return this.pageSizeFieldSpecified;
|
|
}
|
|
set {
|
|
this.pageSizeFieldSpecified = value;
|
|
this.RaisePropertyChanged("pageSizeSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int pageNumber {
|
|
get {
|
|
return this.pageNumberField;
|
|
}
|
|
set {
|
|
this.pageNumberField = value;
|
|
this.RaisePropertyChanged("pageNumber");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool pageNumberSpecified {
|
|
get {
|
|
return this.pageNumberFieldSpecified;
|
|
}
|
|
set {
|
|
this.pageNumberFieldSpecified = value;
|
|
this.RaisePropertyChanged("pageNumberSpecified");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(PedagogusListaRequestType))]
|
|
[System.Xml.Serialization.XmlIncludeAttribute(typeof(TanuloListaRequestType))]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")]
|
|
public partial class SzemelyListaRequestType : SearchRequestBaseType {
|
|
|
|
private string kretaKodField;
|
|
|
|
private object itemField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public string KretaKod {
|
|
get {
|
|
return this.kretaKodField;
|
|
}
|
|
set {
|
|
this.kretaKodField = value;
|
|
this.RaisePropertyChanged("KretaKod");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("ModosulasDatumKesobbiMint", typeof(System.DateTime), DataType="date", Order=1)]
|
|
[System.Xml.Serialization.XmlElementAttribute("TeljesAdatLekeres", typeof(bool), Order=1)]
|
|
public object Item {
|
|
get {
|
|
return this.itemField;
|
|
}
|
|
set {
|
|
this.itemField = value;
|
|
this.RaisePropertyChanged("Item");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")]
|
|
public partial class PedagogusListaRequestType : SzemelyListaRequestType {
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")]
|
|
public partial class TanuloListaRequestType : SzemelyListaRequestType {
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kir2/kir2szny")]
|
|
public partial class OktazonOsztasRequestType : RequestBaseType {
|
|
|
|
private int igenyeltMennyisegField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public int IgenyeltMennyiseg {
|
|
get {
|
|
return this.igenyeltMennyisegField;
|
|
}
|
|
set {
|
|
this.igenyeltMennyisegField = value;
|
|
this.RaisePropertyChanged("IgenyeltMennyiseg");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")]
|
|
public partial class KretaTelephelyRegisztracioRequestType : RequestBaseType {
|
|
|
|
private object itemField;
|
|
|
|
private TelephelyType[] telephelyListaField;
|
|
|
|
private bool tokenGeneralasField;
|
|
|
|
private bool tokenGeneralasFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("KretaKod", typeof(string), Order=0)]
|
|
[System.Xml.Serialization.XmlElementAttribute("UjKreta", typeof(bool), Order=0)]
|
|
public object Item {
|
|
get {
|
|
return this.itemField;
|
|
}
|
|
set {
|
|
this.itemField = value;
|
|
this.RaisePropertyChanged("Item");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayAttribute(Order=1)]
|
|
[System.Xml.Serialization.XmlArrayItemAttribute("Telephely", IsNullable=false)]
|
|
public TelephelyType[] TelephelyLista {
|
|
get {
|
|
return this.telephelyListaField;
|
|
}
|
|
set {
|
|
this.telephelyListaField = value;
|
|
this.RaisePropertyChanged("TelephelyLista");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
|
public bool TokenGeneralas {
|
|
get {
|
|
return this.tokenGeneralasField;
|
|
}
|
|
set {
|
|
this.tokenGeneralasField = value;
|
|
this.RaisePropertyChanged("TokenGeneralas");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool TokenGeneralasSpecified {
|
|
get {
|
|
return this.tokenGeneralasFieldSpecified;
|
|
}
|
|
set {
|
|
this.tokenGeneralasFieldSpecified = value;
|
|
this.RaisePropertyChanged("TokenGeneralasSpecified");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")]
|
|
public partial class TelephelyListaRequestType : RequestBaseType {
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")]
|
|
public partial class TorzsadatListaRequestType : RequestBaseType {
|
|
|
|
private stringWithStringId[] torzsadatListaRequestField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayAttribute(Namespace="http://www.educatio.hu/kir2", Order=0)]
|
|
[System.Xml.Serialization.XmlArrayItemAttribute("Torzsadatkor", IsNullable=false)]
|
|
public stringWithStringId[] TorzsadatListaRequest {
|
|
get {
|
|
return this.torzsadatListaRequestField;
|
|
}
|
|
set {
|
|
this.torzsadatListaRequestField = value;
|
|
this.RaisePropertyChanged("TorzsadatListaRequest");
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.educatio.hu/kretaif")]
|
|
public partial class TorzsadatkorListaRequestType : RequestBaseType {
|
|
}
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.ServiceContractAttribute(Namespace="http://www.educatio.hu/kretaif", ConfigurationName="KirService.IService_Kreta")]
|
|
public interface IService_Kreta {
|
|
|
|
// CODEGEN: Generating message contract since the operation TelephelyLista is neither RPC nor document wrapped.
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(Kreta.BusinessLogic.KirService.OperationFaultType), Action="", Name="OperationFault", Namespace="http://www.educatio.hu/common")]
|
|
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(AlapSzemelyAdatType))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResponseBaseType))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(RequestBaseType))]
|
|
Kreta.BusinessLogic.KirService.TelephelyListaResponse TelephelyLista(Kreta.BusinessLogic.KirService.TelephelyListaRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
System.Threading.Tasks.Task<Kreta.BusinessLogic.KirService.TelephelyListaResponse> TelephelyListaAsync(Kreta.BusinessLogic.KirService.TelephelyListaRequest request);
|
|
|
|
// CODEGEN: Generating message contract since the operation KretaTelephelyRegisztracio is neither RPC nor document wrapped.
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(Kreta.BusinessLogic.KirService.OperationFaultType), Action="", Name="OperationFault", Namespace="http://www.educatio.hu/common")]
|
|
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(AlapSzemelyAdatType))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResponseBaseType))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(RequestBaseType))]
|
|
Kreta.BusinessLogic.KirService.KretaTelephelyRegisztracioResponse KretaTelephelyRegisztracio(Kreta.BusinessLogic.KirService.KretaTelephelyRegisztracioRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
System.Threading.Tasks.Task<Kreta.BusinessLogic.KirService.KretaTelephelyRegisztracioResponse> KretaTelephelyRegisztracioAsync(Kreta.BusinessLogic.KirService.KretaTelephelyRegisztracioRequest request);
|
|
|
|
// CODEGEN: Generating message contract since the operation TorzsadatkorLista is neither RPC nor document wrapped.
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(Kreta.BusinessLogic.KirService.OperationFaultType), Action="", Name="OperationFault", Namespace="http://www.educatio.hu/common")]
|
|
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(AlapSzemelyAdatType))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResponseBaseType))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(RequestBaseType))]
|
|
Kreta.BusinessLogic.KirService.TorzsadatkorListaResponse TorzsadatkorLista(Kreta.BusinessLogic.KirService.TorzsadatkorListaRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
System.Threading.Tasks.Task<Kreta.BusinessLogic.KirService.TorzsadatkorListaResponse> TorzsadatkorListaAsync(Kreta.BusinessLogic.KirService.TorzsadatkorListaRequest request);
|
|
|
|
// CODEGEN: Generating message contract since the operation TorzsadatLista is neither RPC nor document wrapped.
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(Kreta.BusinessLogic.KirService.OperationFaultType), Action="", Name="OperationFault", Namespace="http://www.educatio.hu/common")]
|
|
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(AlapSzemelyAdatType))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResponseBaseType))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(RequestBaseType))]
|
|
Kreta.BusinessLogic.KirService.TorzsadatListaResponse TorzsadatLista(Kreta.BusinessLogic.KirService.TorzsadatListaRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
System.Threading.Tasks.Task<Kreta.BusinessLogic.KirService.TorzsadatListaResponse> TorzsadatListaAsync(Kreta.BusinessLogic.KirService.TorzsadatListaRequest request);
|
|
|
|
// CODEGEN: Generating message contract since the operation TanuloLista is neither RPC nor document wrapped.
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(Kreta.BusinessLogic.KirService.OperationFaultType), Action="", Name="OperationFault", Namespace="http://www.educatio.hu/common")]
|
|
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(AlapSzemelyAdatType))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResponseBaseType))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(RequestBaseType))]
|
|
Kreta.BusinessLogic.KirService.TanuloListaResponse TanuloLista(Kreta.BusinessLogic.KirService.TanuloListaRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
System.Threading.Tasks.Task<Kreta.BusinessLogic.KirService.TanuloListaResponse> TanuloListaAsync(Kreta.BusinessLogic.KirService.TanuloListaRequest request);
|
|
|
|
// CODEGEN: Generating message contract since the operation PedagogusLista is neither RPC nor document wrapped.
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(Kreta.BusinessLogic.KirService.OperationFaultType), Action="", Name="OperationFault", Namespace="http://www.educatio.hu/common")]
|
|
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(AlapSzemelyAdatType))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResponseBaseType))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(RequestBaseType))]
|
|
Kreta.BusinessLogic.KirService.PedagogusListaResponse PedagogusLista(Kreta.BusinessLogic.KirService.PedagogusListaRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
System.Threading.Tasks.Task<Kreta.BusinessLogic.KirService.PedagogusListaResponse> PedagogusListaAsync(Kreta.BusinessLogic.KirService.PedagogusListaRequest request);
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.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;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public string Intezmeny {
|
|
get {
|
|
return this.intezmenyField;
|
|
}
|
|
set {
|
|
this.intezmenyField = value;
|
|
this.RaisePropertyChanged("Intezmeny");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.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;
|
|
|
|
/// <remarks/>
|
|
[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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.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;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public string FelhasznaloNev {
|
|
get {
|
|
return this.felhasznaloNevField;
|
|
}
|
|
set {
|
|
this.felhasznaloNevField = value;
|
|
this.RaisePropertyChanged("FelhasznaloNev");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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.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 TelephelyListaRequest {
|
|
|
|
[System.ServiceModel.MessageHeaderAttribute(Namespace="http://www.educatio.hu/kretaif")]
|
|
public Kreta.BusinessLogic.KirService.KIR2AuthHeaderType KIR2AuthHeader;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="TelephelyListaRequest", Namespace="http://www.educatio.hu/kretaif", Order=0)]
|
|
public Kreta.BusinessLogic.KirService.TelephelyListaRequestType TelephelyListaRequest1;
|
|
|
|
public TelephelyListaRequest() {
|
|
}
|
|
|
|
public TelephelyListaRequest(Kreta.BusinessLogic.KirService.KIR2AuthHeaderType KIR2AuthHeader, Kreta.BusinessLogic.KirService.TelephelyListaRequestType TelephelyListaRequest1) {
|
|
this.KIR2AuthHeader = KIR2AuthHeader;
|
|
this.TelephelyListaRequest1 = TelephelyListaRequest1;
|
|
}
|
|
}
|
|
|
|
[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 TelephelyListaResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="TelephelyListaResponse", Namespace="http://www.educatio.hu/kretaif", Order=0)]
|
|
public Kreta.BusinessLogic.KirService.TelephelyListaResponseType TelephelyListaResponse1;
|
|
|
|
public TelephelyListaResponse() {
|
|
}
|
|
|
|
public TelephelyListaResponse(Kreta.BusinessLogic.KirService.TelephelyListaResponseType TelephelyListaResponse1) {
|
|
this.TelephelyListaResponse1 = TelephelyListaResponse1;
|
|
}
|
|
}
|
|
|
|
[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 KretaTelephelyRegisztracioRequest {
|
|
|
|
[System.ServiceModel.MessageHeaderAttribute(Namespace="http://www.educatio.hu/kretaif")]
|
|
public Kreta.BusinessLogic.KirService.KIR2AuthHeaderType KIR2AuthHeader;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="KretaTelephelyRegisztracioRequest", Namespace="http://www.educatio.hu/kretaif", Order=0)]
|
|
public Kreta.BusinessLogic.KirService.KretaTelephelyRegisztracioRequestType KretaTelephelyRegisztracioRequest1;
|
|
|
|
public KretaTelephelyRegisztracioRequest() {
|
|
}
|
|
|
|
public KretaTelephelyRegisztracioRequest(Kreta.BusinessLogic.KirService.KIR2AuthHeaderType KIR2AuthHeader, Kreta.BusinessLogic.KirService.KretaTelephelyRegisztracioRequestType KretaTelephelyRegisztracioRequest1) {
|
|
this.KIR2AuthHeader = KIR2AuthHeader;
|
|
this.KretaTelephelyRegisztracioRequest1 = KretaTelephelyRegisztracioRequest1;
|
|
}
|
|
}
|
|
|
|
[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 KretaTelephelyRegisztracioResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="KretaTelephelyRegisztracioResponse", Namespace="http://www.educatio.hu/kretaif", Order=0)]
|
|
public Kreta.BusinessLogic.KirService.KretaTelephelyRegisztracioResponseType KretaTelephelyRegisztracioResponse1;
|
|
|
|
public KretaTelephelyRegisztracioResponse() {
|
|
}
|
|
|
|
public KretaTelephelyRegisztracioResponse(Kreta.BusinessLogic.KirService.KretaTelephelyRegisztracioResponseType KretaTelephelyRegisztracioResponse1) {
|
|
this.KretaTelephelyRegisztracioResponse1 = KretaTelephelyRegisztracioResponse1;
|
|
}
|
|
}
|
|
|
|
[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 TorzsadatkorListaRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="TorzsadatkorListaRequest", Namespace="http://www.educatio.hu/kretaif", Order=0)]
|
|
public Kreta.BusinessLogic.KirService.TorzsadatkorListaRequestType TorzsadatkorListaRequest1;
|
|
|
|
public TorzsadatkorListaRequest() {
|
|
}
|
|
|
|
public TorzsadatkorListaRequest(Kreta.BusinessLogic.KirService.TorzsadatkorListaRequestType TorzsadatkorListaRequest1) {
|
|
this.TorzsadatkorListaRequest1 = TorzsadatkorListaRequest1;
|
|
}
|
|
}
|
|
|
|
[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 TorzsadatkorListaResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="TorzsadatkorListaResponse", Namespace="http://www.educatio.hu/kretaif", Order=0)]
|
|
public Kreta.BusinessLogic.KirService.TorzsadatkorListaResponseType TorzsadatkorListaResponse1;
|
|
|
|
public TorzsadatkorListaResponse() {
|
|
}
|
|
|
|
public TorzsadatkorListaResponse(Kreta.BusinessLogic.KirService.TorzsadatkorListaResponseType TorzsadatkorListaResponse1) {
|
|
this.TorzsadatkorListaResponse1 = TorzsadatkorListaResponse1;
|
|
}
|
|
}
|
|
|
|
[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 TorzsadatListaRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="TorzsadatListaRequest", Namespace="http://www.educatio.hu/kretaif", Order=0)]
|
|
public Kreta.BusinessLogic.KirService.TorzsadatListaRequestType TorzsadatListaRequest1;
|
|
|
|
public TorzsadatListaRequest() {
|
|
}
|
|
|
|
public TorzsadatListaRequest(Kreta.BusinessLogic.KirService.TorzsadatListaRequestType TorzsadatListaRequest1) {
|
|
this.TorzsadatListaRequest1 = TorzsadatListaRequest1;
|
|
}
|
|
}
|
|
|
|
[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 TorzsadatListaResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="TorzsadatListaResponse", Namespace="http://www.educatio.hu/kretaif", Order=0)]
|
|
public Kreta.BusinessLogic.KirService.TorzsadatListaResponseType TorzsadatListaResponse1;
|
|
|
|
public TorzsadatListaResponse() {
|
|
}
|
|
|
|
public TorzsadatListaResponse(Kreta.BusinessLogic.KirService.TorzsadatListaResponseType TorzsadatListaResponse1) {
|
|
this.TorzsadatListaResponse1 = TorzsadatListaResponse1;
|
|
}
|
|
}
|
|
|
|
[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 TanuloListaRequest {
|
|
|
|
[System.ServiceModel.MessageHeaderAttribute(Namespace="http://www.educatio.hu/kretaif")]
|
|
public Kreta.BusinessLogic.KirService.KIR2AuthHeaderType KIR2AuthHeader;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="TanuloListaRequest", Namespace="http://www.educatio.hu/kretaif", Order=0)]
|
|
public Kreta.BusinessLogic.KirService.TanuloListaRequestType TanuloListaRequest1;
|
|
|
|
public TanuloListaRequest() {
|
|
}
|
|
|
|
public TanuloListaRequest(Kreta.BusinessLogic.KirService.KIR2AuthHeaderType KIR2AuthHeader, Kreta.BusinessLogic.KirService.TanuloListaRequestType TanuloListaRequest1) {
|
|
this.KIR2AuthHeader = KIR2AuthHeader;
|
|
this.TanuloListaRequest1 = TanuloListaRequest1;
|
|
}
|
|
}
|
|
|
|
[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 TanuloListaResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="TanuloListaResponse", Namespace="http://www.educatio.hu/kretaif", Order=0)]
|
|
public Kreta.BusinessLogic.KirService.TanuloListaResponseType TanuloListaResponse1;
|
|
|
|
public TanuloListaResponse() {
|
|
}
|
|
|
|
public TanuloListaResponse(Kreta.BusinessLogic.KirService.TanuloListaResponseType TanuloListaResponse1) {
|
|
this.TanuloListaResponse1 = TanuloListaResponse1;
|
|
}
|
|
}
|
|
|
|
[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 PedagogusListaRequest {
|
|
|
|
[System.ServiceModel.MessageHeaderAttribute(Namespace="http://www.educatio.hu/kretaif")]
|
|
public Kreta.BusinessLogic.KirService.KIR2AuthHeaderType KIR2AuthHeader;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="PedagogusListaRequest", Namespace="http://www.educatio.hu/kretaif", Order=0)]
|
|
public Kreta.BusinessLogic.KirService.PedagogusListaRequestType PedagogusListaRequest1;
|
|
|
|
public PedagogusListaRequest() {
|
|
}
|
|
|
|
public PedagogusListaRequest(Kreta.BusinessLogic.KirService.KIR2AuthHeaderType KIR2AuthHeader, Kreta.BusinessLogic.KirService.PedagogusListaRequestType PedagogusListaRequest1) {
|
|
this.KIR2AuthHeader = KIR2AuthHeader;
|
|
this.PedagogusListaRequest1 = PedagogusListaRequest1;
|
|
}
|
|
}
|
|
|
|
[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 PedagogusListaResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="PedagogusListaResponse", Namespace="http://www.educatio.hu/kretaif", Order=0)]
|
|
public Kreta.BusinessLogic.KirService.PedagogusListaResponseType PedagogusListaResponse1;
|
|
|
|
public PedagogusListaResponse() {
|
|
}
|
|
|
|
public PedagogusListaResponse(Kreta.BusinessLogic.KirService.PedagogusListaResponseType PedagogusListaResponse1) {
|
|
this.PedagogusListaResponse1 = PedagogusListaResponse1;
|
|
}
|
|
}
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
public interface IService_KretaChannel : Kreta.BusinessLogic.KirService.IService_Kreta, System.ServiceModel.IClientChannel {
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
public partial class Service_KretaClient : System.ServiceModel.ClientBase<Kreta.BusinessLogic.KirService.IService_Kreta>, Kreta.BusinessLogic.KirService.IService_Kreta {
|
|
|
|
public Service_KretaClient() {
|
|
}
|
|
|
|
public Service_KretaClient(string endpointConfigurationName) :
|
|
base(endpointConfigurationName) {
|
|
}
|
|
|
|
public Service_KretaClient(string endpointConfigurationName, string remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress) {
|
|
}
|
|
|
|
public Service_KretaClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress) {
|
|
}
|
|
|
|
public Service_KretaClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(binding, remoteAddress) {
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
Kreta.BusinessLogic.KirService.TelephelyListaResponse Kreta.BusinessLogic.KirService.IService_Kreta.TelephelyLista(Kreta.BusinessLogic.KirService.TelephelyListaRequest request) {
|
|
return base.Channel.TelephelyLista(request);
|
|
}
|
|
|
|
public Kreta.BusinessLogic.KirService.TelephelyListaResponseType TelephelyLista(Kreta.BusinessLogic.KirService.KIR2AuthHeaderType KIR2AuthHeader, Kreta.BusinessLogic.KirService.TelephelyListaRequestType TelephelyListaRequest1) {
|
|
Kreta.BusinessLogic.KirService.TelephelyListaRequest inValue = new Kreta.BusinessLogic.KirService.TelephelyListaRequest();
|
|
inValue.KIR2AuthHeader = KIR2AuthHeader;
|
|
inValue.TelephelyListaRequest1 = TelephelyListaRequest1;
|
|
Kreta.BusinessLogic.KirService.TelephelyListaResponse retVal = ((Kreta.BusinessLogic.KirService.IService_Kreta)(this)).TelephelyLista(inValue);
|
|
return retVal.TelephelyListaResponse1;
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
System.Threading.Tasks.Task<Kreta.BusinessLogic.KirService.TelephelyListaResponse> Kreta.BusinessLogic.KirService.IService_Kreta.TelephelyListaAsync(Kreta.BusinessLogic.KirService.TelephelyListaRequest request) {
|
|
return base.Channel.TelephelyListaAsync(request);
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<Kreta.BusinessLogic.KirService.TelephelyListaResponse> TelephelyListaAsync(Kreta.BusinessLogic.KirService.KIR2AuthHeaderType KIR2AuthHeader, Kreta.BusinessLogic.KirService.TelephelyListaRequestType TelephelyListaRequest1) {
|
|
Kreta.BusinessLogic.KirService.TelephelyListaRequest inValue = new Kreta.BusinessLogic.KirService.TelephelyListaRequest();
|
|
inValue.KIR2AuthHeader = KIR2AuthHeader;
|
|
inValue.TelephelyListaRequest1 = TelephelyListaRequest1;
|
|
return ((Kreta.BusinessLogic.KirService.IService_Kreta)(this)).TelephelyListaAsync(inValue);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
Kreta.BusinessLogic.KirService.KretaTelephelyRegisztracioResponse Kreta.BusinessLogic.KirService.IService_Kreta.KretaTelephelyRegisztracio(Kreta.BusinessLogic.KirService.KretaTelephelyRegisztracioRequest request) {
|
|
return base.Channel.KretaTelephelyRegisztracio(request);
|
|
}
|
|
|
|
public Kreta.BusinessLogic.KirService.KretaTelephelyRegisztracioResponseType KretaTelephelyRegisztracio(Kreta.BusinessLogic.KirService.KIR2AuthHeaderType KIR2AuthHeader, Kreta.BusinessLogic.KirService.KretaTelephelyRegisztracioRequestType KretaTelephelyRegisztracioRequest1) {
|
|
Kreta.BusinessLogic.KirService.KretaTelephelyRegisztracioRequest inValue = new Kreta.BusinessLogic.KirService.KretaTelephelyRegisztracioRequest();
|
|
inValue.KIR2AuthHeader = KIR2AuthHeader;
|
|
inValue.KretaTelephelyRegisztracioRequest1 = KretaTelephelyRegisztracioRequest1;
|
|
Kreta.BusinessLogic.KirService.KretaTelephelyRegisztracioResponse retVal = ((Kreta.BusinessLogic.KirService.IService_Kreta)(this)).KretaTelephelyRegisztracio(inValue);
|
|
return retVal.KretaTelephelyRegisztracioResponse1;
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
System.Threading.Tasks.Task<Kreta.BusinessLogic.KirService.KretaTelephelyRegisztracioResponse> Kreta.BusinessLogic.KirService.IService_Kreta.KretaTelephelyRegisztracioAsync(Kreta.BusinessLogic.KirService.KretaTelephelyRegisztracioRequest request) {
|
|
return base.Channel.KretaTelephelyRegisztracioAsync(request);
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<Kreta.BusinessLogic.KirService.KretaTelephelyRegisztracioResponse> KretaTelephelyRegisztracioAsync(Kreta.BusinessLogic.KirService.KIR2AuthHeaderType KIR2AuthHeader, Kreta.BusinessLogic.KirService.KretaTelephelyRegisztracioRequestType KretaTelephelyRegisztracioRequest1) {
|
|
Kreta.BusinessLogic.KirService.KretaTelephelyRegisztracioRequest inValue = new Kreta.BusinessLogic.KirService.KretaTelephelyRegisztracioRequest();
|
|
inValue.KIR2AuthHeader = KIR2AuthHeader;
|
|
inValue.KretaTelephelyRegisztracioRequest1 = KretaTelephelyRegisztracioRequest1;
|
|
return ((Kreta.BusinessLogic.KirService.IService_Kreta)(this)).KretaTelephelyRegisztracioAsync(inValue);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
Kreta.BusinessLogic.KirService.TorzsadatkorListaResponse Kreta.BusinessLogic.KirService.IService_Kreta.TorzsadatkorLista(Kreta.BusinessLogic.KirService.TorzsadatkorListaRequest request) {
|
|
return base.Channel.TorzsadatkorLista(request);
|
|
}
|
|
|
|
public Kreta.BusinessLogic.KirService.TorzsadatkorListaResponseType TorzsadatkorLista(Kreta.BusinessLogic.KirService.TorzsadatkorListaRequestType TorzsadatkorListaRequest1) {
|
|
Kreta.BusinessLogic.KirService.TorzsadatkorListaRequest inValue = new Kreta.BusinessLogic.KirService.TorzsadatkorListaRequest();
|
|
inValue.TorzsadatkorListaRequest1 = TorzsadatkorListaRequest1;
|
|
Kreta.BusinessLogic.KirService.TorzsadatkorListaResponse retVal = ((Kreta.BusinessLogic.KirService.IService_Kreta)(this)).TorzsadatkorLista(inValue);
|
|
return retVal.TorzsadatkorListaResponse1;
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
System.Threading.Tasks.Task<Kreta.BusinessLogic.KirService.TorzsadatkorListaResponse> Kreta.BusinessLogic.KirService.IService_Kreta.TorzsadatkorListaAsync(Kreta.BusinessLogic.KirService.TorzsadatkorListaRequest request) {
|
|
return base.Channel.TorzsadatkorListaAsync(request);
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<Kreta.BusinessLogic.KirService.TorzsadatkorListaResponse> TorzsadatkorListaAsync(Kreta.BusinessLogic.KirService.TorzsadatkorListaRequestType TorzsadatkorListaRequest1) {
|
|
Kreta.BusinessLogic.KirService.TorzsadatkorListaRequest inValue = new Kreta.BusinessLogic.KirService.TorzsadatkorListaRequest();
|
|
inValue.TorzsadatkorListaRequest1 = TorzsadatkorListaRequest1;
|
|
return ((Kreta.BusinessLogic.KirService.IService_Kreta)(this)).TorzsadatkorListaAsync(inValue);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
Kreta.BusinessLogic.KirService.TorzsadatListaResponse Kreta.BusinessLogic.KirService.IService_Kreta.TorzsadatLista(Kreta.BusinessLogic.KirService.TorzsadatListaRequest request) {
|
|
return base.Channel.TorzsadatLista(request);
|
|
}
|
|
|
|
public Kreta.BusinessLogic.KirService.TorzsadatListaResponseType TorzsadatLista(Kreta.BusinessLogic.KirService.TorzsadatListaRequestType TorzsadatListaRequest1) {
|
|
Kreta.BusinessLogic.KirService.TorzsadatListaRequest inValue = new Kreta.BusinessLogic.KirService.TorzsadatListaRequest();
|
|
inValue.TorzsadatListaRequest1 = TorzsadatListaRequest1;
|
|
Kreta.BusinessLogic.KirService.TorzsadatListaResponse retVal = ((Kreta.BusinessLogic.KirService.IService_Kreta)(this)).TorzsadatLista(inValue);
|
|
return retVal.TorzsadatListaResponse1;
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
System.Threading.Tasks.Task<Kreta.BusinessLogic.KirService.TorzsadatListaResponse> Kreta.BusinessLogic.KirService.IService_Kreta.TorzsadatListaAsync(Kreta.BusinessLogic.KirService.TorzsadatListaRequest request) {
|
|
return base.Channel.TorzsadatListaAsync(request);
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<Kreta.BusinessLogic.KirService.TorzsadatListaResponse> TorzsadatListaAsync(Kreta.BusinessLogic.KirService.TorzsadatListaRequestType TorzsadatListaRequest1) {
|
|
Kreta.BusinessLogic.KirService.TorzsadatListaRequest inValue = new Kreta.BusinessLogic.KirService.TorzsadatListaRequest();
|
|
inValue.TorzsadatListaRequest1 = TorzsadatListaRequest1;
|
|
return ((Kreta.BusinessLogic.KirService.IService_Kreta)(this)).TorzsadatListaAsync(inValue);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
Kreta.BusinessLogic.KirService.TanuloListaResponse Kreta.BusinessLogic.KirService.IService_Kreta.TanuloLista(Kreta.BusinessLogic.KirService.TanuloListaRequest request) {
|
|
return base.Channel.TanuloLista(request);
|
|
}
|
|
|
|
public Kreta.BusinessLogic.KirService.TanuloListaResponseType TanuloLista(Kreta.BusinessLogic.KirService.KIR2AuthHeaderType KIR2AuthHeader, Kreta.BusinessLogic.KirService.TanuloListaRequestType TanuloListaRequest1) {
|
|
Kreta.BusinessLogic.KirService.TanuloListaRequest inValue = new Kreta.BusinessLogic.KirService.TanuloListaRequest();
|
|
inValue.KIR2AuthHeader = KIR2AuthHeader;
|
|
inValue.TanuloListaRequest1 = TanuloListaRequest1;
|
|
Kreta.BusinessLogic.KirService.TanuloListaResponse retVal = ((Kreta.BusinessLogic.KirService.IService_Kreta)(this)).TanuloLista(inValue);
|
|
return retVal.TanuloListaResponse1;
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
System.Threading.Tasks.Task<Kreta.BusinessLogic.KirService.TanuloListaResponse> Kreta.BusinessLogic.KirService.IService_Kreta.TanuloListaAsync(Kreta.BusinessLogic.KirService.TanuloListaRequest request) {
|
|
return base.Channel.TanuloListaAsync(request);
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<Kreta.BusinessLogic.KirService.TanuloListaResponse> TanuloListaAsync(Kreta.BusinessLogic.KirService.KIR2AuthHeaderType KIR2AuthHeader, Kreta.BusinessLogic.KirService.TanuloListaRequestType TanuloListaRequest1) {
|
|
Kreta.BusinessLogic.KirService.TanuloListaRequest inValue = new Kreta.BusinessLogic.KirService.TanuloListaRequest();
|
|
inValue.KIR2AuthHeader = KIR2AuthHeader;
|
|
inValue.TanuloListaRequest1 = TanuloListaRequest1;
|
|
return ((Kreta.BusinessLogic.KirService.IService_Kreta)(this)).TanuloListaAsync(inValue);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
Kreta.BusinessLogic.KirService.PedagogusListaResponse Kreta.BusinessLogic.KirService.IService_Kreta.PedagogusLista(Kreta.BusinessLogic.KirService.PedagogusListaRequest request) {
|
|
return base.Channel.PedagogusLista(request);
|
|
}
|
|
|
|
public Kreta.BusinessLogic.KirService.PedagogusListaResponseType PedagogusLista(Kreta.BusinessLogic.KirService.KIR2AuthHeaderType KIR2AuthHeader, Kreta.BusinessLogic.KirService.PedagogusListaRequestType PedagogusListaRequest1) {
|
|
Kreta.BusinessLogic.KirService.PedagogusListaRequest inValue = new Kreta.BusinessLogic.KirService.PedagogusListaRequest();
|
|
inValue.KIR2AuthHeader = KIR2AuthHeader;
|
|
inValue.PedagogusListaRequest1 = PedagogusListaRequest1;
|
|
Kreta.BusinessLogic.KirService.PedagogusListaResponse retVal = ((Kreta.BusinessLogic.KirService.IService_Kreta)(this)).PedagogusLista(inValue);
|
|
return retVal.PedagogusListaResponse1;
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
System.Threading.Tasks.Task<Kreta.BusinessLogic.KirService.PedagogusListaResponse> Kreta.BusinessLogic.KirService.IService_Kreta.PedagogusListaAsync(Kreta.BusinessLogic.KirService.PedagogusListaRequest request) {
|
|
return base.Channel.PedagogusListaAsync(request);
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<Kreta.BusinessLogic.KirService.PedagogusListaResponse> PedagogusListaAsync(Kreta.BusinessLogic.KirService.KIR2AuthHeaderType KIR2AuthHeader, Kreta.BusinessLogic.KirService.PedagogusListaRequestType PedagogusListaRequest1) {
|
|
Kreta.BusinessLogic.KirService.PedagogusListaRequest inValue = new Kreta.BusinessLogic.KirService.PedagogusListaRequest();
|
|
inValue.KIR2AuthHeader = KIR2AuthHeader;
|
|
inValue.PedagogusListaRequest1 = PedagogusListaRequest1;
|
|
return ((Kreta.BusinessLogic.KirService.IService_Kreta)(this)).PedagogusListaAsync(inValue);
|
|
}
|
|
}
|
|
}
|