C# Класс DotNetNuke.Modules.UserDefinedTable.List

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
ActionLink global::System.Web.UI.WebControls.HyperLink
XslOutput global::System.Web.UI.WebControls.PlaceHolder
cmdResetSearch global::System.Web.UI.WebControls.LinkButton
cmdSearch global::System.Web.UI.WebControls.LinkButton
ctlPagingControl global::DotNetNuke.UI.WebControls.PagingControl
grdData global::System.Web.UI.WebControls.GridView
lblNoRecordsFound global::System.Web.UI.WebControls.Label
panSearch global::System.Web.UI.WebControls.Panel
phSearchSentence global::System.Web.UI.WebControls.PlaceHolder
plSearch global::System.Web.UI.UserControl
placeholderActions global::System.Web.UI.HtmlControls.HtmlGenericControl

Private Properties

Свойство Тип Описание
BindData void
BindDataToDataGrid void
BindDataUsingXslTransform void
CopyScriptToPortal string
GetFieldTitle string
GetModuleControl PortalModuleBase
GetRowFilter string
HandleException void
HasAddPermissonByQuota bool
IsKnownField bool
Page_Load void
PopulateDataGridColumns void
SchemaIsDefined bool
ShowModuleMessage void
ShowModuleMessage void

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

Метод Описание
EnsureActionButton ( ) : void
RaisePostBackEvent ( string eventArgument ) : void

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

Метод Описание
OnInit ( EventArgs e ) : void
Page_PreRender ( object sender, EventArgs e ) : void
ctlPagingControl_CurrentPageChanged ( object sender, EventArgs e ) : void
grdData_Sorting ( object sender, GridViewSortEventArgs e ) : void

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

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

BindDataToDataGrid fetchs the data from the database and binds it to the grid

BindDataUsingXslTransform ( string styleSheet ) : void

BindDataUsingXslTransform fetchs the data from the database and binds it to the grid

CopyScriptToPortal ( string styleSheet ) : string
GetFieldTitle ( int fieldId ) : string
GetModuleControl ( ) : PortalModuleBase
GetRowFilter ( string filter, string search ) : string
HandleException ( Exception exc, string localizedMessage ) : void
HasAddPermissonByQuota ( ) : bool
IsKnownField ( string fieldName ) : bool
Page_Load ( object sender, EventArgs e ) : void
PopulateDataGridColumns ( ) : void

set up Fielddefinitions for Datagrid

SchemaIsDefined ( ) : bool
ShowModuleMessage ( string message ) : void
ShowModuleMessage ( string keyForLocalization, string parameter, string fallBackMessage ) : void

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

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

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

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

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

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

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

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

public RaisePostBackEvent ( string eventArgument ) : void
eventArgument string
Результат void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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