C# Класс Nop.Services.Seo.SitemapGenerator

Represents a sitemap generator
Наследование: Nop.Services.Seo.BaseSitemapGenerator, ISitemapGenerator
Показать файл Открыть проект

Открытые методы

Метод Описание
SitemapGenerator ( ICategoryService categoryService, IProductService productService, IManufacturerService manufacturerService, ITopicService topicService, CommonSettings commonSettings, IWebHelper webHelper ) : System

Защищенные методы

Метод Описание
GenerateUrlNodes ( ) : void

Method that is overridden, that handles creation of child urls. Use the method WriteUrlLocation() within this method.

Приватные методы

Метод Описание
WriteCategories ( int parentCategoryId ) : void
WriteManufacturers ( ) : void
WriteProducts ( ) : void
WriteTopics ( ) : void

Описание методов

GenerateUrlNodes() защищенный Метод

Method that is overridden, that handles creation of child urls. Use the method WriteUrlLocation() within this method.
protected GenerateUrlNodes ( ) : void
Результат void

SitemapGenerator() публичный Метод

public SitemapGenerator ( ICategoryService categoryService, IProductService productService, IManufacturerService manufacturerService, ITopicService topicService, CommonSettings commonSettings, IWebHelper webHelper ) : System
categoryService ICategoryService
productService IProductService
manufacturerService IManufacturerService
topicService ITopicService
commonSettings Nop.Core.Domain.Common.CommonSettings
webHelper IWebHelper
Результат System