Method | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Edit ( string name ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
InstanceController ( ICommerceInstanceManager instanceManager ) : System | ||
Start ( string instance ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Create ( |
||
Delete ( |
||
Edit ( |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Edit ( string name ) : System.Web.Mvc.ActionResult | ||
name | string | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public InstanceController ( ICommerceInstanceManager instanceManager ) : System | ||
instanceManager | ICommerceInstanceManager | |
return | System |
public Start ( string instance ) : System.Web.Mvc.ActionResult | ||
instance | string | |
return | System.Web.Mvc.ActionResult |