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

Afficher le fichier Open project: unic/SitecoreReferenception

Protected Properties

Свойство 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

Méthodes protégées

Méthode 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

Méthode 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 méthode

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

GetLinkItemId() protected méthode

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

GetTooltipId() protected méthode

Gets the tooltip identifier.
protected GetTooltipId ( RepeaterItem item ) : string
item RepeaterItem The item.
Résultat string

HasItemLink() protected méthode

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

HasTooltip() protected méthode

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

Page_Load() protected méthode

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