C# Class Reports_IntransitDetail_Detail, yfkey-scms

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

Méthodes publiques

Méthode Description
InitPageParameter ( string flowCode, string itemCode, string uom, decimal unitCount, int position ) : void
UpdateView ( ) : void

Méthodes protégées

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

Method Details

InitPageParameter() public méthode

public InitPageParameter ( string flowCode, string itemCode, string uom, decimal unitCount, int position ) : void
flowCode string
itemCode string
uom string
unitCount decimal
position int
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

btnClose_Click() protected méthode

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