init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
24
KretaWeb/Areas/OsztalyCsoport/Models/TanmenetGridModel.cs
Normal file
24
KretaWeb/Areas/OsztalyCsoport/Models/TanmenetGridModel.cs
Normal file
|
@ -0,0 +1,24 @@
|
|||
using System.ComponentModel.DataAnnotations;
|
||||
using Kreta.BusinessLogic.Interfaces;
|
||||
using Kreta.Resources;
|
||||
using Kreta.Web.Attributes;
|
||||
|
||||
namespace Kreta.Web.Areas.OsztalyCsoport.Models
|
||||
{
|
||||
public class TanmenetGridModel : IKretaIdentity
|
||||
{
|
||||
public string ID { get; set; }
|
||||
|
||||
[KretaDisplayName(456)] /*Pedagógus*/
|
||||
public string Tanar { get; set; }
|
||||
|
||||
[Display(Name = nameof(AdminisztracioResource.Tantargy), ResourceType = typeof(AdminisztracioResource))]
|
||||
public string Tantargy { get; set; }
|
||||
|
||||
[KretaDisplayName(1685)] /*Óra sorszám*/
|
||||
public string Ora { get; set; }
|
||||
|
||||
[KretaDisplayName(271)] /*Téma*/
|
||||
public string Tema { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue