C# Class SevenSigma.MappingTool.GlymaMappingToolWebPart.MappingToolWebPartUserControl

Inheritance: System.Web.UI.UserControl
Mostrar archivo Open project: chris-tomich/Glyma

Protected Properties

Property Type Description
CssRegistration global::Microsoft.SharePoint.WebControls.CssRegistration
GlymaMapCssRegistration global::Microsoft.SharePoint.WebControls.CssRegistration
SilverlightPanel global::System.Web.UI.WebControls.Panel

Public Methods

Method Description
MappingToolWebPartUserControl ( ) : System

Protected Methods

Method Description
GetServerRelativeVersionedLayoutsFolder ( ) : string
OnPreRender ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
BuildInitParameters ( ) : void

Method Details

GetServerRelativeVersionedLayoutsFolder() protected method

protected GetServerRelativeVersionedLayoutsFolder ( ) : string
return string

MappingToolWebPartUserControl() public method

public MappingToolWebPartUserControl ( ) : System
return System

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return 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
return 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
return 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
return global::System.Web.UI.WebControls.Panel