C# 클래스 Referenception.Website.SitecoreModules.Shell.Referenception.ShowReferences

파일 보기 프로젝트 열기: unic/SitecoreReferenception

보호된 프로퍼티들

프로퍼티 타입 설명
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