C# Class Carrotware.CMS.UI.Controls.BaseServerControl

Inheritance: Carrotware.CMS.Interface.WidgetParmDataWebControl
Afficher le fichier Open project: ninianne98/CarrotCakeCMS

Protected Properties

Свойство Type Description
navHelper ISiteNavHelper

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetCtrlText ( Control ctrl ) : string
IdentifyLinkAsInactive ( SiteNav nav ) : SiteNav

Méthodes protégées

Méthode Description
AreFilenamesSame ( string sParm1, string sParm2 ) : bool
BaseRender ( System.Web.UI.HtmlTextWriter writer ) : void
BaseRenderContents ( System.Web.UI.HtmlTextWriter output ) : void
GetCurrentPage ( ) : SiteNav
GetPageNavTree ( ) : List
GetParentPage ( ) : SiteNav
GetParentPageName ( ) : string
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void
RenderContents ( System.Web.UI.HtmlTextWriter output ) : void
SetSiteID ( ) : void

Method Details

AreFilenamesSame() protected méthode

protected AreFilenamesSame ( string sParm1, string sParm2 ) : bool
sParm1 string
sParm2 string
Résultat bool

BaseRender() protected méthode

protected BaseRender ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

BaseRenderContents() protected méthode

protected BaseRenderContents ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetCtrlText() public static méthode

public static GetCtrlText ( Control ctrl ) : string
ctrl System.Web.UI.Control
Résultat string

GetCurrentPage() protected méthode

protected GetCurrentPage ( ) : SiteNav
Résultat Carrotware.CMS.Core.SiteNav

GetPageNavTree() protected méthode

protected GetPageNavTree ( ) : List
Résultat List

GetParentPage() protected méthode

protected GetParentPage ( ) : SiteNav
Résultat Carrotware.CMS.Core.SiteNav

GetParentPageName() protected méthode

protected GetParentPageName ( ) : string
Résultat string

IdentifyLinkAsInactive() public static méthode

public static IdentifyLinkAsInactive ( SiteNav nav ) : SiteNav
nav Carrotware.CMS.Core.SiteNav
Résultat Carrotware.CMS.Core.SiteNav

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPreRender() protected méthode

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Résultat void

Render() protected méthode

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

RenderContents() protected méthode

protected RenderContents ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
Résultat void

SetSiteID() protected méthode

protected SetSiteID ( ) : void
Résultat void

Property Details

navHelper protected_oe property

protected ISiteNavHelper navHelper
Résultat ISiteNavHelper