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

Afficher le fichier Open project: ProfilesRNS/ProfilesRNS

Protected Properties

Свойство Type Description
editedProfilesCount global::System.Web.UI.WebControls.Literal
publicationsCount global::System.Web.UI.WebControls.Literal
totalProfilesCount global::System.Web.UI.WebControls.Literal

Méthodes publiques

Méthode Description
DrawProfilesModule ( ) : void
Statistics ( ) : System
Statistics ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System

Méthodes protégées

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

Method Details

DrawProfilesModule() public méthode

public DrawProfilesModule ( ) : void
Résultat void

Page_Load() protected méthode

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

Statistics() public méthode

public Statistics ( ) : System
Résultat System

Statistics() public méthode

public Statistics ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System
pagedata XmlDocument
moduleparams List
pagenamespaces XmlNamespaceManager
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.Literal