C# Class SevenSigma.MappingTool.GlymaMappingToolWebPart.MappingToolWebPartUserControl

Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: chris-tomich/Glyma

Protected Properties

Свойство Type Description
CssRegistration global::Microsoft.SharePoint.WebControls.CssRegistration
GlymaMapCssRegistration global::Microsoft.SharePoint.WebControls.CssRegistration
SilverlightPanel global::System.Web.UI.WebControls.Panel

Méthodes publiques

Méthode Description
MappingToolWebPartUserControl ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
BuildInitParameters ( ) : void

Method Details

GetServerRelativeVersionedLayoutsFolder() protected méthode

protected GetServerRelativeVersionedLayoutsFolder ( ) : string
Résultat string

MappingToolWebPartUserControl() public méthode

public MappingToolWebPartUserControl ( ) : System
Résultat System

OnPreRender() protected méthode

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

Page_Load() protected méthode

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

Property Details

CssRegistration protected_oe property

CssRegistration control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Microsoft.SharePoint.WebControls.CssRegistration CssRegistration
Résultat global::Microsoft.SharePoint.WebControls.CssRegistration

GlymaMapCssRegistration protected_oe property

GlymaMapCssRegistration control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Microsoft.SharePoint.WebControls.CssRegistration GlymaMapCssRegistration
Résultat global::Microsoft.SharePoint.WebControls.CssRegistration

SilverlightPanel protected_oe property

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