C# Class MasterData_Bom_BomView_List, yfkey-scms

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

Public Methods

Method Description
ListView ( object sender ) : void
UpdateView ( ) : void

Protected Methods

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

Private Methods

Method Description
ConvertListToDatatable ( IList bomDetailList ) : DataTable

Method Details

GV_List_RowDataBound() protected method

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

ListView() public method

public ListView ( object sender ) : void
sender object
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