C# Class PaulStovell.TrialBalance.MainWebsite.Builds

Afficher le fichier Open project: PaulStovell/trial-balance

Protected Properties

Свойство Type Description
_buildsDataGrid System.Web.UI.WebControls.DataGrid
_downloadAreaPlaceholder System.Web.UI.WebControls.PlaceHolder

Méthodes protégées

Méthode Description
GetBuild ( object container ) : Build
GetSuccessfulImageAlt ( object container ) : string
GetSuccessfulImageSource ( object container ) : string
Page_Load ( object sender, EventArgs e ) : void

Occurs when the page loads.

Method Details

GetBuild() protected méthode

protected GetBuild ( object container ) : Build
container object
Résultat Build

GetSuccessfulImageAlt() protected méthode

protected GetSuccessfulImageAlt ( object container ) : string
container object
Résultat string

GetSuccessfulImageSource() protected méthode

protected GetSuccessfulImageSource ( object container ) : string
container object
Résultat string

Page_Load() protected méthode

Occurs when the page loads.
protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

_buildsDataGrid protected_oe property

protected System.Web.UI.WebControls.DataGrid _buildsDataGrid
Résultat System.Web.UI.WebControls.DataGrid

_downloadAreaPlaceholder protected_oe property

protected System.Web.UI.WebControls.PlaceHolder _downloadAreaPlaceholder
Résultat System.Web.UI.WebControls.PlaceHolder