C# Class MasterData_OrderBinding_ListBinding, yfkey-scms

Inheritance: com.Sconit.Web.ListModuleBase
Afficher le fichier Open project: Novthirteen/yfkey-scms

Méthodes publiques

Méthode Description
UpdateView ( ) : void

Méthodes protégées

Méthode 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

Méthode Description
BindingTypeDataBind ( ) : IList

Method Details

GV_List_RowCommand() protected méthode

protected GV_List_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
sender object
e GridViewCommandEventArgs
Résultat void

GV_List_RowDataBound() protected méthode

protected GV_List_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
sender object
e GridViewRowEventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

UpdateView() public méthode

public UpdateView ( ) : void
Résultat void

btnBack_Click() protected méthode

protected btnBack_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void