C# Class Inventory_Stocktaking_StorageBinList, yfkey-scms

Inheritance: com.Sconit.Web.ModuleBase
Mostrar archivo Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
GetBins ( ) : string
InitPageParameter ( CycleCount cycleCount ) : void

Protected Methods

Method Description
GV_List_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
lbtnAdd_Click ( object sender, EventArgs e ) : void
lbtnDelete_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
BindData ( bool includeBlank ) : void

Method Details

GV_List_RowDataBound() protected method

protected GV_List_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
sender object
e GridViewRowEventArgs
return void

GetBins() public method

public GetBins ( ) : string
return string

InitPageParameter() public method

public InitPageParameter ( CycleCount cycleCount ) : void
cycleCount CycleCount
return void

Page_Load() protected method

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

lbtnAdd_Click() protected method

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

lbtnDelete_Click() protected method

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