init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
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; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue