C# 클래스 RoastedBytes.Nop.Plugin.Misc.ExtendedVendor.ExtendedVendorPlugin

상속: Nop.Core.Plugins.BasePlugin, IWidgetPlugin, IAdminMenuPlugin
파일 보기 프로젝트 열기: RoastedBytes/NopCommerceExtendedVendor

공개 메소드들

메소드 설명
BuildMenuItem ( ) : Nop.Web.Framework.Menu.SiteMapNode
ExtendedVendorPlugin ( ISettingService settingService, ExtendedVendorObjectContext objectContext, ICategoryService categoryService ) : RoastedBytes.Nop.Plugin.Misc.ExtendedVendor.Data
GetConfigurationRoute ( string &actionName, string &controllerName, System &routeValues ) : void
GetDisplayWidgetRoute ( string widgetZone, string &actionName, string &controllerName, RouteValueDictionary &routeValues ) : void
GetWidgetZones ( ) : IList
Install ( ) : void
ManageSiteMap ( Nop.Web.Framework.Menu.SiteMapNode rootNode ) : void
Uninstall ( ) : void

메소드 상세

BuildMenuItem() 공개 메소드

public BuildMenuItem ( ) : Nop.Web.Framework.Menu.SiteMapNode
리턴 Nop.Web.Framework.Menu.SiteMapNode

ExtendedVendorPlugin() 공개 메소드

public ExtendedVendorPlugin ( ISettingService settingService, ExtendedVendorObjectContext objectContext, ICategoryService categoryService ) : RoastedBytes.Nop.Plugin.Misc.ExtendedVendor.Data
settingService ISettingService
objectContext ExtendedVendorObjectContext
categoryService ICategoryService
리턴 RoastedBytes.Nop.Plugin.Misc.ExtendedVendor.Data

GetConfigurationRoute() 공개 메소드

public GetConfigurationRoute ( string &actionName, string &controllerName, System &routeValues ) : void
actionName string
controllerName string
routeValues System
리턴 void

GetDisplayWidgetRoute() 공개 메소드

public GetDisplayWidgetRoute ( string widgetZone, string &actionName, string &controllerName, RouteValueDictionary &routeValues ) : void
widgetZone string
actionName string
controllerName string
routeValues RouteValueDictionary
리턴 void

GetWidgetZones() 공개 메소드

public GetWidgetZones ( ) : IList
리턴 IList

Install() 공개 메소드

public Install ( ) : void
리턴 void

ManageSiteMap() 공개 메소드

public ManageSiteMap ( Nop.Web.Framework.Menu.SiteMapNode rootNode ) : void
rootNode Nop.Web.Framework.Menu.SiteMapNode
리턴 void

Uninstall() 공개 메소드

public Uninstall ( ) : void
리턴 void