C# Class MasterData_OrderBinding_ListBinding, yfkey-scms

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

Public Methods

Method Description
UpdateView ( ) : void

Protected Methods

Method Description
GV_List_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
GV_List_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
btnBack_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
BindingTypeDataBind ( ) : IList

Method Details

GV_List_RowCommand() protected method

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

btnBack_Click() protected method

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