init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
39
Kreta.BusinessLogic/HelperClasses/TavolletListaCo.cs
Normal file
39
Kreta.BusinessLogic/HelperClasses/TavolletListaCo.cs
Normal file
|
@ -0,0 +1,39 @@
|
|||
using System;
|
||||
using Kreta.Core.CustomAttributes;
|
||||
using Kreta.Resources;
|
||||
|
||||
namespace Kreta.BusinessLogic.HelperClasses
|
||||
{
|
||||
public class TavolletListaCo
|
||||
{
|
||||
#region Fields
|
||||
|
||||
/// <summary>
|
||||
/// Technikai paraméter(ek) a reflection-ös exporthoz.
|
||||
/// </summary>
|
||||
public const string ExportPropertyId = nameof(ExportPropertyId);
|
||||
|
||||
#endregion Fields
|
||||
|
||||
[SimpleExportColumn(ExportPropertyId, 00, nameof(HRModulResource.TavolletOka), typeof(HRModulResource))]
|
||||
public string TavolletOka { get; set; }
|
||||
|
||||
[SimpleExportColumn(ExportPropertyId, 01, nameof(HRModulResource.Alkalmazott), typeof(HRModulResource))]
|
||||
public string FoglalkoztatottNeve { get; set; }
|
||||
|
||||
[SimpleExportColumn(ExportPropertyId, 02, nameof(HRModulResource.SzTSzAzonosito), typeof(HRModulResource))]
|
||||
public string SzTSzAzonosito { get; set; }
|
||||
|
||||
[SimpleExportColumn(ExportPropertyId, 03, nameof(HRModulResource.TavolletKezdet), typeof(HRModulResource))]
|
||||
public DateTime IdoszakKezdet { get; set; }
|
||||
|
||||
[SimpleExportColumn(ExportPropertyId, 04, nameof(HRModulResource.TavolletVeg), typeof(HRModulResource))]
|
||||
public DateTime IdoszakVeg { get; set; }
|
||||
|
||||
[SimpleExportColumn(ExportPropertyId, 05, nameof(HRModulResource.TavolletIdotartamNap), typeof(HRModulResource))]
|
||||
public int TavolletIdotartamNap { get; set; }
|
||||
|
||||
[SimpleExportColumn(ExportPropertyId, 06, nameof(HRModulResource.EvesSzabadsagKeret), typeof(HRModulResource))]
|
||||
public int EvesSzabadsagKeret { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue