C# Class CodeGarten.Web.Controllers.ContainerController

Inheritance: Controller
Mostra file Open project: CodeGarten/CodeGarten

Public Methods

Method Description
Disenroll ( long structureId, long containerId, string roleTypeName ) : System.Web.Mvc.ActionResult
Enroll ( long structureId, long containerId ) : System.Web.Mvc.ActionResult
Index ( long id, bool partial ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Create ( long structureId, string prototypeName, long parent ) : System.Web.Mvc.ActionResult
Create ( long structureId, string prototypeName, long parent, ContainerView container ) : System.Web.Mvc.ActionResult
Delete ( long structureId, long id ) : System.Web.Mvc.ActionResult
Delete ( long structureId, long id, ContainerView containerView ) : System.Web.Mvc.ActionResult
Enroll ( long structureId, long containerId, string roleTypeName, string password ) : System.Web.Mvc.ActionResult

Method Details

Disenroll() public method

public Disenroll ( long structureId, long containerId, string roleTypeName ) : System.Web.Mvc.ActionResult
structureId long
containerId long
roleTypeName string
return System.Web.Mvc.ActionResult

Enroll() public method

public Enroll ( long structureId, long containerId ) : System.Web.Mvc.ActionResult
structureId long
containerId long
return System.Web.Mvc.ActionResult

Index() public method

public Index ( long id, bool partial ) : System.Web.Mvc.ActionResult
id long
partial bool
return System.Web.Mvc.ActionResult