init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,51 @@
|
|||
using System;
|
||||
using Kreta.DataAccessManual.ParameterClasses;
|
||||
|
||||
namespace Kreta.BusinessLogic.HelperClasses
|
||||
{
|
||||
public class HelyettesitesekListajaSearchCO
|
||||
{
|
||||
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; }
|
||||
|
||||
public HelyettesitesekListajaSearchPCO ConvertToPCO()
|
||||
{
|
||||
return new HelyettesitesekListajaSearchPCO
|
||||
{
|
||||
FeladatKategoriaId = this.FeladatKategoriaId,
|
||||
FeladatEllatasiHelyId = this.FeladatEllatasiHelyId,
|
||||
HelyettesitesDatumaTolSearch = this.HelyettesitesDatumaTolSearch,
|
||||
HelyettesitesDatumaIgSearch = this.HelyettesitesDatumaIgSearch,
|
||||
HelyettesitettTanarSearch = this.HelyettesitettTanarSearch,
|
||||
HelyettesitesTipusaSearch = this.HelyettesitesTipusaSearch,
|
||||
HelyettesitoTanarSearch = this.HelyettesitoTanarSearch,
|
||||
NaplozottSearch = this.NaplozottSearch,
|
||||
OsztalyCsoportSearch = this.OsztalyCsoportSearch,
|
||||
TantargySearch = this.TantargySearch,
|
||||
IsKellKapcsolodoCsoportokSearch = this.IsKellKapcsolodoCsoportokSearch,
|
||||
IsOnlineOra = IsOnlineOra
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue