Method | Description | |
---|---|---|
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 |
public BuildMenuItem ( ) : Nop.Web.Framework.Menu.SiteMapNode | ||
return | Nop.Web.Framework.Menu.SiteMapNode |
public ExtendedVendorPlugin ( ISettingService settingService, ExtendedVendorObjectContext objectContext, ICategoryService categoryService ) : RoastedBytes.Nop.Plugin.Misc.ExtendedVendor.Data | ||
settingService | ISettingService | |
objectContext | ExtendedVendorObjectContext | |
categoryService | ICategoryService | |
return | RoastedBytes.Nop.Plugin.Misc.ExtendedVendor.Data |
public GetConfigurationRoute ( string &actionName, string &controllerName, System &routeValues ) : void | ||
actionName | string | |
controllerName | string | |
routeValues | System | |
return | void |
public GetDisplayWidgetRoute ( string widgetZone, string &actionName, string &controllerName, RouteValueDictionary &routeValues ) : void | ||
widgetZone | string | |
actionName | string | |
controllerName | string | |
routeValues | RouteValueDictionary | |
return | void |
public ManageSiteMap ( Nop.Web.Framework.Menu.SiteMapNode rootNode ) : void | ||
rootNode | Nop.Web.Framework.Menu.SiteMapNode | |
return | void |