C# Class ViewLane, monkeywrench

Datei anzeigen 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

Private Properties

Property Type Description

Public Methods

Method Description
GenerateHeader ( DBLane lane, DBHost host, DBRevision revision, string description ) : string
GenerateLane ( GetViewLaneDataResponse response ) : string

Protected Methods

Method Description
OnLoad ( EventArgs, e ) : void

Method Details

GenerateHeader() public static method

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

GenerateLane() public method

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