C# 클래스 Nop.Plugin.Tax.CountryStateZip.Controllers.TaxCountryStateZipController

상속: BasePluginController
파일 보기 프로젝트 열기: emilianionascu/NopCommerce

공개 메소드들

메소드 설명
Configure ( ) : System.Web.Mvc.ActionResult
TaxCountryStateZipController ( ITaxCategoryService taxCategoryService, ICountryService countryService, IStateProvinceService stateProvinceService, ITaxRateService taxRateService ) : System

보호된 메소드들

메소드 설명
Initialize ( System requestContext ) : void

비공개 메소드들

메소드 설명
AddTaxRate ( Nop.Plugin.Tax.CountryStateZip.Models.TaxRateListModel model ) : System.Web.Mvc.ActionResult
RateDelete ( int id, GridCommand command ) : System.Web.Mvc.ActionResult
RateUpdate ( Nop.Plugin.Tax.CountryStateZip.Models.TaxRateModel model, GridCommand command ) : System.Web.Mvc.ActionResult
RatesList ( GridCommand command ) : System.Web.Mvc.ActionResult

메소드 상세

Configure() 공개 메소드

public Configure ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Initialize() 보호된 메소드

protected Initialize ( System requestContext ) : void
requestContext System
리턴 void

TaxCountryStateZipController() 공개 메소드

public TaxCountryStateZipController ( ITaxCategoryService taxCategoryService, ICountryService countryService, IStateProvinceService stateProvinceService, ITaxRateService taxRateService ) : System
taxCategoryService ITaxCategoryService
countryService ICountryService
stateProvinceService IStateProvinceService
taxRateService ITaxRateService
리턴 System