C# Class Inventory_Stocktaking_ResultDetail, yfkey-scms

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

Méthodes publiques

Méthode Description
CheckAllChanged ( object sender, EventArgs e ) : void
UpdateView ( ) : void
UpdateView ( IList cycleCountResultList, bool isShortage, bool isProfit, bool isEqual ) : void

Méthodes protégées

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

Method Details

CheckAllChanged() public méthode

public CheckAllChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
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

UpdateView() public méthode

public UpdateView ( ) : void
Résultat void

UpdateView() public méthode

public UpdateView ( IList cycleCountResultList, bool isShortage, bool isProfit, bool isEqual ) : void
cycleCountResultList IList
isShortage bool
isProfit bool
isEqual bool
Résultat void

btnAdjust_Click() protected méthode

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

btnClose_Click() protected méthode

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