C# Class DotNetNuke.Modules.UserDefinedTable.List

Show file Open project: DNNCommunity/DNN.FormAndList Class Usage Examples

Protected Properties

Property Type Description
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

Property Type Description
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

Public Methods

Method Description
EnsureActionButton ( ) : void
RaisePostBackEvent ( string eventArgument ) : void

Protected Methods

Method Description
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

Private Methods

Method Description
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

Method Details

EnsureActionButton() public method

public EnsureActionButton ( ) : void
return void

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e EventArgs
return void

Page_PreRender() protected method

protected Page_PreRender ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

RaisePostBackEvent() public method

public RaisePostBackEvent ( string eventArgument ) : void
eventArgument string
return void

ctlPagingControl_CurrentPageChanged() protected method

protected ctlPagingControl_CurrentPageChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

grdData_Sorting() protected method

protected grdData_Sorting ( object sender, GridViewSortEventArgs e ) : void
sender object
e GridViewSortEventArgs
return void

Property Details

ActionLink protected property

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
return global::System.Web.UI.WebControls.HyperLink

XslOutput protected property

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
return global::System.Web.UI.WebControls.PlaceHolder

cmdResetSearch protected property

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
return global::System.Web.UI.WebControls.LinkButton

cmdSearch protected property

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
return global::System.Web.UI.WebControls.LinkButton

ctlPagingControl protected property

ctlPagingControl control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.WebControls.PagingControl ctlPagingControl
return global::DotNetNuke.UI.WebControls.PagingControl

grdData protected property

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
return global::System.Web.UI.WebControls.GridView

lblNoRecordsFound protected property

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
return global::System.Web.UI.WebControls.Label

panSearch protected property

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
return global::System.Web.UI.WebControls.Panel

phSearchSentence protected property

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
return global::System.Web.UI.WebControls.PlaceHolder

plSearch protected property

plSearch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plSearch
return global::System.Web.UI.UserControl

placeholderActions protected property

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
return global::System.Web.UI.HtmlControls.HtmlGenericControl