Method | Description | |
---|---|---|
Class ( string assembly, string profile, string reference ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
List ( string profile, string reference ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void |
Method | Description | |
---|---|---|
CreateBuildsTree ( ) : |
||
CreateNode ( string assembly, string profile, string reference ) : |
public Class ( string assembly, string profile, string reference ) : System.Web.Mvc.ActionResult | ||
assembly | string | |
profile | string | |
reference | string | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public List ( string profile, string reference ) : System.Web.Mvc.ActionResult | ||
profile | string | |
reference | string | |
return | System.Web.Mvc.ActionResult |
protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ActionExecutingContext | |
return | void |