init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
28
KretaWeb/Areas/Tantargy/Models/TantervekGridModel.cs
Normal file
28
KretaWeb/Areas/Tantargy/Models/TantervekGridModel.cs
Normal file
|
@ -0,0 +1,28 @@
|
|||
using Kreta.BusinessLogic.Interfaces;
|
||||
using Kreta.Web.Attributes;
|
||||
|
||||
namespace Kreta.Web.Areas.Tantargy.Models
|
||||
{
|
||||
public class TantervekGridModel : IKretaIdentity
|
||||
{
|
||||
public string ID { get; set; }
|
||||
|
||||
[KretaDisplayName(1589)] /*Tanterv név*/
|
||||
public string Nev { get; set; }
|
||||
|
||||
[KretaDisplayName(1590)] /*Tantervre jellemző csoporttípus*/
|
||||
public string CsoportTipusa_DNAME { get; set; }
|
||||
|
||||
[KretaDisplayName(1591)] /*Kezdő évfolyam*/
|
||||
public string Evfolyamtol_DNAME { get; set; }
|
||||
|
||||
[KretaDisplayName(1592)] /*Végző évfolyam*/
|
||||
public string Evfolyamig_DNAME { get; set; }
|
||||
|
||||
[KretaDisplayName(97)] /*Megjegyzés*/
|
||||
public string Megjegyzes { get; set; }
|
||||
|
||||
[KretaDisplayName(670)] /*Kerettanterv*/
|
||||
public string IsKerettanterv_BNAME { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue