C# Класс Referenception.Website.SitecoreModules.Shell.Referenception.ShowReferences

Показать файл Открыть проект

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

Свойство Тип Описание
form1 global::System.Web.UI.HtmlControls.HtmlForm
litTitle global::System.Web.UI.WebControls.Literal
panError global::System.Web.UI.WebControls.Panel
panNoProviders global::System.Web.UI.WebControls.Panel
plhData global::System.Web.UI.WebControls.PlaceHolder
repProviders global::System.Web.UI.WebControls.Repeater

Защищенные методы

Метод Описание
FirstCssClass ( int index ) : string

Returns the CSS class based on the index position

GetLinkItemId ( RepeaterItem repeaterItem ) : string

Gets the link item identifier.

GetTooltipId ( RepeaterItem item ) : string

Gets the tooltip identifier.

HasItemLink ( RepeaterItem repeaterItem ) : bool

Determines whether the specified item has tooltip.

HasTooltip ( RepeaterItem repeaterItem ) : bool

Determines whether the specified item has tooltip.

Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

Приватные методы

Метод Описание
GetProvider ( RepeaterItem item ) : ReferenceProviderBase

Gets the provider.

Providers_OnItemDataBound ( object sender, RepeaterItemEventArgs e ) : void

Handles the OnItemDataBound event of the Providers control.

Rows_OnItemDataBound ( object sender, RepeaterItemEventArgs e ) : void

Handles the OnItemDataBound event of the Rows control.

Описание методов

FirstCssClass() защищенный Метод

Returns the CSS class based on the index position
protected FirstCssClass ( int index ) : string
index int The index.
Результат string

GetLinkItemId() защищенный Метод

Gets the link item identifier.
protected GetLinkItemId ( RepeaterItem repeaterItem ) : string
repeaterItem RepeaterItem The repeater item.
Результат string

GetTooltipId() защищенный Метод

Gets the tooltip identifier.
protected GetTooltipId ( RepeaterItem item ) : string
item RepeaterItem The item.
Результат string

HasItemLink() защищенный Метод

Determines whether the specified item has tooltip.
protected HasItemLink ( RepeaterItem repeaterItem ) : bool
repeaterItem RepeaterItem The repeater item.
Результат bool

HasTooltip() защищенный Метод

Determines whether the specified item has tooltip.
protected HasTooltip ( RepeaterItem repeaterItem ) : bool
repeaterItem RepeaterItem The repeater item.
Результат bool

Page_Load() защищенный Метод

Handles the Load event of the Page control.
No item found
protected Page_Load ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
Результат void

Описание свойств

form1 защищенное свойство

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
Результат global::System.Web.UI.HtmlControls.HtmlForm

litTitle защищенное свойство

litTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal litTitle
Результат global::System.Web.UI.WebControls.Literal

panError защищенное свойство

panError control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel panError
Результат global::System.Web.UI.WebControls.Panel

panNoProviders защищенное свойство

panNoProviders control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel panNoProviders
Результат global::System.Web.UI.WebControls.Panel

plhData защищенное свойство

plhData control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder plhData
Результат global::System.Web.UI.WebControls.PlaceHolder

repProviders защищенное свойство

repProviders control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater repProviders
Результат global::System.Web.UI.WebControls.Repeater