kreta/Kreta.BusinessLogic/Helpers/Nyomtatvanyok/Iktatas/KulcsszoDefinicioModel.cs
2024-03-13 00:33:46 +01:00

12 lines
425 B
C#

namespace Kreta.BusinessLogic.Helpers.Nyomtatvanyok.Iktatas
{
public class KulcsszoDefinicioModel
{
public Enums.DokumentumKulcsszoTipusEnum Type { get; set; }
public bool Mandatory { get; set; }
public bool Multiple { get; set; }
public string TableName { get; set; }
public string ColumnName { get; set; }
public string AlternativeColumnName { get; set; }
}
}