C# 클래스 ViewTable, monkeywrench

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: rolfbjarne/monkeywrench 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
buildtable global::System.Web.UI.HtmlControls.HtmlGenericControl
header global::System.Web.UI.HtmlControls.HtmlGenericControl
pager global::System.Web.UI.HtmlControls.HtmlGenericControl

Private Properties

프로퍼티 타입 설명
GeneratePageLink string

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
OnLoad ( EventArgs e ) : void

비공개 메소드들

메소드 설명
GeneratePageLink ( int hostid, int laneid, int page, int limit ) : string

메소드 상세

GenerateHeader() 공개 메소드

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

GenerateLaneTable() 공개 메소드

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
리턴 string

GeneratePager() 공개 메소드

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
리턴 string

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e EventArgs
리턴 void

프로퍼티 상세

buildtable 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

header 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

pager 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl