C# Class Subtext.Web.Admin.SiteMap

Afficher le fichier Open project: ayende/Subtext

Méthodes publiques

Méthode Description
AddPage ( PageLocation value ) : void
ContainsID ( string id ) : bool
GetAncestors ( string id ) : Subtext.Web.Admin.PageLocation[]
GetAncestors ( string id, bool includeSelf ) : Subtext.Web.Admin.PageLocation[]
LoadConfiguration ( ) : void
LoadConfiguration ( string filePath ) : void
this ( string index ) : PageLocation

Méthodes protégées

Méthode Description
ClearPages ( ) : void
PopulateLookupList ( ) : void
RecursePageLocations ( PageLocation currentLocation ) : void
SetRoot ( PageLocation root ) : void
SiteMap ( ) : System

Method Details

AddPage() public méthode

public AddPage ( PageLocation value ) : void
value PageLocation
Résultat void

ClearPages() protected méthode

protected ClearPages ( ) : void
Résultat void

ContainsID() public méthode

public ContainsID ( string id ) : bool
id string
Résultat bool

GetAncestors() public méthode

public GetAncestors ( string id ) : Subtext.Web.Admin.PageLocation[]
id string
Résultat Subtext.Web.Admin.PageLocation[]

GetAncestors() public méthode

public GetAncestors ( string id, bool includeSelf ) : Subtext.Web.Admin.PageLocation[]
id string
includeSelf bool
Résultat Subtext.Web.Admin.PageLocation[]

LoadConfiguration() public static méthode

public static LoadConfiguration ( ) : void
Résultat void

LoadConfiguration() public static méthode

public static LoadConfiguration ( string filePath ) : void
filePath string
Résultat void

PopulateLookupList() protected méthode

protected PopulateLookupList ( ) : void
Résultat void

RecursePageLocations() protected méthode

protected RecursePageLocations ( PageLocation currentLocation ) : void
currentLocation PageLocation
Résultat void

SetRoot() protected méthode

protected SetRoot ( PageLocation root ) : void
root PageLocation
Résultat void

SiteMap() protected méthode

protected SiteMap ( ) : System
Résultat System

this() public méthode

public this ( string index ) : PageLocation
index string
Résultat PageLocation