C# Класс Engage.Dnn.Publish.Controls.CustomDisplay

Наследование: ModuleBase, IActionable
Показать файл Открыть проект

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

Свойство Тип Описание
EditText string
Visibility bool
divParentCategoryDescription global::System.Web.UI.HtmlControls.HtmlGenericControl
divParentCategoryName global::System.Web.UI.HtmlControls.HtmlGenericControl
imgRss global::System.Web.UI.HtmlControls.HtmlImage
lblCategory global::System.Web.UI.WebControls.Literal
lblCategoryDescription global::System.Web.UI.WebControls.Label
lblMessage global::System.Web.UI.WebControls.Label
lnkNext global::System.Web.UI.WebControls.HyperLink
lnkPrevious global::System.Web.UI.WebControls.HyperLink
lnkRss global::System.Web.UI.WebControls.HyperLink
lstItems global::System.Web.UI.WebControls.Repeater
pnlPaging global::System.Web.UI.WebControls.Panel

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

Метод Описание
BuildEditUrl ( int itemId, int tabId, int moduleId, int portalId ) : string
DisplayItemCommentCount ( object commentCount ) : string

Format Text currently just looks for the token

DisplayItemViewCount ( object viewCount ) : string

Format Text currently just looks for the token

FormatDate ( object date ) : string
FormatText ( object text ) : string

Format Text currently just looks for the token

GetAuthor ( object author, object authorUserId, int portalId ) : string
GetItemTypeCssClass ( object dataItem ) : string
OnInit ( EventArgs e ) : void

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

Метод Описание
BuildPageList ( int totalItems ) : void
GetData ( ) : DataTable
GetDataTable ( ) : DataTable
Page_Load ( object sender, EventArgs e ) : void
RecordView ( ) : void

Record a Viewing.

SetPagingLink ( NameValueCollection queryString, HyperLink link, bool showLink, int linkedPageId, int tabId ) : void
SortOrder ( ) : string
SortTable ( DataTable dt ) : DataTable
lstItems_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void

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

BuildEditUrl() защищенный статический Метод

protected static BuildEditUrl ( int itemId, int tabId, int moduleId, int portalId ) : string
itemId int
tabId int
moduleId int
portalId int
Результат string

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

Format Text currently just looks for the token
protected DisplayItemCommentCount ( object commentCount ) : string
commentCount object
Результат string

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

Format Text currently just looks for the token
protected DisplayItemViewCount ( object viewCount ) : string
viewCount object
Результат string

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

protected FormatDate ( object date ) : string
date object
Результат string

FormatText() защищенный статический Метод

Format Text currently just looks for the token
protected static FormatText ( object text ) : string
text object
Результат string

GetAuthor() защищенный статический Метод

protected static GetAuthor ( object author, object authorUserId, int portalId ) : string
author object
authorUserId object
portalId int
Результат string

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

protected GetItemTypeCssClass ( object dataItem ) : string
dataItem object
Результат string

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

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Результат void

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

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

protected string EditText
Результат string

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

protected bool Visibility
Результат bool

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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