C# Class Warehouse_PutAway_List, yfkey-scms

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

Méthodes publiques

Méthode Description
BindList ( List transformerDetailList ) : void
GetList ( ) : List

Méthodes protégées

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

Private Methods

Méthode Description
InitialAll ( ) : void

Method Details

BindList() public méthode

public BindList ( List transformerDetailList ) : void
transformerDetailList List
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

GetList() public méthode

public GetList ( ) : List
Résultat List

Page_Load() protected méthode

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

lbtnDelete_Click() protected méthode

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