init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
26
KretaWeb/Areas/Tantargy/Models/TanmenetSearchModel.cs
Normal file
26
KretaWeb/Areas/Tantargy/Models/TanmenetSearchModel.cs
Normal file
|
@ -0,0 +1,26 @@
|
|||
using System.ComponentModel.DataAnnotations;
|
||||
using Kreta.Resources;
|
||||
|
||||
namespace Kreta.Web.Areas.Tantargy.Models
|
||||
{
|
||||
public class TanmenetSearchModel
|
||||
{
|
||||
public string NevSearch { get; set; }
|
||||
public string RovidNevSearch { get; set; }
|
||||
public string TemaSearch { get; set; }
|
||||
public int? OraszamSearch { get; set; }
|
||||
|
||||
[Display(Name = nameof(OsztalyCsoportResource.OsztalyCsoport), ResourceType = typeof(OsztalyCsoportResource))]
|
||||
public int? OsztalyCsoportIdSearch { get; set; }
|
||||
public int FeltoltoIdSearch { get; set; }
|
||||
public string MegjegyzesSearch { get; set; }
|
||||
|
||||
[Display(Name = nameof(AdminisztracioResource.Tantargy), ResourceType = typeof(AdminisztracioResource))]
|
||||
public int? TantargyIdSearch { get; set; }
|
||||
|
||||
public string ControllerName { get; set; }
|
||||
public string ApiControllerName { get; set; }
|
||||
public string ImportControllerName { get; set; }
|
||||
public bool IsFromSzervezet { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue