C# Класс Cats.Web.Hub.Controllers.StackEventController

Наследование: BaseController
Показать файл Открыть проект

Открытые методы

Метод Описание
EditStackEvent ( ) : System.Web.Mvc.ActionResult
EventLog ( ) : System.Web.Mvc.ActionResult
GetStacksFromStore ( int StoreId ) : System.Web.Mvc.ActionResult
GetStacksFromStoreTwo ( int StoreIdTwo ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
StackEventController ( IStackEventService stackeventService, IUserProfileService userProfileService, IHubService hubService, IStackEventTypeService stackEventTypeService, IStoreService storeService ) : System

Приватные методы

Метод Описание
EditStackEvent ( StackEventViewModel viewModel ) : System.Web.Mvc.ActionResult
EventLogGrid ( int StackId, int StoreId ) : System.Web.Mvc.ActionResult
GetEventType ( ) : System.Web.Mvc.ActionResult
GetFollowUpDate ( System.DateTime selectedDate, int StackEventTypeId ) : System.Web.Mvc.ActionResult
GetStore ( ) : System.Web.Mvc.ActionResult

Описание методов

EditStackEvent() публичный Метод

public EditStackEvent ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

EventLog() публичный Метод

public EventLog ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

GetStacksFromStore() публичный Метод

public GetStacksFromStore ( int StoreId ) : System.Web.Mvc.ActionResult
StoreId int
Результат System.Web.Mvc.ActionResult

GetStacksFromStoreTwo() публичный Метод

public GetStacksFromStoreTwo ( int StoreIdTwo ) : System.Web.Mvc.ActionResult
StoreIdTwo int
Результат System.Web.Mvc.ActionResult

Index() публичный Метод

public Index ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

StackEventController() публичный Метод

public StackEventController ( IStackEventService stackeventService, IUserProfileService userProfileService, IHubService hubService, IStackEventTypeService stackEventTypeService, IStoreService storeService ) : System
stackeventService IStackEventService
userProfileService IUserProfileService
hubService IHubService
stackEventTypeService IStackEventTypeService
storeService IStoreService
Результат System