init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
Kreta.BusinessLogic/HelperClasses
72
Kreta.BusinessLogic/HelperClasses/NebuloSearchCo.cs
Normal file
72
Kreta.BusinessLogic/HelperClasses/NebuloSearchCo.cs
Normal file
|
@ -0,0 +1,72 @@
|
|||
using System;
|
||||
using Kreta.DataAccessManual.ParameterClasses;
|
||||
|
||||
namespace Kreta.BusinessLogic.HelperClasses
|
||||
{
|
||||
public class NebuloSearchCo
|
||||
{
|
||||
public string NebuloNeveSearch { get; set; }
|
||||
|
||||
public string OktatasiAzonositoSearch { get; set; }
|
||||
|
||||
public string AnyjaNeveSearch { get; set; }
|
||||
|
||||
public string SzuletesiHelySearch { get; set; }
|
||||
|
||||
public DateTime? TolSearch { get; set; }
|
||||
|
||||
public DateTime? IgSearch { get; set; }
|
||||
|
||||
public int? FelvetelStatuszaSearch { get; set; }
|
||||
|
||||
public int? FeladatellatasiHelyIdSearch { get; set; }
|
||||
|
||||
public int? KirSzolgaltatasSearch { get; set; }
|
||||
|
||||
public int? EtikaHitErkolcstanSearch { get; set; }
|
||||
|
||||
public string OvodaAzonositojaVagyNeveSearch { get; set; }
|
||||
|
||||
public int? EletvitelszeruOttLakasSearch { get; set; }
|
||||
|
||||
public int? SzakertoiBizottsagSearch { get; set; }
|
||||
|
||||
public int? SzuloTestverBetegSearch { get; set; }
|
||||
|
||||
public int? TestverAdottIntezmenyTanulojaSearch { get; set; }
|
||||
|
||||
public int? AzIskolaALakohelyetolSearch { get; set; }
|
||||
|
||||
public int? MunkaltatoiIgazolasSearch { get; set; }
|
||||
|
||||
public int? SNISearch { get; set; }
|
||||
|
||||
public int? BTMSearch { get; set; }
|
||||
|
||||
public NebuloSearchPco ToPco()
|
||||
{
|
||||
return new NebuloSearchPco
|
||||
{
|
||||
NebuloNeveSearch = NebuloNeveSearch,
|
||||
OktatasiAzonositoSearch = OktatasiAzonositoSearch,
|
||||
AnyjaNeveSearch = AnyjaNeveSearch,
|
||||
SzuletesiHelySearch = SzuletesiHelySearch,
|
||||
TolSearch = TolSearch,
|
||||
IgSearch = IgSearch,
|
||||
FelvetelStatuszaSearch = FelvetelStatuszaSearch,
|
||||
FeladatellatasiHelyIdSearch = FeladatellatasiHelyIdSearch,
|
||||
KirSzolgaltatasSearch = KirSzolgaltatasSearch,
|
||||
EtikaHitErkolcstanSearch = EtikaHitErkolcstanSearch,
|
||||
OvodaAzonositojaVagyNeveSearch = OvodaAzonositojaVagyNeveSearch,
|
||||
EletvitelszeruOttLakasSearch = EletvitelszeruOttLakasSearch,
|
||||
SzakertoiBizottsagSearch = SzakertoiBizottsagSearch,
|
||||
SzuloTestverBetegSearch = SzuloTestverBetegSearch,
|
||||
TestverAdottIntezmenyTanulojaSearch = TestverAdottIntezmenyTanulojaSearch,
|
||||
AzIskolaALakohelyetolSearch = AzIskolaALakohelyetolSearch,
|
||||
MunkaltatoiIgazolasSearch = MunkaltatoiIgazolasSearch,
|
||||
SNISearch = SNISearch,
|
||||
BTMSearch = BTMSearch
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue