init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
using System.ComponentModel.DataAnnotations;
|
||||
using Kreta.Resources;
|
||||
using Kreta.Web.Areas.ImportExport.Models.CommonModels;
|
||||
|
||||
namespace Kreta.Web.Areas.ImportExport.Models.GondviseloImportExport
|
||||
{
|
||||
public class GondviseloImportExportModel : BaseImportExportModel
|
||||
{
|
||||
[Display(Name = nameof(TanuloResource.HozzaferesGeneralasEsFajlLetoltes), ResourceType = typeof(TanuloResource))]
|
||||
public bool? FajlLetolteseHozzaferesGeneralasaUtan { get; set; }
|
||||
|
||||
[Display(Name = nameof(TanuloResource.BelepesiAdatokKikuldeseEmailben), ResourceType = typeof(TanuloResource))]
|
||||
public bool? BelepesiAdatokKikuldeseEmailben { get; set; }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
using Kreta.Web.Areas.ImportExport.Models.CommonModels;
|
||||
|
||||
namespace Kreta.Web.Areas.ImportExport.Models.GondviseloImportExport
|
||||
{
|
||||
public class GondviseloImportInfoModel
|
||||
{
|
||||
public ImportInfoSummaryListModel ImportInfoSummaryList { get; set; }
|
||||
|
||||
public GondviseloImportItemListModel MainImportItemList { get; set; }
|
||||
|
||||
public TelefonImportItemListModel TelefonImportItemList { get; set; }
|
||||
|
||||
public EmailImportItemListModel EmailImportItemList { get; set; }
|
||||
|
||||
public CimImportItemListModel CimImportItemList { get; set; }
|
||||
|
||||
public GondviseloImportNemImportalhatoItemListModel NemImportalhatoItemList { get; set; }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.Web.Areas.ImportExport.Models.GondviseloImportExport
|
||||
{
|
||||
public class GondviseloImportItemListModel
|
||||
{
|
||||
public List<GondviseloImportItemModel> ImportItemModelList { get; set; } = new List<GondviseloImportItemModel>();
|
||||
}
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
using Kreta.BusinessLogic.Classes;
|
||||
using Kreta.Enums.ManualEnums.ImportExport;
|
||||
using Kreta.Web.Security;
|
||||
|
||||
namespace Kreta.Web.Areas.ImportExport.Models.GondviseloImportExport
|
||||
{
|
||||
public class GondviseloImportItemModel
|
||||
{
|
||||
public string TanuloElotag { get; set; }
|
||||
|
||||
public string TanuloVezeteknev { get; set; }
|
||||
|
||||
public string TanuloKeresztnev { get; set; }
|
||||
|
||||
public string TanuloOktatasiAzonosito { get; set; }
|
||||
|
||||
public string GondviseloElotag { get; set; }
|
||||
|
||||
public string GondviseloVezeteknev { get; set; }
|
||||
|
||||
public string GondviseloKeresztnev { get; set; }
|
||||
|
||||
public string RokonsagiFokNev { get; set; }
|
||||
|
||||
public string TorvenyesKepviselo { get; set; }
|
||||
|
||||
public int Operation { get; set; }
|
||||
|
||||
public string OperationText => Operation.GetDisplayName<ImportItemOperationEnum>(ClaimData.SelectedTanevID.Value);
|
||||
}
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.Web.Areas.ImportExport.Models.GondviseloImportExport
|
||||
{
|
||||
public class GondviseloImportNemImportalhatoItemListModel
|
||||
{
|
||||
public List<GondviseloImportNemImportalhatoItemModel> NemImportalhatoItemModelList { get; set; } = new List<GondviseloImportNemImportalhatoItemModel>();
|
||||
}
|
||||
}
|
|
@ -0,0 +1,49 @@
|
|||
namespace Kreta.Web.Areas.ImportExport.Models.GondviseloImportExport
|
||||
{
|
||||
public class GondviseloImportNemImportalhatoItemModel
|
||||
{
|
||||
public string TanuloNeveImportData { get; set; }
|
||||
|
||||
public string TanuloOktatasiAzonositoImportData { get; set; }
|
||||
|
||||
public string TanuloOsztalyaImportData { get; set; }
|
||||
|
||||
public string GondviseloNevElotagImportData { get; set; }
|
||||
|
||||
public string GondviseloVezeteknevImportData { get; set; }
|
||||
|
||||
public string GondviseloKeresztnevImportData { get; set; }
|
||||
|
||||
public string GondviseloRokonsagiFokaImportData { get; set; }
|
||||
|
||||
public string GondviseloTelefonszamaImportData { get; set; }
|
||||
|
||||
public string GondviseloEmailCimeImportData { get; set; }
|
||||
|
||||
public string TorvenyesKepviseloImportData { get; set; }
|
||||
|
||||
public string TelefonTipusImportData { get; set; }
|
||||
|
||||
public string EmailTipusImportData { get; set; }
|
||||
|
||||
public string CimOrszagImportData { get; set; }
|
||||
|
||||
public string CimTipusaImportData { get; set; }
|
||||
|
||||
public string CimIranyitoszamImportData { get; set; }
|
||||
|
||||
public string CimHelysegNevImportData { get; set; }
|
||||
|
||||
public string CimKozteruletNevImportData { get; set; }
|
||||
|
||||
public string CimKozteruletJellegeImportData { get; set; }
|
||||
|
||||
public string CimHazszamImportData { get; set; }
|
||||
|
||||
public string CimEmeletImportData { get; set; }
|
||||
|
||||
public string CimAjtoImportData { get; set; }
|
||||
|
||||
public string ErrorList { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue