C# Class ViewTable, monkeywrench

Inheritance: System.Web.UI.Page
Mostra file Open project: rolfbjarne/monkeywrench Class Usage Examples

Protected Properties

Property 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

Property Type Description
GeneratePageLink string

Public Methods

Method 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

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
GeneratePageLink ( int hostid, int laneid, int page, int limit ) : string

Method Details

GenerateHeader() public method

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

GenerateLaneTable() public method

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
return string

GeneratePager() public method

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
return string

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return 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
return 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
return 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
return global::System.Web.UI.HtmlControls.HtmlGenericControl