C# Class Referenception.Website.SitecoreModules.Shell.Referenception.ShowReferences

Datei anzeigen Open project: unic/SitecoreReferenception

Protected Properties

Property Type Description
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

Protected Methods

Method Description
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.

Private Methods

Method Description
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.

Method Details

FirstCssClass() protected method

Returns the CSS class based on the index position
protected FirstCssClass ( int index ) : string
index int The index.
return string

GetLinkItemId() protected method

Gets the link item identifier.
protected GetLinkItemId ( RepeaterItem repeaterItem ) : string
repeaterItem RepeaterItem The repeater item.
return string

GetTooltipId() protected method

Gets the tooltip identifier.
protected GetTooltipId ( RepeaterItem item ) : string
item RepeaterItem The item.
return string

HasItemLink() protected method

Determines whether the specified item has tooltip.
protected HasItemLink ( RepeaterItem repeaterItem ) : bool
repeaterItem RepeaterItem The repeater item.
return bool

HasTooltip() protected method

Determines whether the specified item has tooltip.
protected HasTooltip ( RepeaterItem repeaterItem ) : bool
repeaterItem RepeaterItem The repeater item.
return bool

Page_Load() protected method

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.
return void

Property Details

form1 protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlForm

litTitle protected_oe property

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
return global::System.Web.UI.WebControls.Literal

panError protected_oe property

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
return global::System.Web.UI.WebControls.Panel

panNoProviders protected_oe property

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
return global::System.Web.UI.WebControls.Panel

plhData protected_oe property

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
return global::System.Web.UI.WebControls.PlaceHolder

repProviders protected_oe property

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
return global::System.Web.UI.WebControls.Repeater