C# Class ViewLane, monkeywrench

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

Private Properties

Свойство Type Description

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnLoad ( EventArgs, e ) : void

Method Details

GenerateHeader() public static méthode

public static GenerateHeader ( DBLane lane, DBHost host, DBRevision revision, string description ) : string
lane DBLane
host DBHost
revision DBRevision
description string
Résultat string

GenerateLane() public méthode

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