using System; using System.Collections.Generic; using Kreta.Enums.ManualEnums; namespace Kreta.BusinessLogic.Classes.AsposeHelpers { public class AsposeDocumentParameters { public DateTime Kelt { get; set; } public KotesmargoTipusEnum KotesmargoTipus { get; set; } = KotesmargoTipusEnum.Nincs; public bool SNIMegjelenites { get; set; } public bool FejlecMegjelenitese { get; set; } public bool AdatokMegjelenitese { get; set; } public bool EvesOraszamMegjelenites { get; set; } public bool AltantargyBeszamitasa { get; set; } public bool TorvenyesKepviseloMegjelenites { get; set; } public bool OKJMegjelenitese { get; set; } public bool FelmentesekMegjelenitese { get; set; } public bool FeljegyzesekMegjelenitese { get; set; } public bool KozossegiSzolgalatMegjelenitese { get; set; } public BetuMeretEnum BetuMeret { get; set; } public Dictionary AlairoSzemely { get; set; } public bool IsAtlagMegjelenites { get; set; } public bool IsEvesOraszamMegjelenites { get; set; } public int ErtekelesMegjelenitesFormatum { get; set; } public bool IsMulasztasokUjLapra { get; set; } public KeltFormatumTipusEnum KeltFormatum { get; set; } public NyomtatvanyFormatumEnum NyomtatvanyFormatum { get; set; } public int BetuMeretFejlec { get; set; } public int BetuMeretAdatok { get; set; } public int BetuMeretSNI { get; set; } public int MuveszetiAgId { get; set; } public bool MegjegyzesekMegjelenitese { get; set; } public bool IsTagintezmenyAdatokMegjelenjen { get; set; } public string TagintezmenyNeve { get; set; } public string TagintezmenyCime { get; set; } public string TagintezmenyVaros { get; set; } public string TagintezmenyAzonosito { get; set; } public string OsztalyNev { get; set; } public object Entity { get; set; } } }