33 lines
1.5 KiB
C#
33 lines
1.5 KiB
C#
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; }
|
|
}
|
|
}
|