C# 클래스 Mictlanix.BE.Web.Controllers.Mvc.PricingController

상속: Mictlanix.BE.Web.Mvc.CustomController
파일 보기 프로젝트 열기: mictlanix/mbe

공개 메소드들

메소드 설명
Index ( ) : System.Web.Mvc.ActionResult
PriceTypes ( ) : System.Web.Mvc.JsonResult
RetentionRates ( ) : System.Web.Mvc.JsonResult
TaxRates ( ) : System.Web.Mvc.JsonResult

비공개 메소드들

메소드 설명
Index ( Search search ) : System.Web.Mvc.ActionResult
SetCurrency ( int id, string value ) : System.Web.Mvc.JsonResult
SetMOQ ( int id, decimal value ) : System.Web.Mvc.JsonResult
SetPrice ( int product, int list, string value ) : System.Web.Mvc.JsonResult
SetPriceType ( int id, string value ) : System.Web.Mvc.JsonResult
SetTaxRate ( int id, decimal value ) : System.Web.Mvc.JsonResult
ToogleTaxIncluded ( int id ) : System.Web.Mvc.ActionResult

메소드 상세

Index() 공개 메소드

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

PriceTypes() 공개 메소드

public PriceTypes ( ) : System.Web.Mvc.JsonResult
리턴 System.Web.Mvc.JsonResult

RetentionRates() 공개 메소드

public RetentionRates ( ) : System.Web.Mvc.JsonResult
리턴 System.Web.Mvc.JsonResult

TaxRates() 공개 메소드

public TaxRates ( ) : System.Web.Mvc.JsonResult
리턴 System.Web.Mvc.JsonResult