C# Class MRP_ShiftPlan_Import_PreviewDetail, yfkey-scms

Inheritance: com.Sconit.Web.ModuleBase
Afficher le fichier Open project: Novthirteen/yfkey-scms

Méthodes publiques

Méthode Description
BindList ( IList orderDetailList ) : void
CollectData ( OrderHead orderHead ) : void

Méthodes protégées

Méthode Description
GV_List_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Method Details

BindList() public méthode

public BindList ( IList orderDetailList ) : void
orderDetailList IList
Résultat void

CollectData() public méthode

public CollectData ( OrderHead orderHead ) : void
orderHead com.Sconit.Entity.MasterData.OrderHead
Résultat void

GV_List_RowDataBound() protected méthode

protected GV_List_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
sender object
e GridViewRowEventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void