C# Class Profiles.Profile.Modules.CustomViewConceptPublication

显示文件 Open project: ProfilesRNS/ProfilesRNS

Public Methods

Method Description
CustomViewConceptPublication ( ) : System
CustomViewConceptPublication ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System
DrawProfilesModule ( ) : void

Protected Methods

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

Method Details

CustomViewConceptPublication() public method

public CustomViewConceptPublication ( ) : System
return System

CustomViewConceptPublication() public method

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

DrawProfilesModule() public method

public DrawProfilesModule ( ) : void
return void

Page_Load() protected method

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