C# 클래스 Subtext.Web.Admin.WebUI.BreadCrumbs

상속: System.Web.UI.Control
파일 보기 프로젝트 열기: ayende/Subtext

보호된 프로퍼티들

프로퍼티 타입 설명
_cssClass string
_includeRoot bool
_includeSelf bool
_isPanel bool
_lastCssClass string
_lastItem PageLocation
_lastItemOverride bool
_lastItemStatic bool
_lastItemText string
_lastStyle System.Collections.Specialized.NameValueCollection
_linkCssClass string
_linkStyle System.Collections.Specialized.NameValueCollection
_pageID string
_prefixText string
_separator string
_spacer string
_usePrefixText bool
_useSpacers bool
container System.Web.UI.Control

공개 메소드들

메소드 설명
AddLastItem ( string title ) : void
AddLastItem ( string title, string url ) : void
AddLastItem ( string title, string url, string description ) : void
BreadCrumbs ( ) : System

보호된 메소드들

메소드 설명
ApplyStyles ( WebControl control, bool isLastItem ) : WebControl
CreateHyperLinkFromLocation ( PageLocation value, bool isLastItem ) : HyperLink
GetSampleAncestors ( ) : PageLocation[]
Render ( System.Web.UI.HtmlTextWriter writer ) : void
SetContainer ( ) : void

메소드 상세

AddLastItem() 공개 메소드

public AddLastItem ( string title ) : void
title string
리턴 void

AddLastItem() 공개 메소드

public AddLastItem ( string title, string url ) : void
title string
url string
리턴 void

AddLastItem() 공개 메소드

public AddLastItem ( string title, string url, string description ) : void
title string
url string
description string
리턴 void

ApplyStyles() 보호된 메소드

protected ApplyStyles ( WebControl control, bool isLastItem ) : WebControl
control System.Web.UI.WebControls.WebControl
isLastItem bool
리턴 System.Web.UI.WebControls.WebControl

BreadCrumbs() 공개 메소드

public BreadCrumbs ( ) : System
리턴 System

CreateHyperLinkFromLocation() 보호된 메소드

protected CreateHyperLinkFromLocation ( PageLocation value, bool isLastItem ) : HyperLink
value PageLocation
isLastItem bool
리턴 System.Web.UI.WebControls.HyperLink

GetSampleAncestors() 보호된 메소드

protected GetSampleAncestors ( ) : PageLocation[]
리턴 PageLocation[]

Render() 보호된 메소드

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void

SetContainer() 보호된 메소드

protected SetContainer ( ) : void
리턴 void

프로퍼티 상세

_cssClass 보호되어 있는 프로퍼티

protected string _cssClass
리턴 string

_includeRoot 보호되어 있는 프로퍼티

protected bool _includeRoot
리턴 bool

_includeSelf 보호되어 있는 프로퍼티

protected bool _includeSelf
리턴 bool

_isPanel 보호되어 있는 프로퍼티

protected bool _isPanel
리턴 bool

_lastCssClass 보호되어 있는 프로퍼티

protected string _lastCssClass
리턴 string

_lastItem 보호되어 있는 프로퍼티

protected PageLocation _lastItem
리턴 PageLocation

_lastItemOverride 보호되어 있는 프로퍼티

protected bool _lastItemOverride
리턴 bool

_lastItemStatic 보호되어 있는 프로퍼티

protected bool _lastItemStatic
리턴 bool

_lastItemText 보호되어 있는 프로퍼티

protected string _lastItemText
리턴 string

_lastStyle 보호되어 있는 프로퍼티

protected NameValueCollection,System.Collections.Specialized _lastStyle
리턴 System.Collections.Specialized.NameValueCollection

_linkCssClass 보호되어 있는 프로퍼티

protected string _linkCssClass
리턴 string

_linkStyle 보호되어 있는 프로퍼티

protected NameValueCollection,System.Collections.Specialized _linkStyle
리턴 System.Collections.Specialized.NameValueCollection

_pageID 보호되어 있는 프로퍼티

protected string _pageID
리턴 string

_prefixText 보호되어 있는 프로퍼티

protected string _prefixText
리턴 string

_separator 보호되어 있는 프로퍼티

protected string _separator
리턴 string

_spacer 보호되어 있는 프로퍼티

protected string _spacer
리턴 string

_usePrefixText 보호되어 있는 프로퍼티

protected bool _usePrefixText
리턴 bool

_useSpacers 보호되어 있는 프로퍼티

protected bool _useSpacers
리턴 bool

container 보호되어 있는 프로퍼티

protected Control,System.Web.UI container
리턴 System.Web.UI.Control