C# Class Order_ReceiptNotes_List, yfkey-scms

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

Public Properties

Property Type Description
AdjustEvent EventHandler,
ViewEvent EventHandler,

Public Methods

Method Description
Export ( ) : void
UpdateView ( ) : void

Protected Methods

Method Description
GV_List_Detail_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
GV_List_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
lbtnAdjust_Click ( object sender, EventArgs e ) : void
lbtnView_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
InitialUI ( ) : void

Method Details

Export() public method

public Export ( ) : void
return void

GV_List_Detail_RowDataBound() protected method

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

GV_List_RowDataBound() protected method

protected GV_List_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
sender object
e GridViewRowEventArgs
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

lbtnAdjust_Click() protected method

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

lbtnView_Click() protected method

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

Property Details

AdjustEvent public_oe property

public EventHandler, AdjustEvent
return EventHandler,

ViewEvent public_oe property

public EventHandler, ViewEvent
return EventHandler,