48 lines
1.2 KiB
C#
48 lines
1.2 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
|
|
namespace Kreta.DataAccessManual.ParameterClasses
|
|
{
|
|
public class SzamonkeresElorejelzesSearchPco
|
|
{
|
|
public List<int> SzamonkeresIds { get; set; }
|
|
|
|
public int? OraGroupId { get; set; }
|
|
|
|
public int? OsztalyCsoportId { get; set; }
|
|
|
|
public List<int> OsztalyCsoportIdsKapcsolodoCsoportokkal { get; set; }
|
|
|
|
public int? NapiSzamonkeresLimit { get; set; }
|
|
|
|
public DateTime? Datum { get; set; }
|
|
|
|
public List<int> ErtekelesModokLimithez { get; set; }
|
|
|
|
public int? TanuloId { get; set; }
|
|
|
|
public DateTime? DatumTol { get; set; }
|
|
|
|
public DateTime? DatumIg { get; set; }
|
|
|
|
public int? HetNapjaSrc { get; set; }
|
|
|
|
public int? OraszamSrc { get; set; }
|
|
|
|
public int? SzamonkeresModSrc { get; set; }
|
|
|
|
public string SzamonkeresMegnevezesSrc { get; set; }
|
|
|
|
public DateTime? BejelentesDatumaTol { get; set; }
|
|
|
|
public DateTime? BejelentesDatumaIg { get; set; }
|
|
|
|
public int? TantargySrc { get; set; }
|
|
|
|
public int? TanarSrc { get; set; }
|
|
|
|
public bool RegiSzamonkeresekElrejtese { get; set; }
|
|
|
|
public bool CsakLegutobbi6 { get; set; } = false;
|
|
}
|
|
}
|