Method | Description | |
---|---|---|
About ( ) : System.Web.Mvc.ActionResult | ||
Contact ( ) : System.Web.Mvc.ActionResult | ||
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
HomeController ( ) : System | ||
HomeController ( IPermissionRepository repository ) : System | ||
Index ( ) : System.Web.Mvc.ViewResult | ||
IndexH ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Create ( [ Exclude = "Id")]PermissionPermissionToCreate ) : System.Web.Mvc.ActionResult | ||
Delete ( int id, System.Web.Mvc.FormCollection collection ) : System.Web.Mvc.ActionResult | ||
Edit ( int id, System.Web.Mvc.FormCollection collection ) : System.Web.Mvc.ActionResult |
public About ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Contact ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Delete ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Details ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public HomeController ( IPermissionRepository repository ) : System | ||
repository | IPermissionRepository | |
return | System |
public IndexH ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |