init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,32 @@
|
|||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using Kreta.BusinessLogic.Interfaces;
|
||||
using Kreta.Resources;
|
||||
using Kreta.Web.Attributes;
|
||||
|
||||
namespace Kreta.Web.Areas.Adminisztracio.Models
|
||||
{
|
||||
public class TantargyFelosztasGridModel : IKretaIdentity
|
||||
{
|
||||
[KretaDisplayName(379)]
|
||||
public string Osztaly { get; set; }
|
||||
|
||||
[KretaDisplayName(1619)]
|
||||
public string Csoport { get; set; }
|
||||
|
||||
[Display(Name = nameof(AdminisztracioResource.Tantargy), ResourceType = typeof(AdminisztracioResource))]
|
||||
public string Tantargy { get; set; }
|
||||
|
||||
[KretaDisplayName(274)]
|
||||
public string Oraszam { get; set; }
|
||||
|
||||
[KretaDisplayName(30)]
|
||||
public string Tanar { get; set; }
|
||||
|
||||
[KretaDisplayName(3871)]
|
||||
public DateTime? TanarSzuletesiDatum { get; set; }
|
||||
|
||||
[KretaDisplayName(1359)]
|
||||
public string ID { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue