C# Класс Profiles.Activity.Modules.Statistics.Statistics

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
editedProfilesCount global::System.Web.UI.WebControls.Literal
publicationsCount global::System.Web.UI.WebControls.Literal
totalProfilesCount global::System.Web.UI.WebControls.Literal

Открытые методы

Метод Описание
DrawProfilesModule ( ) : void
Statistics ( ) : System
Statistics ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System

Защищенные методы

Метод Описание
Page_Load ( object sender, EventArgs e ) : void

Описание методов

DrawProfilesModule() публичный Метод

public DrawProfilesModule ( ) : void
Результат void

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Statistics() публичный Метод

public Statistics ( ) : System
Результат System

Statistics() публичный Метод

public Statistics ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System
pagedata XmlDocument
moduleparams List
pagenamespaces XmlNamespaceManager
Результат System

Описание свойств

editedProfilesCount защищенное свойство

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
Результат global::System.Web.UI.WebControls.Literal

publicationsCount защищенное свойство

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
Результат global::System.Web.UI.WebControls.Literal

totalProfilesCount защищенное свойство

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
Результат global::System.Web.UI.WebControls.Literal