Method | Description | |
---|---|---|
BasicInfo ( int id ) : System.Web.Mvc.ActionResult | ||
Complete ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( int page = 1, int pageSize = 50 ) : System.Web.Mvc.ActionResult | ||
ShippingMethodController ( |
||
ShippingRateProvider ( int id ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
BasicInfo ( |
||
Delete ( |
||
Disable ( |
||
Enable ( |
||
EnableShippingMethod ( int id ) : void | ||
Settings ( |
||
Steps ( int step ) : System.Web.Mvc.ActionResult | ||
UpdateShippingRateProviderConfig ( int shippingMethodId, [ config ) : void |
public BasicInfo ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Complete ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Index ( int page = 1, int pageSize = 50 ) : System.Web.Mvc.ActionResult | ||
page | int | |
pageSize | int | |
return | System.Web.Mvc.ActionResult |
public ShippingMethodController ( |
||
shippingMethodService | ||
shippingRateProviderFactory | IShippingRateProviderFactory | |
return | System |
public ShippingRateProvider ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |