using System; using System.Collections.Generic; using System.Data; namespace Kreta.BusinessLogic.HelperClasses { public class TanuloErtekelesGridHelperCo { public DataSet DataSet { get; set; } public DateTime FelevVegeDatum { get; set; } public int TanevId { get; set; } public bool IsJegyekAtlagaMegjelenik { get; set; } public DateTime NaplozarasDatuma { get; set; } public DateTime? Datum { get; set; } public TanuloErtekelesVisibilityCo TanuloErtekelesVisibilityCo { get; set; } public List EgyszerAdhatoErtekelesTipusIds { get; set; } // NOTE: Performancia miatt használunk Dictionary-t List helyett. public Dictionary ErtekelesModDictionary { get; set; } } }