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

Inheritance: BaseController
Mostrar archivo Open project: edgecomputing/cats

Public Methods

Method 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

Method 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 method

public EditStackEvent ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

EventLog() public method

public EventLog ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

GetStacksFromStore() public method

public GetStacksFromStore ( int StoreId ) : System.Web.Mvc.ActionResult
StoreId int
return System.Web.Mvc.ActionResult

GetStacksFromStoreTwo() public method

public GetStacksFromStoreTwo ( int StoreIdTwo ) : System.Web.Mvc.ActionResult
StoreIdTwo int
return System.Web.Mvc.ActionResult

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

StackEventController() public method

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