C# 클래스 Cats.Web.Hub.Controllers.StackEventController

상속: BaseController
파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
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