init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
28
Kreta.DataAccessManual/ParameterClasses/TavolletSearchPco.cs
Normal file
28
Kreta.DataAccessManual/ParameterClasses/TavolletSearchPco.cs
Normal file
|
@ -0,0 +1,28 @@
|
|||
using System;
|
||||
|
||||
namespace Kreta.DataAccessManual.ParameterClasses
|
||||
{
|
||||
public class TavolletSearchPco
|
||||
{
|
||||
/// <summary>
|
||||
/// Az aktuális év.
|
||||
/// </summary>
|
||||
public int[] NaptariEv { get; set; }
|
||||
public int IntezmenyId { get; set; }
|
||||
public string IntezmenyAzonosito { get; set; }
|
||||
public int TanevId { get; set; }
|
||||
public int? TipusId { get; set; }
|
||||
public int[] TavolletIdArray { get; set; }
|
||||
public int[] AlkalmazottIdArray { get; set; }
|
||||
public int? StatuszId { get; set; }
|
||||
public DateTime? TavolletKezdete { get; set; }
|
||||
public DateTime? TavolletVege { get; set; }
|
||||
|
||||
public DateTime? RogzitesDatumaTol { get; set; }
|
||||
public DateTime? RogzitesDatumaIg { get; set; }
|
||||
|
||||
public bool? MelleklettelRendelkezik { get; set; }
|
||||
public bool? FoIntezmenyeE { get; set; }
|
||||
public bool ToroltekMegjelenitese { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue