프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
protected Page_PreRender ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
리턴 | void |
public RaisePostBackEvent ( string eventArgument ) : void | ||
eventArgument | string | |
리턴 | void |
protected ctlPagingControl_CurrentPageChanged ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
리턴 | void |
protected grdData_Sorting ( object sender, GridViewSortEventArgs e ) : void | ||
sender | object | |
e | GridViewSortEventArgs | |
리턴 | void |
protected global::System.Web.UI.WebControls.HyperLink ActionLink | ||
리턴 | global::System.Web.UI.WebControls.HyperLink |
protected global::System.Web.UI.WebControls.PlaceHolder XslOutput | ||
리턴 | global::System.Web.UI.WebControls.PlaceHolder |
protected global::System.Web.UI.WebControls.LinkButton cmdResetSearch | ||
리턴 | global::System.Web.UI.WebControls.LinkButton |
protected global::System.Web.UI.WebControls.LinkButton cmdSearch | ||
리턴 | global::System.Web.UI.WebControls.LinkButton |
protected global::DotNetNuke.UI.WebControls.PagingControl ctlPagingControl | ||
리턴 | global::DotNetNuke.UI.WebControls.PagingControl |
protected global::System.Web.UI.WebControls.GridView grdData | ||
리턴 | global::System.Web.UI.WebControls.GridView |
protected global::System.Web.UI.WebControls.Label lblNoRecordsFound | ||
리턴 | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Panel panSearch | ||
리턴 | global::System.Web.UI.WebControls.Panel |
protected global::System.Web.UI.WebControls.PlaceHolder phSearchSentence | ||
리턴 | global::System.Web.UI.WebControls.PlaceHolder |
protected global::System.Web.UI.UserControl plSearch | ||
리턴 | global::System.Web.UI.UserControl |