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,48 @@
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;
}
}