C# Class Profiles.Framework.Modules.MainMenu.MainMenu

Datei anzeigen Open project: ProfilesRNS/ProfilesRNS

Protected Properties

Property Type Description
ActiveNetworkRelationshipTypes global::Profiles.Framework.Modules.MainMenu.SetActiveNetworks
ProfileHistory global::Profiles.Framework.Modules.MainMenu.History
panelMenu global::System.Web.UI.HtmlControls.HtmlGenericControl

Public Methods

Method Description
MainMenu ( ) : System
MainMenu ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System

Protected Methods

Method Description
Page_Init ( object sender, EventArgs e ) : void

Private Methods

Method Description
DrawProfilesModule ( ) : void

Method Details

MainMenu() public method

public MainMenu ( ) : System
return System

MainMenu() public method

public MainMenu ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System
pagedata XmlDocument
moduleparams List
pagenamespaces XmlNamespaceManager
return System

Page_Init() protected method

protected Page_Init ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

ActiveNetworkRelationshipTypes protected_oe property

ActiveNetworkRelationshipTypes control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Profiles.Framework.Modules.MainMenu.SetActiveNetworks ActiveNetworkRelationshipTypes
return global::Profiles.Framework.Modules.MainMenu.SetActiveNetworks

ProfileHistory protected_oe property

ProfileHistory control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Profiles.Framework.Modules.MainMenu.History ProfileHistory
return global::Profiles.Framework.Modules.MainMenu.History

panelMenu protected_oe property

panelMenu control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl panelMenu
return global::System.Web.UI.HtmlControls.HtmlGenericControl