31 lines
832 B
C#
31 lines
832 B
C#
using System;
|
|
|
|
namespace Kreta.DataAccessManual.ParameterClasses
|
|
{
|
|
public class HelyettesitesekListajaSearchPCO
|
|
{
|
|
public int? FeladatKategoriaId { get; set; }
|
|
|
|
public int? FeladatEllatasiHelyId { get; set; }
|
|
|
|
public DateTime? HelyettesitesDatumaTolSearch { get; set; }
|
|
|
|
public DateTime? HelyettesitesDatumaIgSearch { get; set; }
|
|
|
|
public int? HelyettesitettTanarSearch { get; set; }
|
|
|
|
public int? HelyettesitoTanarSearch { get; set; }
|
|
|
|
public int? OsztalyCsoportSearch { get; set; }
|
|
|
|
public int? TantargySearch { get; set; }
|
|
|
|
public int? HelyettesitesTipusaSearch { get; set; }
|
|
|
|
public int? NaplozottSearch { get; set; }
|
|
|
|
public bool IsKellKapcsolodoCsoportokSearch { get; set; }
|
|
|
|
public int? IsOnlineOra { get; set; }
|
|
}
|
|
}
|