C# Class CodeGarten.Web.Controllers.StructureController

Inheritance: Controller
Afficher le fichier Open project: CodeGarten/CodeGarten

Méthodes publiques

Méthode Description
Create ( ) : System.Web.Mvc.ActionResult
Index ( long id ) : ActionResult

Private Methods

Méthode Description
AddAdministrator ( long id, string userName ) : System.Web.Mvc.JsonResult
Create ( StructureView structure ) : System.Web.Mvc.ActionResult
Delete ( long id ) : ActionResult
Delete ( long id, StructureView structureView ) : ActionResult
Design ( long id ) : ActionResult
Design ( long id, IEnumerable roles ) : JsonResult
LeaveAdministration ( long id, string userName ) : ActionResult
Publish ( long id ) : ActionResult
Synchronization ( long id ) : JsonResult

Method Details

Create() public méthode

public Create ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( long id ) : ActionResult
id long
Résultat ActionResult