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,33 @@
namespace Kreta.BusinessLogic.HelperClasses
{
public class TantargySearchCo
{
public string TantargyNev { get; set; }
public string RovidNev { get; set; }
public int? IsErtekelesKorlatozva { get; set; }
public int? TantargyKategoriaID { get; set; }
public int? EslTargykategoriaTipusId { get; set; }
public int? IsFotargy { get; set; }
public int? KeresesFotargyID { get; set; }
public int? IsGyakorlati { get; set; }
public string BizonyitvanyNev { get; set; }
public int? IsAltantargykentBizonyitvanyban { get; set; }
public int? IsNincsBeloleOra { get; set; }
public int? IsOsztalyNaplobanNemJelenikMeg { get; set; }
public int? IsOsztalyokOrarendjebenMegjelenik { get; set; }
public int? IsTanulmanyiAtlagbaSzamit { get; set; }
public int? IsAmiTargy { get; set; }
public int? IsKollegiumTargy { get; set; }
public int? IsEgymiTargy { get; set; }
public int? IsFelnottoktatasTargy { get; set; }
public int? IsMszgTargy { get; set; }
public string AngolNev { get; set; }
public string NemetNev { get; set; }
public string HorvatNev { get; set; }
public string RomanNev { get; set; }
public string SzerbNev { get; set; }
public bool? nincsTantargykategoria { get; set; }
public bool IsFromSzervezet { get; set; }
public bool IsSzakkepzo { get; set; }
}
}