C# Class Carrotware.Web.UI.Controls.CarrotGridView

Inheritance: System.Web.UI.WebControls.GridView
Afficher le fichier Open project: ninianne98/CarrotCakeCMS Class Usage Examples

Private Properties

Свойство Type Description
GetPropertyValue object
ResetSortToColumn string
SetData void
SetTemplates void
SortDataListType IList
TestIfPropExists bool
WalkGridForHeadings void
WalkGridForHeadings void
WalkGridSetClick void

Méthodes publiques

Méthode Description
CarrotGridView ( ) : System
GetClickedCommand ( ) : string
GetProperties ( object obj ) : List
SortDataListType ( IList lst ) : IList
SortDataTable ( DataTable dt ) : DataTable
lblSort_Command ( object sender, EventArgs e ) : void

Méthodes protégées

Méthode Description
PerformDataBinding ( IEnumerable data ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Private Methods

Méthode Description
GetPropertyValue ( object obj, string property ) : object
ResetSortToColumn ( string sSortField ) : string
SetData ( ) : void
SetTemplates ( ) : void
SortDataListType ( IList lst, string sSort ) : IList
TestIfPropExists ( object obj, string property ) : bool
WalkGridForHeadings ( Control X ) : void
WalkGridForHeadings ( Control X, string sSortFld, string sSortDir ) : void
WalkGridSetClick ( Control X ) : void

Method Details

CarrotGridView() public méthode

public CarrotGridView ( ) : System
Résultat System

GetClickedCommand() public méthode

public GetClickedCommand ( ) : string
Résultat string

GetProperties() public méthode

public GetProperties ( object obj ) : List
obj object
Résultat List

PerformDataBinding() protected méthode

protected PerformDataBinding ( IEnumerable data ) : void
data IEnumerable
Résultat void

Render() protected méthode

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

SortDataListType() public méthode

public SortDataListType ( IList lst ) : IList
lst IList
Résultat IList

SortDataTable() public méthode

public SortDataTable ( DataTable dt ) : DataTable
dt System.Data.DataTable
Résultat System.Data.DataTable

lblSort_Command() public méthode

public lblSort_Command ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void