C# Class Cats.Web.Hub.Controllers.StackEventController

Inheritance: BaseController
Afficher le fichier Open project: edgecomputing/cats

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

EditStackEvent() public méthode

public EditStackEvent ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

EventLog() public méthode

public EventLog ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

GetStacksFromStore() public méthode

public GetStacksFromStore ( int StoreId ) : System.Web.Mvc.ActionResult
StoreId int
Résultat System.Web.Mvc.ActionResult

GetStacksFromStoreTwo() public méthode

public GetStacksFromStoreTwo ( int StoreIdTwo ) : System.Web.Mvc.ActionResult
StoreIdTwo int
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

StackEventController() public méthode

public StackEventController ( IStackEventService stackeventService, IUserProfileService userProfileService, IHubService hubService, IStackEventTypeService stackEventTypeService, IStoreService storeService ) : System
stackeventService IStackEventService
userProfileService IUserProfileService
hubService IHubService
stackEventTypeService IStackEventTypeService
storeService IStoreService
Résultat System