C# Class Inventory_Stocktaking_ItemList, yfkey-scms

Inheritance: com.Sconit.Web.ModuleBase
Exibir arquivo Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
GetItems ( ) : 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

GetItems() public method

public GetItems ( ) : 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