Exemple #1
0
 bool ICostManager.UpdateCellValue(CostLineItemBase costLine, string columnName, object newValue)
 {
     return(this.UpdateCellValue((TCostLineItem)costLine, columnName, newValue));
 }
Exemple #2
0
 void ICostManager.CopyCostLine(CostLineItemBase costLine)
 {
     this.CopyCostLine((TCostLineItem)costLine);
 }
Exemple #3
0
 GridViewCostCellDetail ICostManager.GetCellDetail(CostLineItemBase costLine, string columnName)
 {
     return(this.GetCellDetail((TCostLineItem)costLine, columnName));
 }