C# Класс Subtext.Web.Admin.WebUI.BreadCrumbs

Наследование: System.Web.UI.Control
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
_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