C# Class MasterData_Reports_WoReceipt_ResultDetail, yfkey-scms

Inheritance: com.Sconit.Web.ListModuleBase
Mostra file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
UpdateView ( ) : void
UpdateView ( IList woReceiptList ) : void

Protected Methods

Method Description
GV_List_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
btnClose_Click ( object sender, EventArgs e ) : void

Method Details

GV_List_RowDataBound() protected method

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

Page_Load() protected method

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

UpdateView() public method

public UpdateView ( ) : void
return void

UpdateView() public method

public UpdateView ( IList woReceiptList ) : void
woReceiptList IList
return void

btnClose_Click() protected method

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