C# 클래스 Nop.Services.Seo.SitemapGenerator

Represents a sitemap generator
상속: Nop.Services.Seo.BaseSitemapGenerator, ISitemapGenerator
파일 보기 프로젝트 열기: emilianionascu/NopCommerce

공개 메소드들

메소드 설명
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