C# 클래스 Subtext.Web.Admin.PageLocation

파일 보기 프로젝트 열기: ayende/Subtext 1 사용 예제들

Private Properties

프로퍼티 타입 설명
SetParent void

공개 메소드들

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

비공개 메소드들

메소드 설명
SetParent ( PageLocation parentPage ) : void

메소드 상세

AppendChild() 공개 메소드

public AppendChild ( PageLocation newChild ) : void
newChild PageLocation
리턴 void

GetAncestors() 공개 메소드

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

GetAncestors() 공개 메소드

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

GetRootPage() 공개 정적인 메소드

public static GetRootPage ( ) : PageLocation
리턴 PageLocation

GetRootPage() 공개 정적인 메소드

public static GetRootPage ( PageLocation root ) : PageLocation
root PageLocation
리턴 PageLocation

PageLocation() 공개 메소드

public PageLocation ( ) : System
리턴 System

PageLocation() 공개 메소드

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

PageLocation() 공개 메소드

public PageLocation ( string id, string title, string url ) : System
id string
title string
url string
리턴 System

PageLocation() 공개 메소드

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