C# Class Subtext.Web.Admin.PageLocation

显示文件 Open project: ayende/Subtext Class Usage Examples

Private Properties

Property Type Description
SetParent void

Public Methods

Method Description
AppendChild ( PageLocation newChild ) : void
GetAncestors ( ) : Subtext.Web.Admin.PageLocation[]
GetAncestors ( bool includeSelf ) : Subtext.Web.Admin.PageLocation[]
GetRootPage ( ) : PageLocation
GetRootPage ( PageLocation root ) : PageLocation
PageLocation ( ) : System
PageLocation ( Type pageType, string title, string url ) : System
PageLocation ( string id, string title, string url ) : System
PageLocation ( string id, string title, string url, string description ) : System

Private Methods

Method Description
SetParent ( PageLocation parentPage ) : void

Method Details

AppendChild() public method

public AppendChild ( PageLocation newChild ) : void
newChild PageLocation
return void

GetAncestors() public method

public GetAncestors ( ) : Subtext.Web.Admin.PageLocation[]
return Subtext.Web.Admin.PageLocation[]

GetAncestors() public method

public GetAncestors ( bool includeSelf ) : Subtext.Web.Admin.PageLocation[]
includeSelf bool
return Subtext.Web.Admin.PageLocation[]

GetRootPage() public static method

public static GetRootPage ( ) : PageLocation
return PageLocation

GetRootPage() public static method

public static GetRootPage ( PageLocation root ) : PageLocation
root PageLocation
return PageLocation

PageLocation() public method

public PageLocation ( ) : System
return System

PageLocation() public method

public PageLocation ( Type pageType, string title, string url ) : System
pageType System.Type
title string
url string
return System

PageLocation() public method

public PageLocation ( string id, string title, string url ) : System
id string
title string
url string
return System

PageLocation() public method

public PageLocation ( string id, string title, string url, string description ) : System
id string
title string
url string
description string
return System