C# Class ViewTable, monkeywrench

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: rolfbjarne/monkeywrench Class Usage Examples

Protected Properties

Свойство Type Description
buildtable global::System.Web.UI.HtmlControls.HtmlGenericControl
header global::System.Web.UI.HtmlControls.HtmlGenericControl
pager global::System.Web.UI.HtmlControls.HtmlGenericControl

Private Properties

Свойство Type Description
GeneratePageLink string

Méthodes publiques

Méthode Description
GenerateHeader ( DBLane lane, MonkeyWrench.DataClasses.DBHost host, bool horizontal ) : string
GenerateLaneTable ( GetViewTableDataResponse response, DBLane lane, MonkeyWrench.DataClasses.DBHost host, bool horizontal, int page, int limit ) : string
GeneratePager ( GetViewTableDataResponse response, DBLane lane, MonkeyWrench.DataClasses.DBHost host, int page, int limit ) : string

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void

Private Methods

Méthode Description
GeneratePageLink ( int hostid, int laneid, int page, int limit ) : string

Method Details

GenerateHeader() public méthode

public GenerateHeader ( DBLane lane, MonkeyWrench.DataClasses.DBHost host, bool horizontal ) : string
lane MonkeyWrench.DataClasses.DBLane
host MonkeyWrench.DataClasses.DBHost
horizontal bool
Résultat string

GenerateLaneTable() public méthode

public GenerateLaneTable ( GetViewTableDataResponse response, DBLane lane, MonkeyWrench.DataClasses.DBHost host, bool horizontal, int page, int limit ) : string
response MonkeyWrench.DataClasses.Logic.GetViewTableDataResponse
lane MonkeyWrench.DataClasses.DBLane
host MonkeyWrench.DataClasses.DBHost
horizontal bool
page int
limit int
Résultat string

GeneratePager() public méthode

public GeneratePager ( GetViewTableDataResponse response, DBLane lane, MonkeyWrench.DataClasses.DBHost host, int page, int limit ) : string
response MonkeyWrench.DataClasses.Logic.GetViewTableDataResponse
lane MonkeyWrench.DataClasses.DBLane
host MonkeyWrench.DataClasses.DBHost
page int
limit int
Résultat string

OnLoad() protected méthode

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

Property Details

buildtable protected_oe property

buildtable control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl buildtable
Résultat global::System.Web.UI.HtmlControls.HtmlGenericControl

header protected_oe property

header control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl header
Résultat global::System.Web.UI.HtmlControls.HtmlGenericControl

pager protected_oe property

pager control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl pager
Résultat global::System.Web.UI.HtmlControls.HtmlGenericControl