C# Class Kooboo.Commerce.Search.Controllers.IndexesController

Inheritance: Kooboo.Commerce.Web.Framework.Mvc.CommerceController
Afficher le fichier Open project: Kooboo/Ecommerce

Méthodes publiques

Méthode Description
GetRebuildingInfo ( string keys ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
IndexesController ( ) : System

Private Methods

Méthode Description
CancelRebuild ( string documentType, string culture ) : void
CreateIndexModels ( string name, Type modelType ) : List
Rebuild ( string documentType, string culture ) : void
UpdateIndexModel ( IndexModel model, RebuildTask task ) : void

Method Details

GetRebuildingInfo() public méthode

public GetRebuildingInfo ( string keys ) : System.Web.Mvc.ActionResult
keys string
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

IndexesController() public méthode

public IndexesController ( ) : System
Résultat System