C# Class ProjectName.Web.WebPartSample

Inheritance: System.Web.BasePage
Afficher le fichier Open project: MonoSoftware/MonoX-Sample-Solution

Protected Properties

Свойство Type Description
helloWorldSample global::ProjectName.Web.WebParts.HelloWorld
leftWebPartZone global::MonoSoftware.MonoX.PortalWebPartZone
pnlDescription global::System.Web.UI.WebControls.Panel
rightPartZone global::MonoSoftware.MonoX.PortalWebPartZone

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

helloWorldSample protected_oe property

helloWorldSample control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ProjectName.Web.WebParts.HelloWorld helloWorldSample
Résultat global::ProjectName.Web.WebParts.HelloWorld

leftWebPartZone protected_oe property

leftWebPartZone control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::MonoSoftware.MonoX.PortalWebPartZone leftWebPartZone
Résultat global::MonoSoftware.MonoX.PortalWebPartZone

pnlDescription protected_oe property

pnlDescription control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlDescription
Résultat global::System.Web.UI.WebControls.Panel

rightPartZone protected_oe property

rightPartZone control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::MonoSoftware.MonoX.PortalWebPartZone rightPartZone
Résultat global::MonoSoftware.MonoX.PortalWebPartZone