Property | Type | Description | |
---|---|---|---|
ApplicationRepository | IRepository |
||
HelpTopicRepository | IRepository |
Method | Description | |
---|---|---|
Details ( int id, string appName, string subject ) : System.Web.Mvc.ActionResult |
GET: /Help/Details/5 #6
|
|
HelpController ( IRepository |
||
Index ( string appName, string subject ) : System.Web.Mvc.ActionResult |
Index #1
|
|
WatchVideo ( int id, string appName, string subject ) : System.Web.Mvc.ActionResult |
Watches the video. #7
|
Method | Description | |
---|---|---|
Create ( HelpTopicViewModel viewModel, string appName, string passedSubject ) : System.Web.Mvc.ActionResult | ||
Create ( string appName, string subject ) : System.Web.Mvc.ActionResult | ||
Edit ( int id, HelpTopic helpTopic, string appName, string passedSubject ) : System.Web.Mvc.ActionResult | ||
Edit ( int id, string appName, string subject ) : System.Web.Mvc.ActionResult | ||
IsUserAuthorized ( HelpTopic helpTopic, IPrincipal currentUser, string appName ) : bool |
Determines whether [is user authorized] [the specified help topic].
|
public Details ( int id, string appName, string subject ) : System.Web.Mvc.ActionResult | ||
id | int | The id of the Help topic. |
appName | string | Filter to App Name |
subject | string | |
return | System.Web.Mvc.ActionResult |
public HelpController ( IRepository |
||
helpTopicRepository | IRepository |
|
applicationRepository | IRepository |
|
return | System.Security.Principal |
public Index ( string appName, string subject ) : System.Web.Mvc.ActionResult | ||
appName | string | Name of the app. |
subject | string | |
return | System.Web.Mvc.ActionResult |
public WatchVideo ( int id, string appName, string subject ) : System.Web.Mvc.ActionResult | ||
id | int | The id of the Help topic. |
appName | string | Filter to App Name |
subject | string | |
return | System.Web.Mvc.ActionResult |
public IRepository |
||
return | IRepository |