This commit is contained in:
skidoodle 2024-03-13 00:33:46 +01:00
commit e124a47765
19374 changed files with 9806149 additions and 0 deletions

View file

@ -0,0 +1,68 @@
using System;
using System.Collections.Generic;
namespace Kreta.DataAccessManual.ParameterClasses
{
public class NebuloMultiEditPco
{
public List<int> IdList { get; set; }
public int? Anyanyelv { get; set; }
public int? Allampolgarsag { get; set; }
public int? Allampolgarsag2 { get; set; }
public int? Neme { get; set; }
public int? SzuletesiOrszag { get; set; }
//public int? TKRokonsagiFok { get; set; }
//public string OvodaAzonosito { get; set; }
//public string OvodaNev { get; set; }
public int? Tagozat { get; set; }
public int? FeladatellatasiHelyId { get; set; }
public int? KirSzolgaltatasTipusId { get; set; }
//public string EletvitelszeruOttLakasKorzetes { get; set; }
public string SzakertoiBizottsagKormanyhivatalAltalKijelolttanulo { get; set; }
public string SzulojeTestvereTartosanBetegVagyFogyatekkalElo { get; set; }
public string TestvereAzIntezmenyTanuloja { get; set; }
public string SzulojenekMunkahelyeAzIskolaKorzetebenTalalhato { get; set; }
public string AzIskolaALakohelyetolEgyKilometerenBelulTalalhato { get; set; }
public string IsOsszevontOsztaly { get; set; }
public string IsKorzetes { get; set; }
public string SNI { get; set; }
public double? SNILetszamSuly { get; set; }
public string BTM { get; set; }
public double? BTMLetszamSuly { get; set; }
public int? EtikaHitErkolcstan { get; set; }
public string Megjegyzes { get; set; }
public string Osztalya { get; set; }
public string Indoklas { get; set; }
public int EugyStatusz { get; set; }
public DateTime EugyStatuszDatum { get; set; }
}
}