C# Класс Profiles.Profile.Modules.CustomViewAuthorInAuthorship

Наследование: Profiles.Framework.Utilities.BaseModule
Показать файл Открыть проект

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

Свойство Тип Описание
litTimelineTable global::System.Web.UI.WebControls.Literal
loginLiteral global::System.Web.UI.WebControls.Literal
rpPublication global::System.Web.UI.WebControls.Repeater
supportText global::System.Web.UI.WebControls.Literal
timelineBar global::System.Web.UI.HtmlControls.HtmlImage

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

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

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

Метод Описание
Page_Load ( object sender, EventArgs e ) : void
rpPublication_OnDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void

Приватные методы

Метод Описание
DrawProfilesModule ( ) : void

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

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

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

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

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

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

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

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

protected rpPublication_OnDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void
sender object
e System.Web.UI.WebControls.RepeaterItemEventArgs
Результат void

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

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

litTimelineTable control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal litTimelineTable
Результат global::System.Web.UI.WebControls.Literal

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

loginLiteral control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal loginLiteral
Результат global::System.Web.UI.WebControls.Literal

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

rpPublication control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater rpPublication
Результат global::System.Web.UI.WebControls.Repeater

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

supportText control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal supportText
Результат global::System.Web.UI.WebControls.Literal

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

timelineBar control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlImage timelineBar
Результат global::System.Web.UI.HtmlControls.HtmlImage