C# Class Reports_IntransitDetail_Detail, yfkey-scms

Inheritance: com.Sconit.Web.ListModuleBase
Show file Open project: Novthirteen/yfkey-scms

Public Methods

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

Protected Methods

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

Method Details

InitPageParameter() public method

public InitPageParameter ( string flowCode, string itemCode, string uom, decimal unitCount, int position ) : void
flowCode string
itemCode string
uom string
unitCount decimal
position int
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

UpdateView() public method

public UpdateView ( ) : void
return void

btnClose_Click() protected method

protected btnClose_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void