C# Class MRP_ShiftPlan_Import_PreviewDetail, yfkey-scms

Inheritance: com.Sconit.Web.ModuleBase
Mostrar archivo Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
BindList ( IList orderDetailList ) : void
CollectData ( OrderHead orderHead ) : void

Protected Methods

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

Method Details

BindList() public method

public BindList ( IList orderDetailList ) : void
orderDetailList IList
return void

CollectData() public method

public CollectData ( OrderHead orderHead ) : void
orderHead com.Sconit.Entity.MasterData.OrderHead
return void

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