init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
26
KretaWeb/Areas/Tantargy/Models/TantervSearchModel.cs
Normal file
26
KretaWeb/Areas/Tantargy/Models/TantervSearchModel.cs
Normal file
|
@ -0,0 +1,26 @@
|
|||
using Kreta.Web.Attributes;
|
||||
|
||||
namespace Kreta.Web.Areas.Tantargy.Models
|
||||
{
|
||||
public class TantervSearchModel
|
||||
{
|
||||
[KretaDisplayName(1589)] /*Tanterv név*/
|
||||
public string TantervNev { get; set; }
|
||||
|
||||
[KretaDisplayName(1590)] /*Tantervre jellemző csoporttípus*/
|
||||
public int? JellemzoCsopTipID { get; set; }
|
||||
|
||||
[KretaDisplayName(1591)] /*Kezdő évfolyam*/
|
||||
public int? KezdoEvfolyamID { get; set; }
|
||||
|
||||
[KretaDisplayName(1592)] /*Végző évfolyam*/
|
||||
public int? VegzoEvfolyamID { get; set; }
|
||||
|
||||
[KretaDisplayName(1593)] /*Kerettantervre épülő*/
|
||||
public int? IsKerettantervreEpul { get; set; }
|
||||
public bool IsKovetkezoTanev { get; set; }
|
||||
|
||||
[KretaDisplayName(1593)] /*Kerettantervre épülő*/
|
||||
public int? IsKerettantervSrc { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue