using Kreta.BusinessLogic.Classes; using Kreta.BusinessLogic.Interfaces; using Kreta.Web.Attributes; namespace Kreta.Web.Areas.Orarend.Models { public class ErtekelesNaplozasaGrid : IKretaIdentity { public string ID { get; set; } public string Oka { get; set; } public bool ErtkelesMentesseg_BOOL { get; set; } public bool OraMentesseg_BOOL { get; set; } public bool SzovegesenErtekelheto_BOOL { get; set; } public bool BeirtOsztalyzat_BOOL { get; set; } public string BeirtOsztalyzatTitle { get; set; } [KretaDisplayName(455)] /*Tanuló neve*/ public string Nev { get; set; } [KretaDisplayName(1817)] /*Átlag*/ public double Atlag { get; set; } [KretaDisplayName(275)] /*Osztályzat*/ public string Osztalyzat { get; set; } [KretaDisplayName(2619)] /*Magatartás*/ public int? Magatartas { get; set; } [KretaDisplayName(2620)] /*Szorgalom*/ public int? Szorgalom { get; set; } [KretaRange(0, 100, StringResourcesId = 4178)] //Az érték nem esik a megengedett tartományba [KretaDisplayName(2581)] /*Százalék*/ public int Szazalek { get; set; } [KretaDisplayName(276)] /*Szöveges értékelés*/ public string Szoveg { get; set; } [KretaDisplayName(1804)] //09 public string Szeptember { get; set; } [KretaDisplayName(1805)] //10 public string Oktober { get; set; } [KretaDisplayName(1806)] //11 public string November { get; set; } [KretaDisplayName(1807)] //12 public string December { get; set; } [KretaDisplayName(4350)] //01/I public string JanuarI { get; set; } [KretaDisplayName(1815)] //I public string FeleviJegy { get; set; } [KretaDisplayName(4352)] //01/II public string JanuarII { get; set; } [KretaDisplayName(1810)] //02 public string Februar { get; set; } [KretaDisplayName(1811)] //03 public string Marcius { get; set; } [KretaDisplayName(1812)] //04 public string Aprilis { get; set; } [KretaDisplayName(1813)] //05 public string Majus { get; set; } [KretaDisplayName(1814)] //06 public string Junius { get; set; } [KretaDisplayName(1816)] //II public string EvvegiJegy { get; set; } } }