init
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user