Method | Description | |
---|---|---|
BindDataSource ( DetachedCriteria selectCriteria ) : void | ||
BindDataSource ( DetachedCriteria selectCriteria, bool isExport ) : void | ||
BindDataSource ( IList |
||
PopulateSelectedData ( ) : IList |
||
UpdateView ( ) : void |
Method | Description | |
---|---|---|
GV_List_RowDataBound ( object sender, GridViewRowEventArgs e ) : void | ||
Page_Load ( object sender, EventArgs e ) : void |
Method | Description | |
---|---|---|
AutoCalculate ( IList |
public BindDataSource ( DetachedCriteria selectCriteria ) : void | ||
selectCriteria | DetachedCriteria | |
return | void |
public BindDataSource ( DetachedCriteria selectCriteria, bool isExport ) : void | ||
selectCriteria | DetachedCriteria | |
isExport | bool | |
return | void |
public BindDataSource ( IList |
||
plannedBillList | IList |
|
return | void |
protected GV_List_RowDataBound ( object sender, GridViewRowEventArgs e ) : void | ||
sender | object | |
e | GridViewRowEventArgs | |
return | void |
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |