C# 클래스 ViewLane, monkeywrench

파일 보기 프로젝트 열기: rolfbjarne/monkeywrench 1 사용 예제들

보호된 프로퍼티들

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GenerateHeader ( DBLane lane, DBHost host, DBRevision revision, string description ) : string
GenerateLane ( GetViewLaneDataResponse response ) : string

보호된 메소드들

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

메소드 상세

GenerateHeader() 공개 정적인 메소드

public static GenerateHeader ( DBLane lane, DBHost host, DBRevision revision, string description ) : string
lane DBLane
host DBHost
revision DBRevision
description string
리턴 string

GenerateLane() 공개 메소드

public GenerateLane ( GetViewLaneDataResponse response ) : string
response GetViewLaneDataResponse
리턴 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