C# Class Transportation_TransportationOrder_InProcessLocationList, yfkey-scms

Inheritance: com.Sconit.Web.ModuleBase
Datei anzeigen Open project: Novthirteen/yfkey-scms

Public Properties

Property Type Description
EditEvent EventHandler,

Public Methods

Method Description
InitPageParameter ( string route ) : void
InitPageParameter ( string orderNo, bool isEdit ) : void
PopulateInProcessLocationList ( ) : List

Protected Methods

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

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 route ) : void
route string
return void

InitPageParameter() public method

public InitPageParameter ( string orderNo, bool isEdit ) : void
orderNo string
isEdit bool
return void

Page_Load() protected method

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

PopulateInProcessLocationList() public method

public PopulateInProcessLocationList ( ) : List
return List

lbtnEdit_Click() protected method

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

Property Details

EditEvent public_oe property

public EventHandler, EditEvent
return EventHandler,