C# Class DotNetNuke.Modules.UserDefinedTable.List

Afficher le fichier Open project: DNNCommunity/DNN.FormAndList Class Usage Examples

Protected Properties

Свойство 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

Свойство 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

Méthodes publiques

Méthode Description
EnsureActionButton ( ) : void
RaisePostBackEvent ( string eventArgument ) : void

Méthodes protégées

Méthode 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

Méthode 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 méthode

public EnsureActionButton ( ) : void
Résultat void

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e EventArgs
Résultat void

Page_PreRender() protected méthode

protected Page_PreRender ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

RaisePostBackEvent() public méthode

public RaisePostBackEvent ( string eventArgument ) : void
eventArgument string
Résultat void

ctlPagingControl_CurrentPageChanged() protected méthode

protected ctlPagingControl_CurrentPageChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

grdData_Sorting() protected méthode

protected grdData_Sorting ( object sender, GridViewSortEventArgs e ) : void
sender object
e GridViewSortEventArgs
Résultat void

Property Details

ActionLink protected_oe 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
Résultat global::System.Web.UI.WebControls.HyperLink

XslOutput protected_oe 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
Résultat global::System.Web.UI.WebControls.PlaceHolder

cmdResetSearch protected_oe 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
Résultat global::System.Web.UI.WebControls.LinkButton

cmdSearch protected_oe 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
Résultat global::System.Web.UI.WebControls.LinkButton

ctlPagingControl protected_oe 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
Résultat global::DotNetNuke.UI.WebControls.PagingControl

grdData protected_oe 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
Résultat global::System.Web.UI.WebControls.GridView

lblNoRecordsFound protected_oe 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
Résultat global::System.Web.UI.WebControls.Label

panSearch protected_oe 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
Résultat global::System.Web.UI.WebControls.Panel

phSearchSentence protected_oe 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
Résultat global::System.Web.UI.WebControls.PlaceHolder

plSearch protected_oe 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
Résultat global::System.Web.UI.UserControl

placeholderActions protected_oe 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
Résultat global::System.Web.UI.HtmlControls.HtmlGenericControl