12 lines
425 B
C#
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; }
|
|
}
|
|
}
|