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 |
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 |
public Disenroll ( long structureId, long containerId, string roleTypeName ) : System.Web.Mvc.ActionResult | ||
structureId | long | |
containerId | long | |
roleTypeName | string | |
return | System.Web.Mvc.ActionResult |
public Enroll ( long structureId, long containerId ) : System.Web.Mvc.ActionResult | ||
structureId | long | |
containerId | long | |
return | System.Web.Mvc.ActionResult |
public Index ( long id, bool partial ) : System.Web.Mvc.ActionResult | ||
id | long | |
partial | bool | |
return | System.Web.Mvc.ActionResult |