C# Class Distribution_OrderIssue_SupplierList, yfkey-scms

Inheritance: com.Sconit.Web.ModuleBase
Mostra file Open project: Novthirteen/yfkey-scms

Public Properties

Property Type Description
EditEvent EventHandler,

Public Methods

Method Description
InitPageParameter ( string flowCode, string orderSubType ) : void

Protected Methods

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

Private Methods

Method Description
CollectOrderNoList ( ) : List

Method Details

GV_List_RowDataBound() protected method

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

InitPageParameter() public method

public InitPageParameter ( string flowCode, string orderSubType ) : void
flowCode string
orderSubType string
return void

Page_Load() protected method

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

lbtnOrder_Click() protected method

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

Property Details

EditEvent public_oe property

public EventHandler, EditEvent
return EventHandler,