C# Class Telerik.Web.Mvc.SiteMapBuilder

Inheritance: IHideObjectMembers
Afficher le fichier Open project: juanplopes/simple-telerik

Méthodes publiques

Méthode Description
CacheDurationInMinutes ( float value ) : SiteMapBuilder

Caches the duration in minutes.

Compress ( bool value ) : SiteMapBuilder

Compresses the specified value.

GenerateSearchEngineMap ( bool value ) : SiteMapBuilder

Generates the search engine map.

SiteMapBuilder ( SiteMapBase siteMap ) : System.ComponentModel

Initializes a new instance of the SiteMapBuilder class.

Private Methods

Méthode Description
ToSiteMap ( ) : SiteMapBase

Method Details

CacheDurationInMinutes() public méthode

Caches the duration in minutes.
public CacheDurationInMinutes ( float value ) : SiteMapBuilder
value float The value.
Résultat SiteMapBuilder

Compress() public méthode

Compresses the specified value.
public Compress ( bool value ) : SiteMapBuilder
value bool if set to true [value].
Résultat SiteMapBuilder

GenerateSearchEngineMap() public méthode

Generates the search engine map.
public GenerateSearchEngineMap ( bool value ) : SiteMapBuilder
value bool if set to true [value].
Résultat SiteMapBuilder

SiteMapBuilder() public méthode

Initializes a new instance of the SiteMapBuilder class.
public SiteMapBuilder ( SiteMapBase siteMap ) : System.ComponentModel
siteMap SiteMapBase The site map.
Résultat System.ComponentModel