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 |
Method | Description | |
---|---|---|
EditStackEvent ( |
||
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 |
public EditStackEvent ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public EventLog ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public GetStacksFromStore ( int StoreId ) : System.Web.Mvc.ActionResult | ||
StoreId | int | |
return | System.Web.Mvc.ActionResult |
public GetStacksFromStoreTwo ( int StoreIdTwo ) : System.Web.Mvc.ActionResult | ||
StoreIdTwo | int | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
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 |