C# Class Profiles.Activity.Modules.Statistics.Statistics

ファイルを表示 Open project: ProfilesRNS/ProfilesRNS

Protected Properties

Property Type Description
editedProfilesCount global::System.Web.UI.WebControls.Literal
publicationsCount global::System.Web.UI.WebControls.Literal
totalProfilesCount global::System.Web.UI.WebControls.Literal

Public Methods

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

Protected Methods

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

Method Details

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

Statistics() public method

public Statistics ( ) : System
return System

Statistics() public method

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

Property Details

editedProfilesCount protected_oe property

editedProfilesCount control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal editedProfilesCount
return global::System.Web.UI.WebControls.Literal

publicationsCount protected_oe property

publicationsCount control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal publicationsCount
return global::System.Web.UI.WebControls.Literal

totalProfilesCount protected_oe property

totalProfilesCount control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal totalProfilesCount
return global::System.Web.UI.WebControls.Literal