init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,42 @@
|
|||
using System;
|
||||
using Kreta.DataAccessManual.ParameterClasses;
|
||||
|
||||
namespace Kreta.BusinessLogic.HelperClasses
|
||||
{
|
||||
public class IgazolasokListajaSearchCO
|
||||
{
|
||||
public int IntezmenyId { get; set; }
|
||||
public int? TanevId { get; set; }
|
||||
public int? FeladatEllatasiHelyId { get; set; }
|
||||
public DateTime? IgazolasDatuma { get; set; }
|
||||
public DateTime? IgazolasKezdteteSearch { get; set; }
|
||||
public DateTime? IgazolasVegeSearch { get; set; }
|
||||
public int? OsztalyCsoportSearch { get; set; }
|
||||
public string NevSearch { get; set; }
|
||||
public int? IgazolasTipusaSearch { get; set; }
|
||||
public DateTime? RogzitesDatumaTolSearch { get; set; }
|
||||
public DateTime? RogzitesDatumaIgSearch { get; set; }
|
||||
public int? RogzitoSearch { get; set; }
|
||||
public int? TanuloId { get; set; }
|
||||
|
||||
public IgazolasokListajaSearchPCO ConvertToPCO()
|
||||
{
|
||||
return new IgazolasokListajaSearchPCO
|
||||
{
|
||||
IntezmenyId = this.IntezmenyId,
|
||||
TanevId = this.TanevId,
|
||||
IgazolasDatuma = this.IgazolasDatuma,
|
||||
IgazolasKezdteteSearch = this.IgazolasKezdteteSearch,
|
||||
IgazolasTipusaSearch = this.IgazolasTipusaSearch,
|
||||
IgazolasVegeSearch = this.IgazolasVegeSearch,
|
||||
NevSearch = this.NevSearch,
|
||||
OsztalyCsoportSearch = this.OsztalyCsoportSearch,
|
||||
RogzitesDatumaIgSearch = this.RogzitesDatumaIgSearch,
|
||||
RogzitesDatumaTolSearch = this.RogzitesDatumaTolSearch,
|
||||
RogzitoSearch = this.RogzitoSearch,
|
||||
TanuloId = this.TanuloId,
|
||||
FeladatEllatasiHelyId = FeladatEllatasiHelyId
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue