C# Class Plan1.Controllers.PermissionController

Inheritance: Controller
ファイルを表示 Open project: deshar/EnterpriseProject Class Usage Examples

Public Methods

Method Description
CreateView ( ) : System.Web.Mvc.ViewResult
Index ( ) : System.Web.Mvc.ViewResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Create ( ) : System.Web.Mvc.ActionResult
Create ( Plan1.Models.Permission permission ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ActionResult
Edit ( Plan1.Models.Permission permission ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
SearchIndex ( string planAddr, string searchString ) : System.Web.Mvc.ActionResult

Method Details

CreateView() public method

public CreateView ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Index() public method

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