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

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

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

Свойство Тип Описание
divViewIn global::System.Web.UI.HtmlControls.HtmlGenericControl
imgAuthor global::System.Web.UI.HtmlControls.HtmlImage
imgSubjectArea global::System.Web.UI.HtmlControls.HtmlImage
litPublication global::System.Web.UI.WebControls.Literal
litinformationResourceReference global::System.Web.UI.WebControls.Literal
pnlAuthors global::System.Web.UI.WebControls.Panel
pnlSubjectAreas global::System.Web.UI.WebControls.Panel
rptAuthors global::System.Web.UI.WebControls.Repeater
rptSubjectAreas global::System.Web.UI.WebControls.Repeater

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

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

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

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

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

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

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

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

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

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

public CustomViewInformationResource ( 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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