C# Class Kooboo.Commerce.Multilingual.Controllers.BrandController

Inheritance: Kooboo.Commerce.Web.Framework.Mvc.CommerceController
Datei anzeigen Open project: Kooboo/Ecommerce

Public Methods

Method Description
BrandController ( BrandService brandService ) : System
Index ( string culture, string search, int page = 1, int pageSize = 50 ) : System.Web.Mvc.ActionResult
OutOfDate ( string culture, int page = 1, int pageSize = 50 ) : System.Web.Mvc.ActionResult
Translate ( int id, string culture ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Translate ( BrandModel model, string culture, string @return ) : System.Web.Mvc.ActionResult

Method Details

BrandController() public method

public BrandController ( BrandService brandService ) : System
brandService Kooboo.Commerce.Brands.BrandService
return System

Index() public method

public Index ( string culture, string search, int page = 1, int pageSize = 50 ) : System.Web.Mvc.ActionResult
culture string
search string
page int
pageSize int
return System.Web.Mvc.ActionResult

OutOfDate() public method

public OutOfDate ( string culture, int page = 1, int pageSize = 50 ) : System.Web.Mvc.ActionResult
culture string
page int
pageSize int
return System.Web.Mvc.ActionResult

Translate() public method

public Translate ( int id, string culture ) : System.Web.Mvc.ActionResult
id int
culture string
return System.Web.Mvc.ActionResult