4017 lines
134 KiB
C#
4017 lines
134 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using Kreta.DataAccess.Interfaces;
|
|
using Kreta.Framework;
|
|
using Kreta.Framework.Actions;
|
|
using Kreta.Framework.Collections;
|
|
using Kreta.Framework.Collections.Generic;
|
|
using Kreta.Framework.Entities;
|
|
using Kreta.Framework.Entities.Generic;
|
|
using Kreta.Framework.Exceptions;
|
|
|
|
namespace SDA.Kreta.Entities
|
|
{
|
|
/// <summary>
|
|
/// Az UML modell Nebulo entitásának megvalósítása.
|
|
/// </summary>
|
|
/// <remarks>A kód teljes egészében generált, kézi módosítása nem megengedett!</remarks>
|
|
[Entity("Nebulo")]
|
|
// alapértelmezett EntityHistoryMode
|
|
public class Nebulo : Entity, INebulo
|
|
{
|
|
internal protected Nebulo()
|
|
: base()
|
|
{
|
|
}
|
|
|
|
public class AttributeInfo
|
|
{
|
|
public const string Allampolgarsaga = "Allampolgarsaga";
|
|
public const string Allampolgarsaga2 = "Allampolgarsaga2";
|
|
public const string Anyanyelve = "Anyanyelve";
|
|
public const string AzIskolaALakohelyetolEgyKilometerenBelulTalalhato = "AzIskolaALakohelyetolEgyKilometerenBelulTalalhato";
|
|
public const string EdesanyjaSzuletesiCsaladiNeve = "EdesanyjaSzuletesiCsaladiNeve";
|
|
public const string EdesanyjaSzuletesiUtoneve = "EdesanyjaSzuletesiUtoneve";
|
|
public const string EletvitelszeruOttLakasKorzetes = "EletvitelszeruOttLakasKorzetes";
|
|
public const string Elotag = "Elotag";
|
|
public const string EtikaHitErkolcstan = "EtikaHitErkolcstan";
|
|
public const string FelvetelStatusza = "FelvetelStatusza";
|
|
public const string KepviseloCimeAzonos = "KepviseloCimeAzonos";
|
|
public const string Megjegyzes = "Megjegyzes";
|
|
public const string Neme = "Neme";
|
|
public const string OktatasiAzonositoSzama = "OktatasiAzonositoSzama";
|
|
public const string OvodaAzonosito = "OvodaAzonosito";
|
|
public const string OvodaNeve = "OvodaNeve";
|
|
public const string SzakertoiBizottsagKormanyhivatalAltalKijelolttanulo = "SzakertoiBizottsagKormanyhivatalAltalKijelolttanulo";
|
|
public const string SzuletesiCsaladiNeve = "SzuletesiCsaladiNeve";
|
|
public const string SzuletesiHely = "SzuletesiHely";
|
|
public const string SzuletesiIdo = "SzuletesiIdo";
|
|
public const string SzuletesiOrszag = "SzuletesiOrszag";
|
|
public const string SzuletesiUtoneve = "SzuletesiUtoneve";
|
|
public const string SzulojenekMunkahelyeAzIskolaKorzetebenTalalhato = "SzulojenekMunkahelyeAzIskolaKorzetebenTalalhato";
|
|
public const string SzulojeTestvereTartosanBetegVagyFogyatekkalElo = "SzulojeTestvereTartosanBetegVagyFogyatekkalElo";
|
|
public const string Tagozat = "Tagozat";
|
|
public const string TanuloCsaladiNeve = "TanuloCsaladiNeve";
|
|
public const string TanuloUtoneve = "TanuloUtoneve";
|
|
public const string TestvereAzIntezmenyTanuloja = "TestvereAzIntezmenyTanuloja";
|
|
public const string TKEmailCim = "TKEmailCim";
|
|
public const string TKNeve = "TKNeve";
|
|
public const string TKRokonsagiFoka = "TKRokonsagiFoka";
|
|
public const string TKTelefon = "TKTelefon";
|
|
public const string Ajto = "Ajto";
|
|
public const string Emelet = "Emelet";
|
|
public const string Hazszam = "Hazszam";
|
|
public const string HelysegNev = "HelysegNev";
|
|
public const string Iranyitoszam = "Iranyitoszam";
|
|
public const string KozteruletNev = "KozteruletNev";
|
|
public const string TKAjto = "TKAjto";
|
|
public const string TKEmelet = "TKEmelet";
|
|
public const string TKHazszam = "TKHazszam";
|
|
public const string TKHelysegNev = "TKHelysegNev";
|
|
public const string TKIranyitoszam = "TKIranyitoszam";
|
|
public const string TKKozteruletNev = "TKKozteruletNev";
|
|
public const string BTM = "BTM";
|
|
public const string BTMLetszamSuly = "BTMLetszamSuly";
|
|
public const string SNI = "SNI";
|
|
public const string SNILetszamSuly = "SNILetszamSuly";
|
|
public const string THAjto = "THAjto";
|
|
public const string THHazszam = "THHazszam";
|
|
public const string THHelysegNev = "THHelysegNev";
|
|
public const string THIranyitoszam = "THIranyitoszam";
|
|
public const string THKozteruletNev = "THKozteruletNev";
|
|
public const string THEmelet = "THEmelet";
|
|
public const string TartozkodasiHelyAzonos = "TartozkodasiHelyAzonos";
|
|
public const string Kepviselo2CimeAzonos = "Kepviselo2CimeAzonos";
|
|
public const string TKAjto2 = "TKAjto2";
|
|
public const string TKEmailCim2 = "TKEmailCim2";
|
|
public const string TKEmelet2 = "TKEmelet2";
|
|
public const string TKHazszam2 = "TKHazszam2";
|
|
public const string TKHelysegNev2 = "TKHelysegNev2";
|
|
public const string TKIranyitoszam2 = "TKIranyitoszam2";
|
|
public const string TKKozteruletNev2 = "TKKozteruletNev2";
|
|
public const string TKNeve2 = "TKNeve2";
|
|
public const string TKRokonsagiFoka2 = "TKRokonsagiFoka2";
|
|
public const string TKTelefon2 = "TKTelefon2";
|
|
public const string ErtesitesDatuma = "ErtesitesDatuma";
|
|
public const string Importalt = "Importalt";
|
|
public const string KirSzolgaltatasTipusId = "KirSzolgaltatasTipusId";
|
|
public const string KirStatusz = "KirStatusz";
|
|
public const string EugybaiRogzitett = "EugybaiRogzitett";
|
|
public const string EugyModositott = "EugyModositott";
|
|
public const string EugySzam = "EugySzam";
|
|
public const string HatarozatDatuma = "HatarozatDatuma";
|
|
public const string IsHatarozatHozva = "IsHatarozatHozva";
|
|
public const string HatarozatStatusz = "HatarozatStatusz";
|
|
public const string Indoklas = "Indoklas";
|
|
public const string Osztalya = "Osztalya";
|
|
public const string KozteruletJellegeNev = "KozteruletJellegeNev";
|
|
public const string OrszagTipusId = "OrszagTipusId";
|
|
public const string THKozteruletJellegeNev = "THKozteruletJellegeNev";
|
|
public const string THOrszagTipusId = "THOrszagTipusId";
|
|
public const string TKKozteruletJellegeNev = "TKKozteruletJellegeNev";
|
|
public const string TKKozteruletJellegeNev2 = "TKKozteruletJellegeNev2";
|
|
public const string TKOrszagTipusId = "TKOrszagTipusId";
|
|
public const string TKOrszagTipusId2 = "TKOrszagTipusId2";
|
|
public const string IsKozpontiMegjelent = "IsKozpontiMegjelent";
|
|
public const string KorzetesIskolaCime = "KorzetesIskolaCime";
|
|
public const string KorzetesIskolaNeve = "KorzetesIskolaNeve";
|
|
public const string FelekezetTipusId = "FelekezetTipusId";
|
|
public const string HatranyosHelyzetTipusId = "HatranyosHelyzetTipusId";
|
|
public const string IsNemMagyarOvoda = "IsNemMagyarOvoda";
|
|
public const string IsOktAzonNelkuli = "IsOktAzonNelkuli";
|
|
public const string NemzetisegTipusId = "NemzetisegTipusId";
|
|
public const string OktAzonIndoklas = "OktAzonIndoklas";
|
|
public const string OvodaiEvek = "OvodaiEvek";
|
|
public const string Tagozatnev = "Tagozatnev";
|
|
public const string TKJogalapTipus2Id = "TKJogalapTipus2Id";
|
|
public const string TKJogalapTipusId = "TKJogalapTipusId";
|
|
public const string TKSzuletesiNev = "TKSzuletesiNev";
|
|
public const string TKSzuletesiNev2 = "TKSzuletesiNev2";
|
|
public const string IsOsszevontOsztalyba = "IsOsszevontOsztalyba";
|
|
}
|
|
|
|
public class AttributeLengthInfo
|
|
{
|
|
public const int EdesanyjaSzuletesiCsaladiNeveLength = 255;
|
|
public const int EdesanyjaSzuletesiUtoneveLength = 255;
|
|
public const int ElotagLength = 20;
|
|
public const int MegjegyzesLength = 4096;
|
|
public const int OktatasiAzonositoSzamaLength = 20;
|
|
public const int OvodaAzonositoLength = 20;
|
|
public const int OvodaNeveLength = 255;
|
|
public const int SzuletesiCsaladiNeveLength = 255;
|
|
public const int SzuletesiHelyLength = 50;
|
|
public const int SzuletesiUtoneveLength = 255;
|
|
public const int TanuloCsaladiNeveLength = 255;
|
|
public const int TanuloUtoneveLength = 255;
|
|
public const int TKEmailCimLength = 255;
|
|
public const int TKNeveLength = 200;
|
|
public const int TKTelefonLength = 20;
|
|
public const int AjtoLength = 30;
|
|
public const int EmeletLength = 40;
|
|
public const int HazszamLength = 30;
|
|
public const int HelysegNevLength = 255;
|
|
public const int IranyitoszamLength = 20;
|
|
public const int KozteruletNevLength = 40;
|
|
public const int TKAjtoLength = 30;
|
|
public const int TKEmeletLength = 40;
|
|
public const int TKHazszamLength = 30;
|
|
public const int TKHelysegNevLength = 255;
|
|
public const int TKIranyitoszamLength = 20;
|
|
public const int TKKozteruletNevLength = 40;
|
|
public const int THAjtoLength = 30;
|
|
public const int THHazszamLength = 30;
|
|
public const int THHelysegNevLength = 255;
|
|
public const int THIranyitoszamLength = 20;
|
|
public const int THKozteruletNevLength = 40;
|
|
public const int THEmeletLength = 40;
|
|
public const int TKAjto2Length = 30;
|
|
public const int TKEmailCim2Length = 255;
|
|
public const int TKEmelet2Length = 40;
|
|
public const int TKHazszam2Length = 30;
|
|
public const int TKHelysegNev2Length = 255;
|
|
public const int TKIranyitoszam2Length = 20;
|
|
public const int TKKozteruletNev2Length = 40;
|
|
public const int TKNeve2Length = 200;
|
|
public const int TKTelefon2Length = 20;
|
|
public const int KirStatuszLength = 20;
|
|
public const int EugySzamLength = 50;
|
|
public const int IndoklasLength = 2147483647;
|
|
public const int OsztalyaLength = 200;
|
|
public const int KozteruletJellegeNevLength = 50;
|
|
public const int THKozteruletJellegeNevLength = 50;
|
|
public const int TKKozteruletJellegeNevLength = 50;
|
|
public const int TKKozteruletJellegeNev2Length = 50;
|
|
public const int KorzetesIskolaCimeLength = 500;
|
|
public const int KorzetesIskolaNeveLength = 500;
|
|
public const int OktAzonIndoklasLength = 2147483647;
|
|
public const int TagozatnevLength = 200;
|
|
public const int TKSzuletesiNevLength = 200;
|
|
public const int TKSzuletesiNev2Length = 200;
|
|
}
|
|
|
|
#region General
|
|
private NebuloDA m_DA = new NebuloDA();
|
|
|
|
protected static Nebulo FakeNebulo { get; set; }
|
|
|
|
public static Nebulo GiveAnInstance()
|
|
{
|
|
Nebulo result = FakeNebulo == null
|
|
? new Nebulo()
|
|
: (Nebulo)FakeNebulo.MemberwiseClone();
|
|
result.Reset();
|
|
result.SetDefaultData();
|
|
|
|
return result;
|
|
}
|
|
|
|
protected void SetDefaultData()
|
|
{
|
|
if (UserContext.Instance != null)
|
|
{
|
|
if (UserContext.Instance.IntezmenyId > 0)
|
|
{
|
|
IntezmenyId = UserContext.Instance.IntezmenyId;
|
|
}
|
|
|
|
if (UserContext.Instance.AktivTanevId > 0)
|
|
{
|
|
TanevId = UserContext.Instance.AktivTanevId;
|
|
}
|
|
|
|
m_State = EntityState.Uninitialized;
|
|
}
|
|
}
|
|
|
|
protected override IEntityDataAccessor GetDataAccessor() { return m_DA; }
|
|
protected internal virtual IEntityDataAccessor InheritedDA { get { return null; } }
|
|
|
|
[Obsolete("Ezt ne használjátok, mert mindenhova bele kellene fogalmazni a tanév szűrést is! Meg fog majd szűnni!")]
|
|
public static IEntityCollection<Nebulo> LoadAll()
|
|
{
|
|
return LoadWithFilter("");
|
|
}
|
|
|
|
[Obsolete("Ezt ne használjátok, mert mindenhova bele kellene fogalmazni a tanév szűrést is! Meg fog majd szűnni!")]
|
|
public static IEntityCollection<Nebulo> LoadAll(ColumnFilterMode columnFilterMode, IEnumerable<string> columns)
|
|
{
|
|
return LoadWithFilter("", columnFilterMode, columns);
|
|
}
|
|
|
|
[Obsolete("Ezt ne használjátok, mert mindenhova bele kellene fogalmazni a tanév szűrést is! Meg fog majd szűnni!")]
|
|
public static IEntityCollection<Nebulo> LoadWithFilter(string filter, Dictionary<string, object> commandParameters = null)
|
|
{
|
|
var result = new EntityCollection<Nebulo>();
|
|
new NebuloDA().LoadWithFilter(result, filter, commandParameters);
|
|
return result;
|
|
}
|
|
|
|
[Obsolete("Ezt ne használjátok, mert mindenhova bele kellene fogalmazni a tanév szűrést is! Meg fog majd szűnni!")]
|
|
public static IEntityCollection<Nebulo> LoadWithFilter(string filter, ColumnFilterMode columnFilterMode, IEnumerable<string> columns, Dictionary<string, object> commandParameters = null)
|
|
{
|
|
var result = new EntityCollection<Nebulo>();
|
|
new NebuloDA().LoadWithFilter(result, filter, columnFilterMode, columns, commandParameters);
|
|
return result;
|
|
}
|
|
|
|
protected override void StoreOriginalValues()
|
|
{
|
|
base.StoreOriginalValues();
|
|
OriginalValues.Add("Allampolgarsaga", (Allampolgarsaga == null ? (object)DBNull.Value : (object)m_Allampolgarsaga));
|
|
OriginalValues.Add("Allampolgarsaga2", (Allampolgarsaga2 == null ? (object)DBNull.Value : (object)m_Allampolgarsaga2));
|
|
OriginalValues.Add("Anyanyelve", (Anyanyelve == null ? (object)DBNull.Value : (object)m_Anyanyelve));
|
|
OriginalValues.Add("AzIskolaALakohelyetolEgyKilometerenBelulTalalhato", (AzIskolaALakohelyetolEgyKilometerenBelulTalalhato == null ? (object)DBNull.Value : (object)m_AzIskolaALakohelyetolEgyKilometerenBelulTalalhato));
|
|
OriginalValues.Add("EdesanyjaSzuletesiCsaladiNeve", (object)m_EdesanyjaSzuletesiCsaladiNeve);
|
|
OriginalValues.Add("EdesanyjaSzuletesiUtoneve", (object)m_EdesanyjaSzuletesiUtoneve);
|
|
OriginalValues.Add("EletvitelszeruOttLakasKorzetes", (EletvitelszeruOttLakasKorzetes == null ? (object)DBNull.Value : (object)m_EletvitelszeruOttLakasKorzetes));
|
|
OriginalValues.Add("Elotag", (Elotag == null ? (object)DBNull.Value : (object)m_Elotag));
|
|
OriginalValues.Add("EtikaHitErkolcstan", (EtikaHitErkolcstan == null ? (object)DBNull.Value : (object)m_EtikaHitErkolcstan));
|
|
OriginalValues.Add("FelvetelStatusza", (FelvetelStatusza == null ? (object)DBNull.Value : (object)m_FelvetelStatusza));
|
|
OriginalValues.Add("KepviseloCimeAzonos", (object)m_KepviseloCimeAzonos);
|
|
OriginalValues.Add("Megjegyzes", (Megjegyzes == null ? (object)DBNull.Value : (object)m_Megjegyzes));
|
|
OriginalValues.Add("Neme", (Neme == null ? (object)DBNull.Value : (object)m_Neme));
|
|
OriginalValues.Add("OktatasiAzonositoSzama", (OktatasiAzonositoSzama == null ? (object)DBNull.Value : (object)m_OktatasiAzonositoSzama));
|
|
OriginalValues.Add("OvodaAzonosito", (OvodaAzonosito == null ? (object)DBNull.Value : (object)m_OvodaAzonosito));
|
|
OriginalValues.Add("OvodaNeve", (OvodaNeve == null ? (object)DBNull.Value : (object)m_OvodaNeve));
|
|
OriginalValues.Add("SzakertoiBizottsagKormanyhivatalAltalKijelolttanulo", (SzakertoiBizottsagKormanyhivatalAltalKijelolttanulo == null ? (object)DBNull.Value : (object)m_SzakertoiBizottsagKormanyhivatalAltalKijelolttanulo));
|
|
OriginalValues.Add("SzuletesiCsaladiNeve", (SzuletesiCsaladiNeve == null ? (object)DBNull.Value : (object)m_SzuletesiCsaladiNeve));
|
|
OriginalValues.Add("SzuletesiHely", (object)m_SzuletesiHely);
|
|
OriginalValues.Add("SzuletesiIdo", (object)m_SzuletesiIdo);
|
|
OriginalValues.Add("SzuletesiOrszag", (object)m_SzuletesiOrszag);
|
|
OriginalValues.Add("SzuletesiUtoneve", (SzuletesiUtoneve == null ? (object)DBNull.Value : (object)m_SzuletesiUtoneve));
|
|
OriginalValues.Add("SzulojenekMunkahelyeAzIskolaKorzetebenTalalhato", (SzulojenekMunkahelyeAzIskolaKorzetebenTalalhato == null ? (object)DBNull.Value : (object)m_SzulojenekMunkahelyeAzIskolaKorzetebenTalalhato));
|
|
OriginalValues.Add("SzulojeTestvereTartosanBetegVagyFogyatekkalElo", (SzulojeTestvereTartosanBetegVagyFogyatekkalElo == null ? (object)DBNull.Value : (object)m_SzulojeTestvereTartosanBetegVagyFogyatekkalElo));
|
|
OriginalValues.Add("Tagozat", (Tagozat == null ? (object)DBNull.Value : (object)m_Tagozat));
|
|
OriginalValues.Add("TanuloCsaladiNeve", (object)m_TanuloCsaladiNeve);
|
|
OriginalValues.Add("TanuloUtoneve", (object)m_TanuloUtoneve);
|
|
OriginalValues.Add("TestvereAzIntezmenyTanuloja", (TestvereAzIntezmenyTanuloja == null ? (object)DBNull.Value : (object)m_TestvereAzIntezmenyTanuloja));
|
|
OriginalValues.Add("TKEmailCim", (TKEmailCim == null ? (object)DBNull.Value : (object)m_TKEmailCim));
|
|
OriginalValues.Add("TKNeve", (TKNeve == null ? (object)DBNull.Value : (object)m_TKNeve));
|
|
OriginalValues.Add("TKRokonsagiFoka", (TKRokonsagiFoka == null ? (object)DBNull.Value : (object)m_TKRokonsagiFoka));
|
|
OriginalValues.Add("TKTelefon", (TKTelefon == null ? (object)DBNull.Value : (object)m_TKTelefon));
|
|
OriginalValues.Add("Ajto", (Ajto == null ? (object)DBNull.Value : (object)m_Ajto));
|
|
OriginalValues.Add("Emelet", (Emelet == null ? (object)DBNull.Value : (object)m_Emelet));
|
|
OriginalValues.Add("Hazszam", (Hazszam == null ? (object)DBNull.Value : (object)m_Hazszam));
|
|
OriginalValues.Add("HelysegNev", (HelysegNev == null ? (object)DBNull.Value : (object)m_HelysegNev));
|
|
OriginalValues.Add("Iranyitoszam", (Iranyitoszam == null ? (object)DBNull.Value : (object)m_Iranyitoszam));
|
|
OriginalValues.Add("KozteruletNev", (KozteruletNev == null ? (object)DBNull.Value : (object)m_KozteruletNev));
|
|
OriginalValues.Add("TKAjto", (TKAjto == null ? (object)DBNull.Value : (object)m_TKAjto));
|
|
OriginalValues.Add("TKEmelet", (TKEmelet == null ? (object)DBNull.Value : (object)m_TKEmelet));
|
|
OriginalValues.Add("TKHazszam", (TKHazszam == null ? (object)DBNull.Value : (object)m_TKHazszam));
|
|
OriginalValues.Add("TKHelysegNev", (TKHelysegNev == null ? (object)DBNull.Value : (object)m_TKHelysegNev));
|
|
OriginalValues.Add("TKIranyitoszam", (TKIranyitoszam == null ? (object)DBNull.Value : (object)m_TKIranyitoszam));
|
|
OriginalValues.Add("TKKozteruletNev", (TKKozteruletNev == null ? (object)DBNull.Value : (object)m_TKKozteruletNev));
|
|
OriginalValues.Add("BTM", (BTM == null ? (object)DBNull.Value : (object)m_BTM));
|
|
OriginalValues.Add("BTMLetszamSuly", (BTMLetszamSuly == null ? (object)DBNull.Value : (object)m_BTMLetszamSuly));
|
|
OriginalValues.Add("SNI", (SNI == null ? (object)DBNull.Value : (object)m_SNI));
|
|
OriginalValues.Add("SNILetszamSuly", (SNILetszamSuly == null ? (object)DBNull.Value : (object)m_SNILetszamSuly));
|
|
OriginalValues.Add("THAjto", (THAjto == null ? (object)DBNull.Value : (object)m_THAjto));
|
|
OriginalValues.Add("THHazszam", (THHazszam == null ? (object)DBNull.Value : (object)m_THHazszam));
|
|
OriginalValues.Add("THHelysegNev", (THHelysegNev == null ? (object)DBNull.Value : (object)m_THHelysegNev));
|
|
OriginalValues.Add("THIranyitoszam", (THIranyitoszam == null ? (object)DBNull.Value : (object)m_THIranyitoszam));
|
|
OriginalValues.Add("THKozteruletNev", (THKozteruletNev == null ? (object)DBNull.Value : (object)m_THKozteruletNev));
|
|
OriginalValues.Add("THEmelet", (THEmelet == null ? (object)DBNull.Value : (object)m_THEmelet));
|
|
OriginalValues.Add("TartozkodasiHelyAzonos", (object)m_TartozkodasiHelyAzonos);
|
|
OriginalValues.Add("Kepviselo2CimeAzonos", (object)m_Kepviselo2CimeAzonos);
|
|
OriginalValues.Add("TKAjto2", (TKAjto2 == null ? (object)DBNull.Value : (object)m_TKAjto2));
|
|
OriginalValues.Add("TKEmailCim2", (TKEmailCim2 == null ? (object)DBNull.Value : (object)m_TKEmailCim2));
|
|
OriginalValues.Add("TKEmelet2", (TKEmelet2 == null ? (object)DBNull.Value : (object)m_TKEmelet2));
|
|
OriginalValues.Add("TKHazszam2", (TKHazszam2 == null ? (object)DBNull.Value : (object)m_TKHazszam2));
|
|
OriginalValues.Add("TKHelysegNev2", (TKHelysegNev2 == null ? (object)DBNull.Value : (object)m_TKHelysegNev2));
|
|
OriginalValues.Add("TKIranyitoszam2", (TKIranyitoszam2 == null ? (object)DBNull.Value : (object)m_TKIranyitoszam2));
|
|
OriginalValues.Add("TKKozteruletNev2", (TKKozteruletNev2 == null ? (object)DBNull.Value : (object)m_TKKozteruletNev2));
|
|
OriginalValues.Add("TKNeve2", (TKNeve2 == null ? (object)DBNull.Value : (object)m_TKNeve2));
|
|
OriginalValues.Add("TKRokonsagiFoka2", (TKRokonsagiFoka2 == null ? (object)DBNull.Value : (object)m_TKRokonsagiFoka2));
|
|
OriginalValues.Add("TKTelefon2", (TKTelefon2 == null ? (object)DBNull.Value : (object)m_TKTelefon2));
|
|
OriginalValues.Add("ErtesitesDatuma", (ErtesitesDatuma == null ? (object)DBNull.Value : (object)m_ErtesitesDatuma));
|
|
OriginalValues.Add("Importalt", (object)m_Importalt);
|
|
OriginalValues.Add("KirSzolgaltatasTipusId", (KirSzolgaltatasTipusId == null ? (object)DBNull.Value : (object)m_KirSzolgaltatasTipusId));
|
|
OriginalValues.Add("KirStatusz", (KirStatusz == null ? (object)DBNull.Value : (object)m_KirStatusz));
|
|
OriginalValues.Add("EugybaiRogzitett", (object)m_EugybaiRogzitett);
|
|
OriginalValues.Add("EugyModositott", (object)m_EugyModositott);
|
|
OriginalValues.Add("EugySzam", (EugySzam == null ? (object)DBNull.Value : (object)m_EugySzam));
|
|
OriginalValues.Add("HatarozatDatuma", (HatarozatDatuma == null ? (object)DBNull.Value : (object)m_HatarozatDatuma));
|
|
OriginalValues.Add("IsHatarozatHozva", (object)m_IsHatarozatHozva);
|
|
OriginalValues.Add("HatarozatStatusz", (HatarozatStatusz == null ? (object)DBNull.Value : (object)m_HatarozatStatusz));
|
|
OriginalValues.Add("Indoklas", (Indoklas == null ? (object)DBNull.Value : (object)m_Indoklas));
|
|
OriginalValues.Add("Osztalya", (Osztalya == null ? (object)DBNull.Value : (object)m_Osztalya));
|
|
OriginalValues.Add("KozteruletJellegeNev", (KozteruletJellegeNev == null ? (object)DBNull.Value : (object)m_KozteruletJellegeNev));
|
|
OriginalValues.Add("OrszagTipusId", (OrszagTipusId == null ? (object)DBNull.Value : (object)m_OrszagTipusId));
|
|
OriginalValues.Add("THKozteruletJellegeNev", (THKozteruletJellegeNev == null ? (object)DBNull.Value : (object)m_THKozteruletJellegeNev));
|
|
OriginalValues.Add("THOrszagTipusId", (THOrszagTipusId == null ? (object)DBNull.Value : (object)m_THOrszagTipusId));
|
|
OriginalValues.Add("TKKozteruletJellegeNev", (TKKozteruletJellegeNev == null ? (object)DBNull.Value : (object)m_TKKozteruletJellegeNev));
|
|
OriginalValues.Add("TKKozteruletJellegeNev2", (TKKozteruletJellegeNev2 == null ? (object)DBNull.Value : (object)m_TKKozteruletJellegeNev2));
|
|
OriginalValues.Add("TKOrszagTipusId", (TKOrszagTipusId == null ? (object)DBNull.Value : (object)m_TKOrszagTipusId));
|
|
OriginalValues.Add("TKOrszagTipusId2", (TKOrszagTipusId2 == null ? (object)DBNull.Value : (object)m_TKOrszagTipusId2));
|
|
OriginalValues.Add("IsKozpontiMegjelent", (object)m_IsKozpontiMegjelent);
|
|
OriginalValues.Add("KorzetesIskolaCime", (KorzetesIskolaCime == null ? (object)DBNull.Value : (object)m_KorzetesIskolaCime));
|
|
OriginalValues.Add("KorzetesIskolaNeve", (KorzetesIskolaNeve == null ? (object)DBNull.Value : (object)m_KorzetesIskolaNeve));
|
|
OriginalValues.Add("FelekezetTipusId", (FelekezetTipusId == null ? (object)DBNull.Value : (object)m_FelekezetTipusId));
|
|
OriginalValues.Add("HatranyosHelyzetTipusId", (HatranyosHelyzetTipusId == null ? (object)DBNull.Value : (object)m_HatranyosHelyzetTipusId));
|
|
OriginalValues.Add("IsNemMagyarOvoda", (object)m_IsNemMagyarOvoda);
|
|
OriginalValues.Add("IsOktAzonNelkuli", (object)m_IsOktAzonNelkuli);
|
|
OriginalValues.Add("NemzetisegTipusId", (NemzetisegTipusId == null ? (object)DBNull.Value : (object)m_NemzetisegTipusId));
|
|
OriginalValues.Add("OktAzonIndoklas", (OktAzonIndoklas == null ? (object)DBNull.Value : (object)m_OktAzonIndoklas));
|
|
OriginalValues.Add("OvodaiEvek", (OvodaiEvek == null ? (object)DBNull.Value : (object)m_OvodaiEvek));
|
|
OriginalValues.Add("Tagozatnev", (Tagozatnev == null ? (object)DBNull.Value : (object)m_Tagozatnev));
|
|
OriginalValues.Add("TKJogalapTipus2Id", (TKJogalapTipus2Id == null ? (object)DBNull.Value : (object)m_TKJogalapTipus2Id));
|
|
OriginalValues.Add("TKJogalapTipusId", (TKJogalapTipusId == null ? (object)DBNull.Value : (object)m_TKJogalapTipusId));
|
|
OriginalValues.Add("TKSzuletesiNev", (TKSzuletesiNev == null ? (object)DBNull.Value : (object)m_TKSzuletesiNev));
|
|
OriginalValues.Add("TKSzuletesiNev2", (TKSzuletesiNev2 == null ? (object)DBNull.Value : (object)m_TKSzuletesiNev2));
|
|
OriginalValues.Add("IsOsszevontOsztalyba", (object)m_IsOsszevontOsztalyba);
|
|
OriginalValues.Add("FeladatEllatasiHelyId", (m_FeladatEllatasiHelyId < 0 ? (object)DBNull.Value : (object)m_FeladatEllatasiHelyId));
|
|
OriginalValues.Add("IntezmenyId", (m_IntezmenyId < 0 ? (object)DBNull.Value : (object)m_IntezmenyId));
|
|
OriginalValues.Add("TanevId", (m_TanevId < 0 ? (object)DBNull.Value : (object)m_TanevId));
|
|
}
|
|
|
|
#endregion
|
|
|
|
|
|
#region Ellenőrzés
|
|
|
|
protected override void Validate(bool skipValidateAttributes = false)
|
|
{
|
|
base.Validate();
|
|
|
|
// Védett kódtétel...
|
|
//if (m_Protected == false) { throw new InvalidEntityAttributeException("Nebulo", "Protected", EntityAttributeError.Unknown); }
|
|
if (!skipValidateAttributes)
|
|
{
|
|
// korlátos hosszúságú mezők ellenőrzése...
|
|
if (m_EdesanyjaSzuletesiCsaladiNeve != null && m_EdesanyjaSzuletesiCsaladiNeve.Length > 255)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "EdesanyjaSzuletesiCsaladiNeve", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_EdesanyjaSzuletesiUtoneve != null && m_EdesanyjaSzuletesiUtoneve.Length > 255)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "EdesanyjaSzuletesiUtoneve", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_Elotag != null && m_Elotag.Length > 20)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "Elotag", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_Megjegyzes != null && m_Megjegyzes.Length > 4096)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "Megjegyzes", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_OktatasiAzonositoSzama != null && m_OktatasiAzonositoSzama.Length > 20)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "OktatasiAzonositoSzama", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_OvodaAzonosito != null && m_OvodaAzonosito.Length > 20)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "OvodaAzonosito", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_OvodaNeve != null && m_OvodaNeve.Length > 255)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "OvodaNeve", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_SzuletesiCsaladiNeve != null && m_SzuletesiCsaladiNeve.Length > 255)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "SzuletesiCsaladiNeve", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_SzuletesiHely != null && m_SzuletesiHely.Length > 50)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "SzuletesiHely", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_SzuletesiUtoneve != null && m_SzuletesiUtoneve.Length > 255)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "SzuletesiUtoneve", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_TanuloCsaladiNeve != null && m_TanuloCsaladiNeve.Length > 255)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "TanuloCsaladiNeve", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_TanuloUtoneve != null && m_TanuloUtoneve.Length > 255)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "TanuloUtoneve", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_TKEmailCim != null && m_TKEmailCim.Length > 255)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "TKEmailCim", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_TKNeve != null && m_TKNeve.Length > 200)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "TKNeve", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_TKTelefon != null && m_TKTelefon.Length > 20)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "TKTelefon", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_Ajto != null && m_Ajto.Length > 30)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "Ajto", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_Emelet != null && m_Emelet.Length > 40)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "Emelet", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_Hazszam != null && m_Hazszam.Length > 30)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "Hazszam", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_HelysegNev != null && m_HelysegNev.Length > 255)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "HelysegNev", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_Iranyitoszam != null && m_Iranyitoszam.Length > 20)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "Iranyitoszam", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_KozteruletNev != null && m_KozteruletNev.Length > 40)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "KozteruletNev", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_TKAjto != null && m_TKAjto.Length > 30)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "TKAjto", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_TKEmelet != null && m_TKEmelet.Length > 40)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "TKEmelet", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_TKHazszam != null && m_TKHazszam.Length > 30)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "TKHazszam", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_TKHelysegNev != null && m_TKHelysegNev.Length > 255)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "TKHelysegNev", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_TKIranyitoszam != null && m_TKIranyitoszam.Length > 20)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "TKIranyitoszam", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_TKKozteruletNev != null && m_TKKozteruletNev.Length > 40)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "TKKozteruletNev", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_THAjto != null && m_THAjto.Length > 30)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "THAjto", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_THHazszam != null && m_THHazszam.Length > 30)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "THHazszam", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_THHelysegNev != null && m_THHelysegNev.Length > 255)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "THHelysegNev", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_THIranyitoszam != null && m_THIranyitoszam.Length > 20)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "THIranyitoszam", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_THKozteruletNev != null && m_THKozteruletNev.Length > 40)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "THKozteruletNev", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_THEmelet != null && m_THEmelet.Length > 40)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "THEmelet", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_TKAjto2 != null && m_TKAjto2.Length > 30)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "TKAjto2", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_TKEmailCim2 != null && m_TKEmailCim2.Length > 255)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "TKEmailCim2", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_TKEmelet2 != null && m_TKEmelet2.Length > 40)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "TKEmelet2", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_TKHazszam2 != null && m_TKHazszam2.Length > 30)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "TKHazszam2", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_TKHelysegNev2 != null && m_TKHelysegNev2.Length > 255)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "TKHelysegNev2", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_TKIranyitoszam2 != null && m_TKIranyitoszam2.Length > 20)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "TKIranyitoszam2", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_TKKozteruletNev2 != null && m_TKKozteruletNev2.Length > 40)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "TKKozteruletNev2", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_TKNeve2 != null && m_TKNeve2.Length > 200)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "TKNeve2", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_TKTelefon2 != null && m_TKTelefon2.Length > 20)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "TKTelefon2", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_KirStatusz != null && m_KirStatusz.Length > 20)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "KirStatusz", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_EugySzam != null && m_EugySzam.Length > 50)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "EugySzam", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_Indoklas != null && m_Indoklas.Length > 2147483647)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "Indoklas", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_Osztalya != null && m_Osztalya.Length > 200)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "Osztalya", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_KozteruletJellegeNev != null && m_KozteruletJellegeNev.Length > 50)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "KozteruletJellegeNev", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_THKozteruletJellegeNev != null && m_THKozteruletJellegeNev.Length > 50)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "THKozteruletJellegeNev", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_TKKozteruletJellegeNev != null && m_TKKozteruletJellegeNev.Length > 50)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "TKKozteruletJellegeNev", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_TKKozteruletJellegeNev2 != null && m_TKKozteruletJellegeNev2.Length > 50)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "TKKozteruletJellegeNev2", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_KorzetesIskolaCime != null && m_KorzetesIskolaCime.Length > 500)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "KorzetesIskolaCime", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_KorzetesIskolaNeve != null && m_KorzetesIskolaNeve.Length > 500)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "KorzetesIskolaNeve", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_OktAzonIndoklas != null && m_OktAzonIndoklas.Length > 2147483647)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "OktAzonIndoklas", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_Tagozatnev != null && m_Tagozatnev.Length > 200)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "Tagozatnev", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_TKSzuletesiNev != null && m_TKSzuletesiNev.Length > 200)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "TKSzuletesiNev", EntityAttributeError.TooLong);
|
|
}
|
|
if (m_TKSzuletesiNev2 != null && m_TKSzuletesiNev2.Length > 200)
|
|
{
|
|
throw new InvalidEntityAttributeException("Nebulo", "TKSzuletesiNev2", EntityAttributeError.TooLong);
|
|
}
|
|
}
|
|
|
|
// kötelező asszociációk ellenőrzése...
|
|
if (m_IntezmenyId == -1) { throw new InvalidEntityAttributeException("Nebulo", "IntezmenyId", EntityAttributeError.Empty); }
|
|
if (m_TanevId == -1) { throw new InvalidEntityAttributeException("Nebulo", "TanevId", EntityAttributeError.Empty); }
|
|
|
|
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region Alaphelyzetbe állítás
|
|
protected override void Reset()
|
|
{
|
|
base.Reset();
|
|
|
|
// alaphelyzetbe állítjuk az egyszerű mezőket
|
|
this.m_Allampolgarsaga = null;
|
|
this.m_Allampolgarsaga2 = null;
|
|
this.m_Anyanyelve = null;
|
|
this.m_AzIskolaALakohelyetolEgyKilometerenBelulTalalhato = null;
|
|
this.m_EdesanyjaSzuletesiCsaladiNeve = "";
|
|
this.m_EdesanyjaSzuletesiUtoneve = "";
|
|
this.m_EletvitelszeruOttLakasKorzetes = null;
|
|
this.m_Elotag = null;
|
|
this.m_EtikaHitErkolcstan = null;
|
|
this.m_FelvetelStatusza = null;
|
|
this.m_KepviseloCimeAzonos = true;
|
|
this.m_Megjegyzes = null;
|
|
this.m_Neme = null;
|
|
this.m_OktatasiAzonositoSzama = null;
|
|
this.m_OvodaAzonosito = null;
|
|
this.m_OvodaNeve = null;
|
|
this.m_SzakertoiBizottsagKormanyhivatalAltalKijelolttanulo = null;
|
|
this.m_SzuletesiCsaladiNeve = null;
|
|
this.m_SzuletesiHely = "";
|
|
this.m_SzuletesiIdo = DateTime.Now /* XXX DateTime */;
|
|
this.m_SzuletesiOrszag = -1;
|
|
this.m_SzuletesiUtoneve = null;
|
|
this.m_SzulojenekMunkahelyeAzIskolaKorzetebenTalalhato = null;
|
|
this.m_SzulojeTestvereTartosanBetegVagyFogyatekkalElo = null;
|
|
this.m_Tagozat = null;
|
|
this.m_TanuloCsaladiNeve = "";
|
|
this.m_TanuloUtoneve = "";
|
|
this.m_TestvereAzIntezmenyTanuloja = null;
|
|
this.m_TKEmailCim = null;
|
|
this.m_TKNeve = null;
|
|
this.m_TKRokonsagiFoka = null;
|
|
this.m_TKTelefon = null;
|
|
this.m_Ajto = null;
|
|
this.m_Emelet = null;
|
|
this.m_Hazszam = null;
|
|
this.m_HelysegNev = null;
|
|
this.m_Iranyitoszam = null;
|
|
this.m_KozteruletNev = null;
|
|
this.m_TKAjto = null;
|
|
this.m_TKEmelet = null;
|
|
this.m_TKHazszam = null;
|
|
this.m_TKHelysegNev = null;
|
|
this.m_TKIranyitoszam = null;
|
|
this.m_TKKozteruletNev = null;
|
|
this.m_BTM = null;
|
|
this.m_BTMLetszamSuly = null;
|
|
this.m_SNI = null;
|
|
this.m_SNILetszamSuly = null;
|
|
this.m_THAjto = null;
|
|
this.m_THHazszam = null;
|
|
this.m_THHelysegNev = null;
|
|
this.m_THIranyitoszam = null;
|
|
this.m_THKozteruletNev = null;
|
|
this.m_THEmelet = null;
|
|
this.m_TartozkodasiHelyAzonos = true;
|
|
this.m_Kepviselo2CimeAzonos = true;
|
|
this.m_TKAjto2 = null;
|
|
this.m_TKEmailCim2 = null;
|
|
this.m_TKEmelet2 = null;
|
|
this.m_TKHazszam2 = null;
|
|
this.m_TKHelysegNev2 = null;
|
|
this.m_TKIranyitoszam2 = null;
|
|
this.m_TKKozteruletNev2 = null;
|
|
this.m_TKNeve2 = null;
|
|
this.m_TKRokonsagiFoka2 = null;
|
|
this.m_TKTelefon2 = null;
|
|
this.m_ErtesitesDatuma = null;
|
|
this.m_Importalt = false;
|
|
this.m_KirSzolgaltatasTipusId = null;
|
|
this.m_KirStatusz = null;
|
|
this.m_EugybaiRogzitett = false;
|
|
this.m_EugyModositott = false;
|
|
this.m_EugySzam = null;
|
|
this.m_HatarozatDatuma = null;
|
|
this.m_IsHatarozatHozva = false;
|
|
this.m_HatarozatStatusz = null;
|
|
this.m_Indoklas = null;
|
|
this.m_Osztalya = null;
|
|
this.m_KozteruletJellegeNev = null;
|
|
this.m_OrszagTipusId = null;
|
|
this.m_THKozteruletJellegeNev = null;
|
|
this.m_THOrszagTipusId = null;
|
|
this.m_TKKozteruletJellegeNev = null;
|
|
this.m_TKKozteruletJellegeNev2 = null;
|
|
this.m_TKOrszagTipusId = null;
|
|
this.m_TKOrszagTipusId2 = null;
|
|
this.m_IsKozpontiMegjelent = false;
|
|
this.m_KorzetesIskolaCime = null;
|
|
this.m_KorzetesIskolaNeve = null;
|
|
this.m_FelekezetTipusId = null;
|
|
this.m_HatranyosHelyzetTipusId = null;
|
|
this.m_IsNemMagyarOvoda = false;
|
|
this.m_IsOktAzonNelkuli = false;
|
|
this.m_NemzetisegTipusId = null;
|
|
this.m_OktAzonIndoklas = null;
|
|
this.m_OvodaiEvek = null;
|
|
this.m_Tagozatnev = null;
|
|
this.m_TKJogalapTipus2Id = null;
|
|
this.m_TKJogalapTipusId = null;
|
|
this.m_TKSzuletesiNev = null;
|
|
this.m_TKSzuletesiNev2 = null;
|
|
this.m_IsOsszevontOsztalyba = false;
|
|
|
|
// alaphelyzetbe állítjuk az asszociációkból származó mezőket
|
|
this.m_FeladatEllatasiHelyId = -1;
|
|
this.m_FeladatEllatasiHely = null; // Entity
|
|
this.m_KIRKontenerElem = null; // EntityCollection
|
|
this.m_IntezmenyId = -1;
|
|
this.m_Intezmeny = null; // Entity
|
|
this.m_TanevId = -1;
|
|
this.m_Tanev = null; // Entity
|
|
}
|
|
|
|
#endregion
|
|
|
|
protected override void DeAssociateBeforeDelete(bool runHandler = false)
|
|
{
|
|
// Nem kaszkád törölhető asszociációk ellenőrzése, hogy üresek-e...
|
|
|
|
// FeladatEllatasiHely esetében mi mutatunk a másikra: startrole: *, endrole: 0..1
|
|
if (this.KIRKontenerElem.Count > 0)
|
|
{
|
|
throw new EntityDeleteFailedException("Nebulo", "KIRKontenerElem", EntityUtil.GetAssociationDescription("T_KIRKONTENERELEM_OSSZES", "C_NEBULOID")); // nincs kapcsolotabla
|
|
}
|
|
// Intezmeny esetében mi mutatunk a másikra: startrole: *, endrole: 1
|
|
// Tanev esetében mi mutatunk a másikra: startrole: *, endrole: 1
|
|
|
|
// kaszkád törlések...
|
|
|
|
}
|
|
|
|
#region Mezők és tulajdonságok
|
|
|
|
#region Egyszerű mezők
|
|
|
|
#region Allampolgarsaga
|
|
|
|
protected internal int? /* DictionaryItem */ m_Allampolgarsaga;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("Allampolgarsaga", EntityPropertyBaseType.ValueType, typeof(int /* DictionaryItem */), EntityCopyMethod.ShallowCopy)]
|
|
[EntityDictionaryItemProperty("Allampolgarsaga", "Allampolgarsag", typeof(SDA.Kreta.Entities.Allampolgarsag))]
|
|
|
|
public virtual int? /* DictionaryItem */ Allampolgarsaga
|
|
{
|
|
get
|
|
{
|
|
return m_Allampolgarsaga;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_Allampolgarsaga == value) return;
|
|
m_Allampolgarsaga = value;
|
|
FieldModified("Allampolgarsaga", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region Allampolgarsaga2
|
|
|
|
protected internal int? /* DictionaryItem */ m_Allampolgarsaga2;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("Allampolgarsaga2", EntityPropertyBaseType.ValueType, typeof(int /* DictionaryItem */), EntityCopyMethod.ShallowCopy)]
|
|
[EntityDictionaryItemProperty("Allampolgarsaga2", "Allampolgarsag", typeof(SDA.Kreta.Entities.Allampolgarsag))]
|
|
|
|
public virtual int? /* DictionaryItem */ Allampolgarsaga2
|
|
{
|
|
get
|
|
{
|
|
return m_Allampolgarsaga2;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_Allampolgarsaga2 == value) return;
|
|
m_Allampolgarsaga2 = value;
|
|
FieldModified("Allampolgarsaga2", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region Anyanyelve
|
|
|
|
protected internal int? /* DictionaryItem */ m_Anyanyelve;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("Anyanyelve", EntityPropertyBaseType.ValueType, typeof(int /* DictionaryItem */), EntityCopyMethod.ShallowCopy)]
|
|
[EntityDictionaryItemProperty("Anyanyelve", "Anyanyelv", typeof(SDA.Kreta.Entities.Anyanyelv))]
|
|
|
|
public virtual int? /* DictionaryItem */ Anyanyelve
|
|
{
|
|
get
|
|
{
|
|
return m_Anyanyelve;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_Anyanyelve == value) return;
|
|
m_Anyanyelve = value;
|
|
FieldModified("Anyanyelve", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region AzIskolaALakohelyetolEgyKilometerenBelulTalalhato
|
|
|
|
protected internal bool? m_AzIskolaALakohelyetolEgyKilometerenBelulTalalhato;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("AzIskolaALakohelyetolEgyKilometerenBelulTalalhato", EntityPropertyBaseType.ValueType, typeof(bool), EntityCopyMethod.ShallowCopy)]
|
|
public virtual bool? AzIskolaALakohelyetolEgyKilometerenBelulTalalhato
|
|
{
|
|
get
|
|
{
|
|
return m_AzIskolaALakohelyetolEgyKilometerenBelulTalalhato;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_AzIskolaALakohelyetolEgyKilometerenBelulTalalhato == value) return;
|
|
m_AzIskolaALakohelyetolEgyKilometerenBelulTalalhato = value;
|
|
FieldModified("AzIskolaALakohelyetolEgyKilometerenBelulTalalhato", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region EdesanyjaSzuletesiCsaladiNeve
|
|
|
|
protected internal string m_EdesanyjaSzuletesiCsaladiNeve;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("EdesanyjaSzuletesiCsaladiNeve", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string EdesanyjaSzuletesiCsaladiNeve
|
|
{
|
|
get
|
|
{
|
|
return m_EdesanyjaSzuletesiCsaladiNeve;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_EdesanyjaSzuletesiCsaladiNeve == value) return;
|
|
m_EdesanyjaSzuletesiCsaladiNeve = value;
|
|
FieldModified("EdesanyjaSzuletesiCsaladiNeve", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region EdesanyjaSzuletesiUtoneve
|
|
|
|
protected internal string m_EdesanyjaSzuletesiUtoneve;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("EdesanyjaSzuletesiUtoneve", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string EdesanyjaSzuletesiUtoneve
|
|
{
|
|
get
|
|
{
|
|
return m_EdesanyjaSzuletesiUtoneve;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_EdesanyjaSzuletesiUtoneve == value) return;
|
|
m_EdesanyjaSzuletesiUtoneve = value;
|
|
FieldModified("EdesanyjaSzuletesiUtoneve", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region EletvitelszeruOttLakasKorzetes
|
|
|
|
protected internal bool? m_EletvitelszeruOttLakasKorzetes;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("EletvitelszeruOttLakasKorzetes", EntityPropertyBaseType.ValueType, typeof(bool), EntityCopyMethod.ShallowCopy)]
|
|
public virtual bool? EletvitelszeruOttLakasKorzetes
|
|
{
|
|
get
|
|
{
|
|
return m_EletvitelszeruOttLakasKorzetes;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_EletvitelszeruOttLakasKorzetes == value) return;
|
|
m_EletvitelszeruOttLakasKorzetes = value;
|
|
FieldModified("EletvitelszeruOttLakasKorzetes", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region Elotag
|
|
|
|
protected internal string m_Elotag;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("Elotag", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string Elotag
|
|
{
|
|
get
|
|
{
|
|
return m_Elotag;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_Elotag == value) return;
|
|
m_Elotag = value;
|
|
FieldModified("Elotag", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region EtikaHitErkolcstan
|
|
|
|
protected internal int? m_EtikaHitErkolcstan;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("EtikaHitErkolcstan", EntityPropertyBaseType.ValueType, typeof(int), EntityCopyMethod.ShallowCopy)]
|
|
public virtual int? EtikaHitErkolcstan
|
|
{
|
|
get
|
|
{
|
|
return m_EtikaHitErkolcstan;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_EtikaHitErkolcstan == value) return;
|
|
m_EtikaHitErkolcstan = value;
|
|
FieldModified("EtikaHitErkolcstan", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region FelvetelStatusza
|
|
|
|
protected internal int? /* DictionaryItem */ m_FelvetelStatusza;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("FelvetelStatusza", EntityPropertyBaseType.ValueType, typeof(int /* DictionaryItem */), EntityCopyMethod.ShallowCopy)]
|
|
[EntityDictionaryItemProperty("FelvetelStatusza", "FelvetelStatuszaTipus", typeof(SDA.Kreta.Entities.FelvetelStatuszaTipus))]
|
|
|
|
public virtual int? /* DictionaryItem */ FelvetelStatusza
|
|
{
|
|
get
|
|
{
|
|
return m_FelvetelStatusza;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_FelvetelStatusza == value) return;
|
|
m_FelvetelStatusza = value;
|
|
FieldModified("FelvetelStatusza", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region KepviseloCimeAzonos
|
|
|
|
protected internal bool m_KepviseloCimeAzonos;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("KepviseloCimeAzonos", EntityPropertyBaseType.ValueType, typeof(bool), EntityCopyMethod.ShallowCopy)]
|
|
public virtual bool KepviseloCimeAzonos
|
|
{
|
|
get
|
|
{
|
|
return m_KepviseloCimeAzonos;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_KepviseloCimeAzonos == value) return;
|
|
m_KepviseloCimeAzonos = value;
|
|
FieldModified("KepviseloCimeAzonos", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region Megjegyzes
|
|
|
|
protected internal string m_Megjegyzes;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("Megjegyzes", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string Megjegyzes
|
|
{
|
|
get
|
|
{
|
|
return m_Megjegyzes;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_Megjegyzes == value) return;
|
|
m_Megjegyzes = value;
|
|
FieldModified("Megjegyzes", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region Neme
|
|
|
|
protected internal int? /* DictionaryItem */ m_Neme;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("Neme", EntityPropertyBaseType.ValueType, typeof(int /* DictionaryItem */), EntityCopyMethod.ShallowCopy)]
|
|
[EntityDictionaryItemProperty("Neme", "Nem", typeof(SDA.Kreta.Entities.Nem))]
|
|
|
|
public virtual int? /* DictionaryItem */ Neme
|
|
{
|
|
get
|
|
{
|
|
return m_Neme;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_Neme == value) return;
|
|
m_Neme = value;
|
|
FieldModified("Neme", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region OktatasiAzonositoSzama
|
|
|
|
protected internal string m_OktatasiAzonositoSzama;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("OktatasiAzonositoSzama", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string OktatasiAzonositoSzama
|
|
{
|
|
get
|
|
{
|
|
return m_OktatasiAzonositoSzama;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_OktatasiAzonositoSzama == value) return;
|
|
m_OktatasiAzonositoSzama = value;
|
|
FieldModified("OktatasiAzonositoSzama", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region OvodaAzonosito
|
|
|
|
protected internal string m_OvodaAzonosito;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("OvodaAzonosito", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string OvodaAzonosito
|
|
{
|
|
get
|
|
{
|
|
return m_OvodaAzonosito;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_OvodaAzonosito == value) return;
|
|
m_OvodaAzonosito = value;
|
|
FieldModified("OvodaAzonosito", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region OvodaNeve
|
|
|
|
protected internal string m_OvodaNeve;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("OvodaNeve", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string OvodaNeve
|
|
{
|
|
get
|
|
{
|
|
return m_OvodaNeve;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_OvodaNeve == value) return;
|
|
m_OvodaNeve = value;
|
|
FieldModified("OvodaNeve", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region SzakertoiBizottsagKormanyhivatalAltalKijelolttanulo
|
|
|
|
protected internal bool? m_SzakertoiBizottsagKormanyhivatalAltalKijelolttanulo;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("SzakertoiBizottsagKormanyhivatalAltalKijelolttanulo", EntityPropertyBaseType.ValueType, typeof(bool), EntityCopyMethod.ShallowCopy)]
|
|
public virtual bool? SzakertoiBizottsagKormanyhivatalAltalKijelolttanulo
|
|
{
|
|
get
|
|
{
|
|
return m_SzakertoiBizottsagKormanyhivatalAltalKijelolttanulo;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_SzakertoiBizottsagKormanyhivatalAltalKijelolttanulo == value) return;
|
|
m_SzakertoiBizottsagKormanyhivatalAltalKijelolttanulo = value;
|
|
FieldModified("SzakertoiBizottsagKormanyhivatalAltalKijelolttanulo", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region SzuletesiCsaladiNeve
|
|
|
|
protected internal string m_SzuletesiCsaladiNeve;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("SzuletesiCsaladiNeve", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string SzuletesiCsaladiNeve
|
|
{
|
|
get
|
|
{
|
|
return m_SzuletesiCsaladiNeve;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_SzuletesiCsaladiNeve == value) return;
|
|
m_SzuletesiCsaladiNeve = value;
|
|
FieldModified("SzuletesiCsaladiNeve", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region SzuletesiHely
|
|
|
|
protected internal string m_SzuletesiHely;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("SzuletesiHely", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string SzuletesiHely
|
|
{
|
|
get
|
|
{
|
|
return m_SzuletesiHely;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_SzuletesiHely == value) return;
|
|
m_SzuletesiHely = value;
|
|
FieldModified("SzuletesiHely", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region SzuletesiIdo
|
|
|
|
protected internal DateTime m_SzuletesiIdo;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("SzuletesiIdo", EntityPropertyBaseType.ValueType, typeof(DateTime), EntityCopyMethod.ShallowCopy)]
|
|
public virtual DateTime SzuletesiIdo
|
|
{
|
|
get
|
|
{
|
|
return m_SzuletesiIdo;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_SzuletesiIdo == value) return;
|
|
m_SzuletesiIdo = value;
|
|
FieldModified("SzuletesiIdo", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region SzuletesiOrszag
|
|
|
|
protected internal int /* DictionaryItem */ m_SzuletesiOrszag;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("SzuletesiOrszag", EntityPropertyBaseType.ValueType, typeof(int /* DictionaryItem */), EntityCopyMethod.ShallowCopy)]
|
|
[EntityDictionaryItemProperty("SzuletesiOrszag", "OrszagTipus", typeof(SDA.Kreta.Entities.OrszagTipus))]
|
|
|
|
public virtual int /* DictionaryItem */ SzuletesiOrszag
|
|
{
|
|
get
|
|
{
|
|
return m_SzuletesiOrszag;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_SzuletesiOrszag == value) return;
|
|
m_SzuletesiOrszag = value;
|
|
FieldModified("SzuletesiOrszag", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region SzuletesiUtoneve
|
|
|
|
protected internal string m_SzuletesiUtoneve;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("SzuletesiUtoneve", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string SzuletesiUtoneve
|
|
{
|
|
get
|
|
{
|
|
return m_SzuletesiUtoneve;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_SzuletesiUtoneve == value) return;
|
|
m_SzuletesiUtoneve = value;
|
|
FieldModified("SzuletesiUtoneve", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region SzulojenekMunkahelyeAzIskolaKorzetebenTalalhato
|
|
|
|
protected internal bool? m_SzulojenekMunkahelyeAzIskolaKorzetebenTalalhato;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("SzulojenekMunkahelyeAzIskolaKorzetebenTalalhato", EntityPropertyBaseType.ValueType, typeof(bool), EntityCopyMethod.ShallowCopy)]
|
|
public virtual bool? SzulojenekMunkahelyeAzIskolaKorzetebenTalalhato
|
|
{
|
|
get
|
|
{
|
|
return m_SzulojenekMunkahelyeAzIskolaKorzetebenTalalhato;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_SzulojenekMunkahelyeAzIskolaKorzetebenTalalhato == value) return;
|
|
m_SzulojenekMunkahelyeAzIskolaKorzetebenTalalhato = value;
|
|
FieldModified("SzulojenekMunkahelyeAzIskolaKorzetebenTalalhato", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region SzulojeTestvereTartosanBetegVagyFogyatekkalElo
|
|
|
|
protected internal bool? m_SzulojeTestvereTartosanBetegVagyFogyatekkalElo;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("SzulojeTestvereTartosanBetegVagyFogyatekkalElo", EntityPropertyBaseType.ValueType, typeof(bool), EntityCopyMethod.ShallowCopy)]
|
|
public virtual bool? SzulojeTestvereTartosanBetegVagyFogyatekkalElo
|
|
{
|
|
get
|
|
{
|
|
return m_SzulojeTestvereTartosanBetegVagyFogyatekkalElo;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_SzulojeTestvereTartosanBetegVagyFogyatekkalElo == value) return;
|
|
m_SzulojeTestvereTartosanBetegVagyFogyatekkalElo = value;
|
|
FieldModified("SzulojeTestvereTartosanBetegVagyFogyatekkalElo", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region Tagozat
|
|
|
|
protected internal int? /* DictionaryItem */ m_Tagozat;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("Tagozat", EntityPropertyBaseType.ValueType, typeof(int /* DictionaryItem */), EntityCopyMethod.ShallowCopy)]
|
|
[EntityDictionaryItemProperty("Tagozat", "TagozatTipus", typeof(SDA.Kreta.Entities.TagozatTipus))]
|
|
|
|
public virtual int? /* DictionaryItem */ Tagozat
|
|
{
|
|
get
|
|
{
|
|
return m_Tagozat;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_Tagozat == value) return;
|
|
m_Tagozat = value;
|
|
FieldModified("Tagozat", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TanuloCsaladiNeve
|
|
|
|
protected internal string m_TanuloCsaladiNeve;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TanuloCsaladiNeve", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string TanuloCsaladiNeve
|
|
{
|
|
get
|
|
{
|
|
return m_TanuloCsaladiNeve;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TanuloCsaladiNeve == value) return;
|
|
m_TanuloCsaladiNeve = value;
|
|
FieldModified("TanuloCsaladiNeve", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TanuloUtoneve
|
|
|
|
protected internal string m_TanuloUtoneve;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TanuloUtoneve", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string TanuloUtoneve
|
|
{
|
|
get
|
|
{
|
|
return m_TanuloUtoneve;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TanuloUtoneve == value) return;
|
|
m_TanuloUtoneve = value;
|
|
FieldModified("TanuloUtoneve", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TestvereAzIntezmenyTanuloja
|
|
|
|
protected internal bool? m_TestvereAzIntezmenyTanuloja;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TestvereAzIntezmenyTanuloja", EntityPropertyBaseType.ValueType, typeof(bool), EntityCopyMethod.ShallowCopy)]
|
|
public virtual bool? TestvereAzIntezmenyTanuloja
|
|
{
|
|
get
|
|
{
|
|
return m_TestvereAzIntezmenyTanuloja;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TestvereAzIntezmenyTanuloja == value) return;
|
|
m_TestvereAzIntezmenyTanuloja = value;
|
|
FieldModified("TestvereAzIntezmenyTanuloja", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TKEmailCim
|
|
|
|
protected internal string m_TKEmailCim;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TKEmailCim", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string TKEmailCim
|
|
{
|
|
get
|
|
{
|
|
return m_TKEmailCim;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TKEmailCim == value) return;
|
|
m_TKEmailCim = value;
|
|
FieldModified("TKEmailCim", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TKNeve
|
|
|
|
protected internal string m_TKNeve;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TKNeve", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string TKNeve
|
|
{
|
|
get
|
|
{
|
|
return m_TKNeve;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TKNeve == value) return;
|
|
m_TKNeve = value;
|
|
FieldModified("TKNeve", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TKRokonsagiFoka
|
|
|
|
protected internal int? /* DictionaryItem */ m_TKRokonsagiFoka;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TKRokonsagiFoka", EntityPropertyBaseType.ValueType, typeof(int /* DictionaryItem */), EntityCopyMethod.ShallowCopy)]
|
|
[EntityDictionaryItemProperty("TKRokonsagiFoka", "RokonsagiFok", typeof(SDA.Kreta.Entities.RokonsagiFok))]
|
|
|
|
public virtual int? /* DictionaryItem */ TKRokonsagiFoka
|
|
{
|
|
get
|
|
{
|
|
return m_TKRokonsagiFoka;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TKRokonsagiFoka == value) return;
|
|
m_TKRokonsagiFoka = value;
|
|
FieldModified("TKRokonsagiFoka", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TKTelefon
|
|
|
|
protected internal string m_TKTelefon;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TKTelefon", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string TKTelefon
|
|
{
|
|
get
|
|
{
|
|
return m_TKTelefon;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TKTelefon == value) return;
|
|
m_TKTelefon = value;
|
|
FieldModified("TKTelefon", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region Ajto
|
|
|
|
protected internal string m_Ajto;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("Ajto", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string Ajto
|
|
{
|
|
get
|
|
{
|
|
return m_Ajto;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_Ajto == value) return;
|
|
m_Ajto = value;
|
|
FieldModified("Ajto", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region Emelet
|
|
|
|
protected internal string m_Emelet;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("Emelet", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string Emelet
|
|
{
|
|
get
|
|
{
|
|
return m_Emelet;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_Emelet == value) return;
|
|
m_Emelet = value;
|
|
FieldModified("Emelet", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region Hazszam
|
|
|
|
protected internal string m_Hazszam;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("Hazszam", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string Hazszam
|
|
{
|
|
get
|
|
{
|
|
return m_Hazszam;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_Hazszam == value) return;
|
|
m_Hazszam = value;
|
|
FieldModified("Hazszam", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region HelysegNev
|
|
|
|
protected internal string m_HelysegNev;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("HelysegNev", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string HelysegNev
|
|
{
|
|
get
|
|
{
|
|
return m_HelysegNev;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_HelysegNev == value) return;
|
|
m_HelysegNev = value;
|
|
FieldModified("HelysegNev", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region Iranyitoszam
|
|
|
|
protected internal string m_Iranyitoszam;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("Iranyitoszam", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string Iranyitoszam
|
|
{
|
|
get
|
|
{
|
|
return m_Iranyitoszam;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_Iranyitoszam == value) return;
|
|
m_Iranyitoszam = value;
|
|
FieldModified("Iranyitoszam", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region KozteruletNev
|
|
|
|
protected internal string m_KozteruletNev;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("KozteruletNev", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string KozteruletNev
|
|
{
|
|
get
|
|
{
|
|
return m_KozteruletNev;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_KozteruletNev == value) return;
|
|
m_KozteruletNev = value;
|
|
FieldModified("KozteruletNev", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TKAjto
|
|
|
|
protected internal string m_TKAjto;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TKAjto", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string TKAjto
|
|
{
|
|
get
|
|
{
|
|
return m_TKAjto;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TKAjto == value) return;
|
|
m_TKAjto = value;
|
|
FieldModified("TKAjto", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TKEmelet
|
|
|
|
protected internal string m_TKEmelet;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TKEmelet", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string TKEmelet
|
|
{
|
|
get
|
|
{
|
|
return m_TKEmelet;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TKEmelet == value) return;
|
|
m_TKEmelet = value;
|
|
FieldModified("TKEmelet", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TKHazszam
|
|
|
|
protected internal string m_TKHazszam;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TKHazszam", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string TKHazszam
|
|
{
|
|
get
|
|
{
|
|
return m_TKHazszam;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TKHazszam == value) return;
|
|
m_TKHazszam = value;
|
|
FieldModified("TKHazszam", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TKHelysegNev
|
|
|
|
protected internal string m_TKHelysegNev;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TKHelysegNev", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string TKHelysegNev
|
|
{
|
|
get
|
|
{
|
|
return m_TKHelysegNev;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TKHelysegNev == value) return;
|
|
m_TKHelysegNev = value;
|
|
FieldModified("TKHelysegNev", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TKIranyitoszam
|
|
|
|
protected internal string m_TKIranyitoszam;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TKIranyitoszam", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string TKIranyitoszam
|
|
{
|
|
get
|
|
{
|
|
return m_TKIranyitoszam;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TKIranyitoszam == value) return;
|
|
m_TKIranyitoszam = value;
|
|
FieldModified("TKIranyitoszam", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TKKozteruletNev
|
|
|
|
protected internal string m_TKKozteruletNev;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TKKozteruletNev", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string TKKozteruletNev
|
|
{
|
|
get
|
|
{
|
|
return m_TKKozteruletNev;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TKKozteruletNev == value) return;
|
|
m_TKKozteruletNev = value;
|
|
FieldModified("TKKozteruletNev", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region BTM
|
|
|
|
protected internal bool? m_BTM;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("BTM", EntityPropertyBaseType.ValueType, typeof(bool), EntityCopyMethod.ShallowCopy)]
|
|
public virtual bool? BTM
|
|
{
|
|
get
|
|
{
|
|
return m_BTM;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_BTM == value) return;
|
|
m_BTM = value;
|
|
FieldModified("BTM", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region BTMLetszamSuly
|
|
|
|
protected internal double? m_BTMLetszamSuly;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("BTMLetszamSuly", EntityPropertyBaseType.ValueType, typeof(double), EntityCopyMethod.ShallowCopy)]
|
|
public virtual double? BTMLetszamSuly
|
|
{
|
|
get
|
|
{
|
|
return m_BTMLetszamSuly;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_BTMLetszamSuly == value) return;
|
|
m_BTMLetszamSuly = value;
|
|
FieldModified("BTMLetszamSuly", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region SNI
|
|
|
|
protected internal bool? m_SNI;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("SNI", EntityPropertyBaseType.ValueType, typeof(bool), EntityCopyMethod.ShallowCopy)]
|
|
public virtual bool? SNI
|
|
{
|
|
get
|
|
{
|
|
return m_SNI;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_SNI == value) return;
|
|
m_SNI = value;
|
|
FieldModified("SNI", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region SNILetszamSuly
|
|
|
|
protected internal double? m_SNILetszamSuly;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("SNILetszamSuly", EntityPropertyBaseType.ValueType, typeof(double), EntityCopyMethod.ShallowCopy)]
|
|
public virtual double? SNILetszamSuly
|
|
{
|
|
get
|
|
{
|
|
return m_SNILetszamSuly;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_SNILetszamSuly == value) return;
|
|
m_SNILetszamSuly = value;
|
|
FieldModified("SNILetszamSuly", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region THAjto
|
|
|
|
protected internal string m_THAjto;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("THAjto", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string THAjto
|
|
{
|
|
get
|
|
{
|
|
return m_THAjto;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_THAjto == value) return;
|
|
m_THAjto = value;
|
|
FieldModified("THAjto", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region THHazszam
|
|
|
|
protected internal string m_THHazszam;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("THHazszam", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string THHazszam
|
|
{
|
|
get
|
|
{
|
|
return m_THHazszam;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_THHazszam == value) return;
|
|
m_THHazszam = value;
|
|
FieldModified("THHazszam", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region THHelysegNev
|
|
|
|
protected internal string m_THHelysegNev;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("THHelysegNev", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string THHelysegNev
|
|
{
|
|
get
|
|
{
|
|
return m_THHelysegNev;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_THHelysegNev == value) return;
|
|
m_THHelysegNev = value;
|
|
FieldModified("THHelysegNev", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region THIranyitoszam
|
|
|
|
protected internal string m_THIranyitoszam;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("THIranyitoszam", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string THIranyitoszam
|
|
{
|
|
get
|
|
{
|
|
return m_THIranyitoszam;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_THIranyitoszam == value) return;
|
|
m_THIranyitoszam = value;
|
|
FieldModified("THIranyitoszam", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region THKozteruletNev
|
|
|
|
protected internal string m_THKozteruletNev;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("THKozteruletNev", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string THKozteruletNev
|
|
{
|
|
get
|
|
{
|
|
return m_THKozteruletNev;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_THKozteruletNev == value) return;
|
|
m_THKozteruletNev = value;
|
|
FieldModified("THKozteruletNev", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region THEmelet
|
|
|
|
protected internal string m_THEmelet;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("THEmelet", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string THEmelet
|
|
{
|
|
get
|
|
{
|
|
return m_THEmelet;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_THEmelet == value) return;
|
|
m_THEmelet = value;
|
|
FieldModified("THEmelet", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TartozkodasiHelyAzonos
|
|
|
|
protected internal bool m_TartozkodasiHelyAzonos;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TartozkodasiHelyAzonos", EntityPropertyBaseType.ValueType, typeof(bool), EntityCopyMethod.ShallowCopy)]
|
|
public virtual bool TartozkodasiHelyAzonos
|
|
{
|
|
get
|
|
{
|
|
return m_TartozkodasiHelyAzonos;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TartozkodasiHelyAzonos == value) return;
|
|
m_TartozkodasiHelyAzonos = value;
|
|
FieldModified("TartozkodasiHelyAzonos", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region Kepviselo2CimeAzonos
|
|
|
|
protected internal bool m_Kepviselo2CimeAzonos;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("Kepviselo2CimeAzonos", EntityPropertyBaseType.ValueType, typeof(bool), EntityCopyMethod.ShallowCopy)]
|
|
public virtual bool Kepviselo2CimeAzonos
|
|
{
|
|
get
|
|
{
|
|
return m_Kepviselo2CimeAzonos;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_Kepviselo2CimeAzonos == value) return;
|
|
m_Kepviselo2CimeAzonos = value;
|
|
FieldModified("Kepviselo2CimeAzonos", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TKAjto2
|
|
|
|
protected internal string m_TKAjto2;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TKAjto2", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string TKAjto2
|
|
{
|
|
get
|
|
{
|
|
return m_TKAjto2;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TKAjto2 == value) return;
|
|
m_TKAjto2 = value;
|
|
FieldModified("TKAjto2", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TKEmailCim2
|
|
|
|
protected internal string m_TKEmailCim2;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TKEmailCim2", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string TKEmailCim2
|
|
{
|
|
get
|
|
{
|
|
return m_TKEmailCim2;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TKEmailCim2 == value) return;
|
|
m_TKEmailCim2 = value;
|
|
FieldModified("TKEmailCim2", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TKEmelet2
|
|
|
|
protected internal string m_TKEmelet2;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TKEmelet2", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string TKEmelet2
|
|
{
|
|
get
|
|
{
|
|
return m_TKEmelet2;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TKEmelet2 == value) return;
|
|
m_TKEmelet2 = value;
|
|
FieldModified("TKEmelet2", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TKHazszam2
|
|
|
|
protected internal string m_TKHazszam2;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TKHazszam2", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string TKHazszam2
|
|
{
|
|
get
|
|
{
|
|
return m_TKHazszam2;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TKHazszam2 == value) return;
|
|
m_TKHazszam2 = value;
|
|
FieldModified("TKHazszam2", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TKHelysegNev2
|
|
|
|
protected internal string m_TKHelysegNev2;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TKHelysegNev2", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string TKHelysegNev2
|
|
{
|
|
get
|
|
{
|
|
return m_TKHelysegNev2;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TKHelysegNev2 == value) return;
|
|
m_TKHelysegNev2 = value;
|
|
FieldModified("TKHelysegNev2", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TKIranyitoszam2
|
|
|
|
protected internal string m_TKIranyitoszam2;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TKIranyitoszam2", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string TKIranyitoszam2
|
|
{
|
|
get
|
|
{
|
|
return m_TKIranyitoszam2;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TKIranyitoszam2 == value) return;
|
|
m_TKIranyitoszam2 = value;
|
|
FieldModified("TKIranyitoszam2", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TKKozteruletNev2
|
|
|
|
protected internal string m_TKKozteruletNev2;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TKKozteruletNev2", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string TKKozteruletNev2
|
|
{
|
|
get
|
|
{
|
|
return m_TKKozteruletNev2;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TKKozteruletNev2 == value) return;
|
|
m_TKKozteruletNev2 = value;
|
|
FieldModified("TKKozteruletNev2", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TKNeve2
|
|
|
|
protected internal string m_TKNeve2;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TKNeve2", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string TKNeve2
|
|
{
|
|
get
|
|
{
|
|
return m_TKNeve2;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TKNeve2 == value) return;
|
|
m_TKNeve2 = value;
|
|
FieldModified("TKNeve2", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TKRokonsagiFoka2
|
|
|
|
protected internal int? /* DictionaryItem */ m_TKRokonsagiFoka2;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TKRokonsagiFoka2", EntityPropertyBaseType.ValueType, typeof(int /* DictionaryItem */), EntityCopyMethod.ShallowCopy)]
|
|
[EntityDictionaryItemProperty("TKRokonsagiFoka2", "RokonsagiFok", typeof(SDA.Kreta.Entities.RokonsagiFok))]
|
|
|
|
public virtual int? /* DictionaryItem */ TKRokonsagiFoka2
|
|
{
|
|
get
|
|
{
|
|
return m_TKRokonsagiFoka2;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TKRokonsagiFoka2 == value) return;
|
|
m_TKRokonsagiFoka2 = value;
|
|
FieldModified("TKRokonsagiFoka2", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TKTelefon2
|
|
|
|
protected internal string m_TKTelefon2;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TKTelefon2", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string TKTelefon2
|
|
{
|
|
get
|
|
{
|
|
return m_TKTelefon2;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TKTelefon2 == value) return;
|
|
m_TKTelefon2 = value;
|
|
FieldModified("TKTelefon2", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region ErtesitesDatuma
|
|
|
|
protected internal DateTime? m_ErtesitesDatuma;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("ErtesitesDatuma", EntityPropertyBaseType.ValueType, typeof(DateTime), EntityCopyMethod.ShallowCopy)]
|
|
public virtual DateTime? ErtesitesDatuma
|
|
{
|
|
get
|
|
{
|
|
return m_ErtesitesDatuma;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_ErtesitesDatuma == value) return;
|
|
m_ErtesitesDatuma = value;
|
|
FieldModified("ErtesitesDatuma", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region Importalt
|
|
|
|
protected internal bool m_Importalt;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("Importalt", EntityPropertyBaseType.ValueType, typeof(bool), EntityCopyMethod.ShallowCopy)]
|
|
public virtual bool Importalt
|
|
{
|
|
get
|
|
{
|
|
return m_Importalt;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_Importalt == value) return;
|
|
m_Importalt = value;
|
|
FieldModified("Importalt", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region KirSzolgaltatasTipusId
|
|
|
|
protected internal int? /* DictionaryItem */ m_KirSzolgaltatasTipusId;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("KirSzolgaltatasTipusId", EntityPropertyBaseType.ValueType, typeof(int /* DictionaryItem */), EntityCopyMethod.ShallowCopy)]
|
|
[EntityDictionaryItemProperty("KirSzolgaltatasTipusId", "KirSzolgaltatasTipus", typeof(SDA.Kreta.Entities.KirSzolgaltatasTipus))]
|
|
|
|
public virtual int? /* DictionaryItem */ KirSzolgaltatasTipusId
|
|
{
|
|
get
|
|
{
|
|
return m_KirSzolgaltatasTipusId;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_KirSzolgaltatasTipusId == value) return;
|
|
m_KirSzolgaltatasTipusId = value;
|
|
FieldModified("KirSzolgaltatasTipusId", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region KirStatusz
|
|
|
|
protected internal string m_KirStatusz;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("KirStatusz", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string KirStatusz
|
|
{
|
|
get
|
|
{
|
|
return m_KirStatusz;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_KirStatusz == value) return;
|
|
m_KirStatusz = value;
|
|
FieldModified("KirStatusz", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region EugybaiRogzitett
|
|
|
|
protected internal bool m_EugybaiRogzitett;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("EugybaiRogzitett", EntityPropertyBaseType.ValueType, typeof(bool), EntityCopyMethod.ShallowCopy)]
|
|
public virtual bool EugybaiRogzitett
|
|
{
|
|
get
|
|
{
|
|
return m_EugybaiRogzitett;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_EugybaiRogzitett == value) return;
|
|
m_EugybaiRogzitett = value;
|
|
FieldModified("EugybaiRogzitett", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region EugyModositott
|
|
|
|
protected internal bool m_EugyModositott;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("EugyModositott", EntityPropertyBaseType.ValueType, typeof(bool), EntityCopyMethod.ShallowCopy)]
|
|
public virtual bool EugyModositott
|
|
{
|
|
get
|
|
{
|
|
return m_EugyModositott;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_EugyModositott == value) return;
|
|
m_EugyModositott = value;
|
|
FieldModified("EugyModositott", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region EugySzam
|
|
|
|
protected internal string m_EugySzam;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("EugySzam", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string EugySzam
|
|
{
|
|
get
|
|
{
|
|
return m_EugySzam;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_EugySzam == value) return;
|
|
m_EugySzam = value;
|
|
FieldModified("EugySzam", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region HatarozatDatuma
|
|
|
|
protected internal DateTime? m_HatarozatDatuma;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("HatarozatDatuma", EntityPropertyBaseType.ValueType, typeof(DateTime), EntityCopyMethod.ShallowCopy)]
|
|
public virtual DateTime? HatarozatDatuma
|
|
{
|
|
get
|
|
{
|
|
return m_HatarozatDatuma;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_HatarozatDatuma == value) return;
|
|
m_HatarozatDatuma = value;
|
|
FieldModified("HatarozatDatuma", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region IsHatarozatHozva
|
|
|
|
protected internal bool m_IsHatarozatHozva;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("IsHatarozatHozva", EntityPropertyBaseType.ValueType, typeof(bool), EntityCopyMethod.ShallowCopy)]
|
|
public virtual bool IsHatarozatHozva
|
|
{
|
|
get
|
|
{
|
|
return m_IsHatarozatHozva;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_IsHatarozatHozva == value) return;
|
|
m_IsHatarozatHozva = value;
|
|
FieldModified("IsHatarozatHozva", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region HatarozatStatusz
|
|
|
|
protected internal int? m_HatarozatStatusz;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("HatarozatStatusz", EntityPropertyBaseType.ValueType, typeof(int), EntityCopyMethod.ShallowCopy)]
|
|
public virtual int? HatarozatStatusz
|
|
{
|
|
get
|
|
{
|
|
return m_HatarozatStatusz;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_HatarozatStatusz == value) return;
|
|
m_HatarozatStatusz = value;
|
|
FieldModified("HatarozatStatusz", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region Indoklas
|
|
|
|
protected internal string m_Indoklas;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("Indoklas", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string Indoklas
|
|
{
|
|
get
|
|
{
|
|
return m_Indoklas;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_Indoklas == value) return;
|
|
m_Indoklas = value;
|
|
FieldModified("Indoklas", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region Osztalya
|
|
|
|
protected internal string m_Osztalya;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("Osztalya", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string Osztalya
|
|
{
|
|
get
|
|
{
|
|
return m_Osztalya;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_Osztalya == value) return;
|
|
m_Osztalya = value;
|
|
FieldModified("Osztalya", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region KozteruletJellegeNev
|
|
|
|
protected internal string m_KozteruletJellegeNev;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("KozteruletJellegeNev", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string KozteruletJellegeNev
|
|
{
|
|
get
|
|
{
|
|
return m_KozteruletJellegeNev;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_KozteruletJellegeNev == value) return;
|
|
m_KozteruletJellegeNev = value;
|
|
FieldModified("KozteruletJellegeNev", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region OrszagTipusId
|
|
|
|
protected internal int? /* DictionaryItem */ m_OrszagTipusId;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("OrszagTipusId", EntityPropertyBaseType.ValueType, typeof(int /* DictionaryItem */), EntityCopyMethod.ShallowCopy)]
|
|
[EntityDictionaryItemProperty("OrszagTipusId", "OrszagTipus", typeof(SDA.Kreta.Entities.OrszagTipus))]
|
|
|
|
public virtual int? /* DictionaryItem */ OrszagTipusId
|
|
{
|
|
get
|
|
{
|
|
return m_OrszagTipusId;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_OrszagTipusId == value) return;
|
|
m_OrszagTipusId = value;
|
|
FieldModified("OrszagTipusId", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region THKozteruletJellegeNev
|
|
|
|
protected internal string m_THKozteruletJellegeNev;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("THKozteruletJellegeNev", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string THKozteruletJellegeNev
|
|
{
|
|
get
|
|
{
|
|
return m_THKozteruletJellegeNev;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_THKozteruletJellegeNev == value) return;
|
|
m_THKozteruletJellegeNev = value;
|
|
FieldModified("THKozteruletJellegeNev", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region THOrszagTipusId
|
|
|
|
protected internal int? /* DictionaryItem */ m_THOrszagTipusId;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("THOrszagTipusId", EntityPropertyBaseType.ValueType, typeof(int /* DictionaryItem */), EntityCopyMethod.ShallowCopy)]
|
|
[EntityDictionaryItemProperty("THOrszagTipusId", "OrszagTipus", typeof(SDA.Kreta.Entities.OrszagTipus))]
|
|
|
|
public virtual int? /* DictionaryItem */ THOrszagTipusId
|
|
{
|
|
get
|
|
{
|
|
return m_THOrszagTipusId;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_THOrszagTipusId == value) return;
|
|
m_THOrszagTipusId = value;
|
|
FieldModified("THOrszagTipusId", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TKKozteruletJellegeNev
|
|
|
|
protected internal string m_TKKozteruletJellegeNev;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TKKozteruletJellegeNev", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string TKKozteruletJellegeNev
|
|
{
|
|
get
|
|
{
|
|
return m_TKKozteruletJellegeNev;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TKKozteruletJellegeNev == value) return;
|
|
m_TKKozteruletJellegeNev = value;
|
|
FieldModified("TKKozteruletJellegeNev", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TKKozteruletJellegeNev2
|
|
|
|
protected internal string m_TKKozteruletJellegeNev2;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TKKozteruletJellegeNev2", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string TKKozteruletJellegeNev2
|
|
{
|
|
get
|
|
{
|
|
return m_TKKozteruletJellegeNev2;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TKKozteruletJellegeNev2 == value) return;
|
|
m_TKKozteruletJellegeNev2 = value;
|
|
FieldModified("TKKozteruletJellegeNev2", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TKOrszagTipusId
|
|
|
|
protected internal int? /* DictionaryItem */ m_TKOrszagTipusId;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TKOrszagTipusId", EntityPropertyBaseType.ValueType, typeof(int /* DictionaryItem */), EntityCopyMethod.ShallowCopy)]
|
|
[EntityDictionaryItemProperty("TKOrszagTipusId", "OrszagTipus", typeof(SDA.Kreta.Entities.OrszagTipus))]
|
|
|
|
public virtual int? /* DictionaryItem */ TKOrszagTipusId
|
|
{
|
|
get
|
|
{
|
|
return m_TKOrszagTipusId;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TKOrszagTipusId == value) return;
|
|
m_TKOrszagTipusId = value;
|
|
FieldModified("TKOrszagTipusId", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TKOrszagTipusId2
|
|
|
|
protected internal int? /* DictionaryItem */ m_TKOrszagTipusId2;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TKOrszagTipusId2", EntityPropertyBaseType.ValueType, typeof(int /* DictionaryItem */), EntityCopyMethod.ShallowCopy)]
|
|
[EntityDictionaryItemProperty("TKOrszagTipusId2", "OrszagTipus", typeof(SDA.Kreta.Entities.OrszagTipus))]
|
|
|
|
public virtual int? /* DictionaryItem */ TKOrszagTipusId2
|
|
{
|
|
get
|
|
{
|
|
return m_TKOrszagTipusId2;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TKOrszagTipusId2 == value) return;
|
|
m_TKOrszagTipusId2 = value;
|
|
FieldModified("TKOrszagTipusId2", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region IsKozpontiMegjelent
|
|
|
|
protected internal bool m_IsKozpontiMegjelent;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("IsKozpontiMegjelent", EntityPropertyBaseType.ValueType, typeof(bool), EntityCopyMethod.ShallowCopy)]
|
|
public virtual bool IsKozpontiMegjelent
|
|
{
|
|
get
|
|
{
|
|
return m_IsKozpontiMegjelent;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_IsKozpontiMegjelent == value) return;
|
|
m_IsKozpontiMegjelent = value;
|
|
FieldModified("IsKozpontiMegjelent", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region KorzetesIskolaCime
|
|
|
|
protected internal string m_KorzetesIskolaCime;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("KorzetesIskolaCime", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string KorzetesIskolaCime
|
|
{
|
|
get
|
|
{
|
|
return m_KorzetesIskolaCime;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_KorzetesIskolaCime == value) return;
|
|
m_KorzetesIskolaCime = value;
|
|
FieldModified("KorzetesIskolaCime", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region KorzetesIskolaNeve
|
|
|
|
protected internal string m_KorzetesIskolaNeve;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("KorzetesIskolaNeve", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string KorzetesIskolaNeve
|
|
{
|
|
get
|
|
{
|
|
return m_KorzetesIskolaNeve;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_KorzetesIskolaNeve == value) return;
|
|
m_KorzetesIskolaNeve = value;
|
|
FieldModified("KorzetesIskolaNeve", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region FelekezetTipusId
|
|
|
|
protected internal int? /* DictionaryItem */ m_FelekezetTipusId;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("FelekezetTipusId", EntityPropertyBaseType.ValueType, typeof(int /* DictionaryItem */), EntityCopyMethod.ShallowCopy)]
|
|
[EntityDictionaryItemProperty("FelekezetTipusId", "FelekezetTipus", typeof(SDA.Kreta.Entities.FelekezetTipus))]
|
|
|
|
public virtual int? /* DictionaryItem */ FelekezetTipusId
|
|
{
|
|
get
|
|
{
|
|
return m_FelekezetTipusId;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_FelekezetTipusId == value) return;
|
|
m_FelekezetTipusId = value;
|
|
FieldModified("FelekezetTipusId", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region HatranyosHelyzetTipusId
|
|
|
|
protected internal int? /* DictionaryItem */ m_HatranyosHelyzetTipusId;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("HatranyosHelyzetTipusId", EntityPropertyBaseType.ValueType, typeof(int /* DictionaryItem */), EntityCopyMethod.ShallowCopy)]
|
|
[EntityDictionaryItemProperty("HatranyosHelyzetTipusId", "HatranyosHelyzetTipus", typeof(SDA.Kreta.Entities.HatranyosHelyzetTipus))]
|
|
|
|
public virtual int? /* DictionaryItem */ HatranyosHelyzetTipusId
|
|
{
|
|
get
|
|
{
|
|
return m_HatranyosHelyzetTipusId;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_HatranyosHelyzetTipusId == value) return;
|
|
m_HatranyosHelyzetTipusId = value;
|
|
FieldModified("HatranyosHelyzetTipusId", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region IsNemMagyarOvoda
|
|
|
|
protected internal bool m_IsNemMagyarOvoda;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("IsNemMagyarOvoda", EntityPropertyBaseType.ValueType, typeof(bool), EntityCopyMethod.ShallowCopy)]
|
|
public virtual bool IsNemMagyarOvoda
|
|
{
|
|
get
|
|
{
|
|
return m_IsNemMagyarOvoda;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_IsNemMagyarOvoda == value) return;
|
|
m_IsNemMagyarOvoda = value;
|
|
FieldModified("IsNemMagyarOvoda", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region IsOktAzonNelkuli
|
|
|
|
protected internal bool m_IsOktAzonNelkuli;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("IsOktAzonNelkuli", EntityPropertyBaseType.ValueType, typeof(bool), EntityCopyMethod.ShallowCopy)]
|
|
public virtual bool IsOktAzonNelkuli
|
|
{
|
|
get
|
|
{
|
|
return m_IsOktAzonNelkuli;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_IsOktAzonNelkuli == value) return;
|
|
m_IsOktAzonNelkuli = value;
|
|
FieldModified("IsOktAzonNelkuli", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region NemzetisegTipusId
|
|
|
|
protected internal int? /* DictionaryItem */ m_NemzetisegTipusId;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("NemzetisegTipusId", EntityPropertyBaseType.ValueType, typeof(int /* DictionaryItem */), EntityCopyMethod.ShallowCopy)]
|
|
[EntityDictionaryItemProperty("NemzetisegTipusId", "NemzetisegTipus", typeof(SDA.Kreta.Entities.NemzetisegTipus))]
|
|
|
|
public virtual int? /* DictionaryItem */ NemzetisegTipusId
|
|
{
|
|
get
|
|
{
|
|
return m_NemzetisegTipusId;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_NemzetisegTipusId == value) return;
|
|
m_NemzetisegTipusId = value;
|
|
FieldModified("NemzetisegTipusId", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region OktAzonIndoklas
|
|
|
|
protected internal string m_OktAzonIndoklas;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("OktAzonIndoklas", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string OktAzonIndoklas
|
|
{
|
|
get
|
|
{
|
|
return m_OktAzonIndoklas;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_OktAzonIndoklas == value) return;
|
|
m_OktAzonIndoklas = value;
|
|
FieldModified("OktAzonIndoklas", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region OvodaiEvek
|
|
|
|
protected internal double? m_OvodaiEvek;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("OvodaiEvek", EntityPropertyBaseType.ValueType, typeof(double), EntityCopyMethod.ShallowCopy)]
|
|
public virtual double? OvodaiEvek
|
|
{
|
|
get
|
|
{
|
|
return m_OvodaiEvek;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_OvodaiEvek == value) return;
|
|
m_OvodaiEvek = value;
|
|
FieldModified("OvodaiEvek", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region Tagozatnev
|
|
|
|
protected internal string m_Tagozatnev;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("Tagozatnev", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string Tagozatnev
|
|
{
|
|
get
|
|
{
|
|
return m_Tagozatnev;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_Tagozatnev == value) return;
|
|
m_Tagozatnev = value;
|
|
FieldModified("Tagozatnev", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TKJogalapTipus2Id
|
|
|
|
protected internal int? /* DictionaryItem */ m_TKJogalapTipus2Id;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TKJogalapTipus2Id", EntityPropertyBaseType.ValueType, typeof(int /* DictionaryItem */), EntityCopyMethod.ShallowCopy)]
|
|
[EntityDictionaryItemProperty("TKJogalapTipus2Id", "TKJogalapTipus", typeof(SDA.Kreta.Entities.TKJogalapTipus))]
|
|
|
|
public virtual int? /* DictionaryItem */ TKJogalapTipus2Id
|
|
{
|
|
get
|
|
{
|
|
return m_TKJogalapTipus2Id;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TKJogalapTipus2Id == value) return;
|
|
m_TKJogalapTipus2Id = value;
|
|
FieldModified("TKJogalapTipus2Id", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TKJogalapTipusId
|
|
|
|
protected internal int? /* DictionaryItem */ m_TKJogalapTipusId;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TKJogalapTipusId", EntityPropertyBaseType.ValueType, typeof(int /* DictionaryItem */), EntityCopyMethod.ShallowCopy)]
|
|
[EntityDictionaryItemProperty("TKJogalapTipusId", "TKJogalapTipus", typeof(SDA.Kreta.Entities.TKJogalapTipus))]
|
|
|
|
public virtual int? /* DictionaryItem */ TKJogalapTipusId
|
|
{
|
|
get
|
|
{
|
|
return m_TKJogalapTipusId;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TKJogalapTipusId == value) return;
|
|
m_TKJogalapTipusId = value;
|
|
FieldModified("TKJogalapTipusId", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TKSzuletesiNev
|
|
|
|
protected internal string m_TKSzuletesiNev;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TKSzuletesiNev", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string TKSzuletesiNev
|
|
{
|
|
get
|
|
{
|
|
return m_TKSzuletesiNev;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TKSzuletesiNev == value) return;
|
|
m_TKSzuletesiNev = value;
|
|
FieldModified("TKSzuletesiNev", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region TKSzuletesiNev2
|
|
|
|
protected internal string m_TKSzuletesiNev2;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("TKSzuletesiNev2", EntityPropertyBaseType.ValueType, typeof(string), EntityCopyMethod.ShallowCopy)]
|
|
public virtual string TKSzuletesiNev2
|
|
{
|
|
get
|
|
{
|
|
return m_TKSzuletesiNev2;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_TKSzuletesiNev2 == value) return;
|
|
m_TKSzuletesiNev2 = value;
|
|
FieldModified("TKSzuletesiNev2", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region IsOsszevontOsztalyba
|
|
|
|
protected internal bool m_IsOsszevontOsztalyba;
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
[EntityProperty("IsOsszevontOsztalyba", EntityPropertyBaseType.ValueType, typeof(bool), EntityCopyMethod.ShallowCopy)]
|
|
public virtual bool IsOsszevontOsztalyba
|
|
{
|
|
get
|
|
{
|
|
return m_IsOsszevontOsztalyba;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
|
|
if (m_IsOsszevontOsztalyba == value) return;
|
|
m_IsOsszevontOsztalyba = value;
|
|
FieldModified("IsOsszevontOsztalyba", value);
|
|
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#endregion
|
|
|
|
#region Asszociációkkal kapcsolatos dolgok
|
|
|
|
protected internal virtual bool LoadByKIRKontenerElemId(int id)
|
|
{
|
|
return m_DA.LoadByKIRKontenerElemId(id, this);
|
|
}
|
|
|
|
#region Nebulo (*) -> FeladatEllatasiHely (0..1)
|
|
|
|
protected internal int m_FeladatEllatasiHelyId = -1;
|
|
|
|
/// <summary>
|
|
/// A(z) FeladatEllatasiHely asszociáció végpontjának ID-ja.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// - Insert() előtt célszerű kitölteni
|
|
/// - Update() nincs rá hatással: ezt a mezőt nem frissíti
|
|
/// - LoadByID() felhozza ezt a mezőt
|
|
/// </remarks>
|
|
public virtual int FeladatEllatasiHelyId
|
|
{
|
|
get
|
|
{
|
|
return InternalFeladatEllatasiHelyId;
|
|
}
|
|
set
|
|
{
|
|
InternalFeladatEllatasiHelyId = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Ez egy külön bejárat a DA számára
|
|
/// <summary>
|
|
internal int InternalFeladatEllatasiHelyId
|
|
{
|
|
get
|
|
{
|
|
if (m_FeladatEllatasiHely != null)
|
|
{
|
|
return m_FeladatEllatasiHely.ID;
|
|
}
|
|
else
|
|
{
|
|
return m_FeladatEllatasiHelyId;// XXX az meg nem teljesen OK
|
|
}
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
if (m_FeladatEllatasiHelyId != value)
|
|
{
|
|
m_FeladatEllatasiHelyId = value;
|
|
m_FeladatEllatasiHely = null;
|
|
FieldModified("FeladatEllatasiHelyId", value);
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Ez egy külön bejárat a DA számára
|
|
/// <summary>
|
|
internal void ModifyFeladatEllatasiHely(FeladatEllatasiHely value)
|
|
{
|
|
m_FeladatEllatasiHelyId = value != null ? value.ID : -1;
|
|
m_FeladatEllatasiHely = value;
|
|
FieldModified("FeladatEllatasiHelyId", value != null ? (object)value.ID : DBNull.Value);
|
|
}
|
|
|
|
protected internal void SetFeladatEllatasiHely(FeladatEllatasiHely value)
|
|
{
|
|
m_FeladatEllatasiHely = value;
|
|
if (value != null)
|
|
{
|
|
m_FeladatEllatasiHelyId = value.ID;
|
|
}
|
|
else
|
|
{
|
|
m_FeladatEllatasiHelyId = -1;
|
|
}
|
|
}
|
|
|
|
protected FeladatEllatasiHely m_FeladatEllatasiHely = null;
|
|
|
|
IFeladatEllatasiHely INebulo.FeladatEllatasiHely
|
|
{
|
|
get { return FeladatEllatasiHely; }
|
|
set { FeladatEllatasiHely = value as FeladatEllatasiHely; }
|
|
}
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Az UML modellben szereplő Nebulo és FeladatEllatasiHely entitások közötti asszociáció megvalósítása.
|
|
/// </remarks>
|
|
[EntityProperty("FeladatEllatasiHely", EntityPropertyBaseType.Entity, typeof(FeladatEllatasiHely), EntityCopyMethod.ShallowCopy)]
|
|
public virtual FeladatEllatasiHely FeladatEllatasiHely
|
|
{
|
|
get
|
|
{
|
|
if ((m_FeladatEllatasiHely == null) && (m_FeladatEllatasiHelyId != -1))
|
|
{
|
|
SDA.Kreta.Entities.FeladatEllatasiHely partner = SDA.Kreta.Entities.FeladatEllatasiHely.GiveAnInstance();
|
|
partner.LoadByID(m_FeladatEllatasiHelyId);
|
|
|
|
this.SetFeladatEllatasiHely(partner);
|
|
}
|
|
// természetesen null-t adunk vissza, ha nem tudtunk felhozni semmit
|
|
return m_FeladatEllatasiHely;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
if (value != null)
|
|
{
|
|
if ((m_FeladatEllatasiHely == null) || (value.ID != m_FeladatEllatasiHely.ID))
|
|
{
|
|
if (value.State != EntityState.Initialized)
|
|
{
|
|
throw new EntityStateException(value.State);
|
|
}
|
|
if ((this.State != EntityState.New))
|
|
{
|
|
// Lista van a másik oldalon, úgyhogy a lista DA-ját használjuk
|
|
SDA.Kreta.Entities.FeladatEllatasiHely_Nebulo_DA da = new FeladatEllatasiHely_Nebulo_DA(value);
|
|
da.AddItem(this);
|
|
this.SetFeladatEllatasiHely(value);
|
|
}
|
|
else
|
|
{
|
|
this.SetFeladatEllatasiHely(value);
|
|
}
|
|
FieldModified("FeladatEllatasiHelyId", value.ID);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
// ki kell törölni a kapcsolatot az adatbázisban
|
|
this.SetFeladatEllatasiHely(null);
|
|
UpdateAssociations();
|
|
FieldModified("FeladatEllatasiHelyId", DBNull.Value);
|
|
}
|
|
}
|
|
}
|
|
#endregion
|
|
|
|
#region Nebulo (*) -> Intezmeny (1)
|
|
|
|
protected internal int m_IntezmenyId = -1;
|
|
|
|
/// <summary>
|
|
/// A(z) Intezmeny asszociáció végpontjának ID-ja.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// - Insert() előtt célszerű kitölteni
|
|
/// - Update() nincs rá hatással: ezt a mezőt nem frissíti
|
|
/// - LoadByID() felhozza ezt a mezőt
|
|
/// </remarks>
|
|
public virtual int IntezmenyId
|
|
{
|
|
get
|
|
{
|
|
return InternalIntezmenyId;
|
|
}
|
|
set
|
|
{
|
|
InternalIntezmenyId = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Ez egy külön bejárat a DA számára
|
|
/// <summary>
|
|
internal int InternalIntezmenyId
|
|
{
|
|
get
|
|
{
|
|
if (m_Intezmeny != null)
|
|
{
|
|
return m_Intezmeny.ID;
|
|
}
|
|
else
|
|
{
|
|
return m_IntezmenyId;// XXX az meg nem teljesen OK
|
|
}
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
if (m_IntezmenyId != value)
|
|
{
|
|
m_IntezmenyId = value;
|
|
m_Intezmeny = null;
|
|
FieldModified("IntezmenyId", value);
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Ez egy külön bejárat a DA számára
|
|
/// <summary>
|
|
internal void ModifyIntezmeny(Intezmeny value)
|
|
{
|
|
m_IntezmenyId = value != null ? value.ID : -1;
|
|
m_Intezmeny = value;
|
|
FieldModified("IntezmenyId", value != null ? (object)value.ID : DBNull.Value);
|
|
}
|
|
|
|
protected internal void SetIntezmeny(Intezmeny value)
|
|
{
|
|
m_Intezmeny = value;
|
|
if (value != null)
|
|
{
|
|
m_IntezmenyId = value.ID;
|
|
}
|
|
else
|
|
{
|
|
m_IntezmenyId = -1;
|
|
}
|
|
}
|
|
|
|
protected Intezmeny m_Intezmeny = null;
|
|
|
|
IIntezmeny INebulo.Intezmeny
|
|
{
|
|
get { return Intezmeny; }
|
|
set { Intezmeny = value as Intezmeny; }
|
|
}
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Az UML modellben szereplő Nebulo és Intezmeny entitások közötti asszociáció megvalósítása.
|
|
/// </remarks>
|
|
[EntityProperty("Intezmeny", EntityPropertyBaseType.Entity, typeof(Intezmeny), EntityCopyMethod.ShallowCopy)]
|
|
public virtual Intezmeny Intezmeny
|
|
{
|
|
get
|
|
{
|
|
if ((m_Intezmeny == null) && (m_IntezmenyId != -1))
|
|
{
|
|
SDA.Kreta.Entities.Intezmeny partner = SDA.Kreta.Entities.Intezmeny.GiveAnInstance();
|
|
partner.LoadByID(m_IntezmenyId);
|
|
|
|
this.SetIntezmeny(partner);
|
|
}
|
|
// természetesen null-t adunk vissza, ha nem tudtunk felhozni semmit
|
|
return m_Intezmeny;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
if (value != null)
|
|
{
|
|
if ((m_Intezmeny == null) || (value.ID != m_Intezmeny.ID))
|
|
{
|
|
if (value.State != EntityState.Initialized)
|
|
{
|
|
throw new EntityStateException(value.State);
|
|
}
|
|
if ((this.State != EntityState.New))
|
|
{
|
|
// Lista van a másik oldalon, úgyhogy a lista DA-ját használjuk
|
|
SDA.Kreta.Entities.Intezmeny_Nebulo_DA da = new Intezmeny_Nebulo_DA(value);
|
|
da.AddItem(this);
|
|
this.SetIntezmeny(value);
|
|
}
|
|
else
|
|
{
|
|
this.SetIntezmeny(value);
|
|
}
|
|
FieldModified("IntezmenyId", value.ID);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
// ki kell törölni a kapcsolatot az adatbázisban
|
|
this.SetIntezmeny(null);
|
|
UpdateAssociations();
|
|
FieldModified("IntezmenyId", DBNull.Value);
|
|
}
|
|
}
|
|
}
|
|
#endregion
|
|
|
|
#region Nebulo (*) -> Tanev (1)
|
|
|
|
protected internal int m_TanevId = -1;
|
|
|
|
/// <summary>
|
|
/// A(z) Tanev asszociáció végpontjának ID-ja.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// - Insert() előtt célszerű kitölteni
|
|
/// - Update() nincs rá hatással: ezt a mezőt nem frissíti
|
|
/// - LoadByID() felhozza ezt a mezőt
|
|
/// </remarks>
|
|
public virtual int TanevId
|
|
{
|
|
get
|
|
{
|
|
return InternalTanevId;
|
|
}
|
|
set
|
|
{
|
|
InternalTanevId = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Ez egy külön bejárat a DA számára
|
|
/// <summary>
|
|
internal int InternalTanevId
|
|
{
|
|
get
|
|
{
|
|
if (m_Tanev != null)
|
|
{
|
|
return m_Tanev.ID;
|
|
}
|
|
else
|
|
{
|
|
return m_TanevId;// XXX az meg nem teljesen OK
|
|
}
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
if (m_TanevId != value)
|
|
{
|
|
m_TanevId = value;
|
|
m_Tanev = null;
|
|
FieldModified("TanevId", value);
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Ez egy külön bejárat a DA számára
|
|
/// <summary>
|
|
internal void ModifyTanev(Tanev value)
|
|
{
|
|
m_TanevId = value != null ? value.ID : -1;
|
|
m_Tanev = value;
|
|
FieldModified("TanevId", value != null ? (object)value.ID : DBNull.Value);
|
|
}
|
|
|
|
protected internal void SetTanev(Tanev value)
|
|
{
|
|
m_Tanev = value;
|
|
if (value != null)
|
|
{
|
|
m_TanevId = value.ID;
|
|
}
|
|
else
|
|
{
|
|
m_TanevId = -1;
|
|
}
|
|
}
|
|
|
|
protected Tanev m_Tanev = null;
|
|
|
|
ITanev INebulo.Tanev
|
|
{
|
|
get { return Tanev; }
|
|
set { Tanev = value as Tanev; }
|
|
}
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Az UML modellben szereplő Nebulo és Tanev entitások közötti asszociáció megvalósítása.
|
|
/// </remarks>
|
|
[EntityProperty("Tanev", EntityPropertyBaseType.Entity, typeof(Tanev), EntityCopyMethod.ShallowCopy)]
|
|
public virtual Tanev Tanev
|
|
{
|
|
get
|
|
{
|
|
if ((m_Tanev == null) && (m_TanevId != -1))
|
|
{
|
|
SDA.Kreta.Entities.Tanev partner = SDA.Kreta.Entities.Tanev.GiveAnInstance();
|
|
partner.LoadByID(m_TanevId);
|
|
|
|
this.SetTanev(partner);
|
|
}
|
|
// természetesen null-t adunk vissza, ha nem tudtunk felhozni semmit
|
|
return m_Tanev;
|
|
}
|
|
set
|
|
{
|
|
CheckModifyable();
|
|
if (value != null)
|
|
{
|
|
if ((m_Tanev == null) || (value.ID != m_Tanev.ID))
|
|
{
|
|
if (value.State != EntityState.Initialized)
|
|
{
|
|
throw new EntityStateException(value.State);
|
|
}
|
|
if ((this.State != EntityState.New))
|
|
{
|
|
// Lista van a másik oldalon, úgyhogy a lista DA-ját használjuk
|
|
SDA.Kreta.Entities.Tanev_Nebulo_DA da = new Tanev_Nebulo_DA(value);
|
|
da.AddItem(this);
|
|
this.SetTanev(value);
|
|
}
|
|
else
|
|
{
|
|
this.SetTanev(value);
|
|
}
|
|
FieldModified("TanevId", value.ID);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
// ki kell törölni a kapcsolatot az adatbázisban
|
|
this.SetTanev(null);
|
|
UpdateAssociations();
|
|
FieldModified("TanevId", DBNull.Value);
|
|
}
|
|
}
|
|
}
|
|
#endregion
|
|
|
|
|
|
#region Nebulo (0..1) -> KIRKontenerElem (*)
|
|
protected IAssociatedEntityCollection<KIRKontenerElem> m_KIRKontenerElem = null;
|
|
|
|
IReadOnlyList<IKIRKontenerElem> INebulo.KIRKontenerElem => KIRKontenerElem.Cast<IKIRKontenerElem>().ToList();
|
|
|
|
/// <summary>
|
|
/// Nincs definiálva megjegyzés.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Az UML modellben szereplő Nebulo és KIRKontenerElem entitások közötti asszociáció megvalósítása.
|
|
/// </remarks>
|
|
[EntityProperty("KIRKontenerElem", EntityPropertyBaseType.EntityCollection, typeof(IAssociatedEntityCollection<KIRKontenerElem>), EntityCopyMethod.DeepCopy, "NebuloId")]
|
|
public virtual IAssociatedEntityCollection<KIRKontenerElem> KIRKontenerElem
|
|
{
|
|
get
|
|
{
|
|
if (m_KIRKontenerElem == null)
|
|
{
|
|
m_KIRKontenerElem = new AssociatedEntityCollection<Nebulo, KIRKontenerElem>(
|
|
new Nebulo_KIRKontenerElem_DA(this)
|
|
);
|
|
m_KIRKontenerElem.Load();
|
|
}
|
|
return m_KIRKontenerElem;
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
|
|
#endregion
|
|
|
|
#endregion
|
|
}
|
|
}
|
|
|