C# Class Plan1.Controllers.PermissionController

Inheritance: Controller
Afficher le fichier Open project: deshar/EnterpriseProject Class Usage Examples

Méthodes publiques

Méthode Description
CreateView ( ) : System.Web.Mvc.ViewResult
Index ( ) : System.Web.Mvc.ViewResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

public CreateView ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Index() public méthode

public Index ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult