Method | Description | |
---|---|---|
AccountCreated ( string accountName ) : System.Web.Mvc.ActionResult | ||
Index ( string account ) : System.Web.Mvc.ActionResult | ||
Plans ( ) : System.Web.Mvc.ActionResult | ||
SelectAPlan ( string accountName, string friendlyName, string adminPassword, string adminPassword2, string adminEmail, string adminEmail2, int planType ) : System.Web.Mvc.ActionResult | ||
SelectPlan ( int planType ) : System.Web.Mvc.ActionResult |
public AccountCreated ( string accountName ) : System.Web.Mvc.ActionResult | ||
accountName | string | |
return | System.Web.Mvc.ActionResult |
public Index ( string account ) : System.Web.Mvc.ActionResult | ||
account | string | |
return | System.Web.Mvc.ActionResult |
public Plans ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public SelectAPlan ( string accountName, string friendlyName, string adminPassword, string adminPassword2, string adminEmail, string adminEmail2, int planType ) : System.Web.Mvc.ActionResult | ||
accountName | string | |
friendlyName | string | |
adminPassword | string | |
adminPassword2 | string | |
adminEmail | string | |
adminEmail2 | string | |
planType | int | |
return | System.Web.Mvc.ActionResult |
public SelectPlan ( int planType ) : System.Web.Mvc.ActionResult | ||
planType | int | |
return | System.Web.Mvc.ActionResult |