C# Class images, Open-Source-Automation

Inheritance: System.Web.UI.Page
Mostrar archivo Open project: opensourceautomation/Open-Source-Automation Class Usage Examples

Public Methods

Method Description
RaisePostBackEvent ( string eventArgument ) : void

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
applyObjectSecurity ( ) : void
btnAdd_Click ( object sender, EventArgs e ) : void
gvImages_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
gvImages_RowDataBound ( object sender, GridViewRowEventArgs e ) : void

Private Methods

Method Description
loadImages ( ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

RaisePostBackEvent() public method

public RaisePostBackEvent ( string eventArgument ) : void
eventArgument string
return void

applyObjectSecurity() protected method

protected applyObjectSecurity ( ) : void
return void

btnAdd_Click() protected method

protected btnAdd_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

gvImages_RowCommand() protected method

protected gvImages_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
sender object
e GridViewCommandEventArgs
return void

gvImages_RowDataBound() protected method

protected gvImages_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
sender object
e GridViewRowEventArgs
return void