C# Class Finance_PlanBill_List, yfkey-scms

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

Méthodes publiques

Méthode Description
BindDataSource ( DetachedCriteria selectCriteria ) : void
BindDataSource ( DetachedCriteria selectCriteria, bool isExport ) : void
BindDataSource ( IList plannedBillList ) : void
PopulateSelectedData ( ) : IList
UpdateView ( ) : void

Méthodes protégées

Méthode Description
GV_List_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
AutoCalculate ( IList plannedBillList ) : void

Method Details

BindDataSource() public méthode

public BindDataSource ( DetachedCriteria selectCriteria ) : void
selectCriteria DetachedCriteria
Résultat void

BindDataSource() public méthode

public BindDataSource ( DetachedCriteria selectCriteria, bool isExport ) : void
selectCriteria DetachedCriteria
isExport bool
Résultat void

BindDataSource() public méthode

public BindDataSource ( IList plannedBillList ) : void
plannedBillList IList
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

PopulateSelectedData() public méthode

public PopulateSelectedData ( ) : IList
Résultat IList

UpdateView() public méthode

public UpdateView ( ) : void
Résultat void