C# Class PaulStovell.TrialBalance.MainWebsite.Builds

Exibir arquivo Open project: PaulStovell/trial-balance

Protected Properties

Property Type Description
_buildsDataGrid System.Web.UI.WebControls.DataGrid
_downloadAreaPlaceholder System.Web.UI.WebControls.PlaceHolder

Protected Methods

Method 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 method

protected GetBuild ( object container ) : Build
container object
return Build

GetSuccessfulImageAlt() protected method

protected GetSuccessfulImageAlt ( object container ) : string
container object
return string

GetSuccessfulImageSource() protected method

protected GetSuccessfulImageSource ( object container ) : string
container object
return string

Page_Load() protected method

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

Property Details

_buildsDataGrid protected_oe property

protected System.Web.UI.WebControls.DataGrid _buildsDataGrid
return System.Web.UI.WebControls.DataGrid

_downloadAreaPlaceholder protected_oe property

protected System.Web.UI.WebControls.PlaceHolder _downloadAreaPlaceholder
return System.Web.UI.WebControls.PlaceHolder