net.pleso.framework.client.bl
Interface IRowCopier

All Known Subinterfaces:
ISelector

public interface IRowCopier

Represents row copier which copies some data from selected row to source row.


Method Summary
 void CopyRow(IDataRow sourceRow, IDataRow selectedRow)
          Copies some data from selectedRow to sourceRow
 

Method Detail

CopyRow

void CopyRow(IDataRow sourceRow,
             IDataRow selectedRow)
Copies some data from selectedRow to sourceRow

Parameters:
sourceRow - row which will receive data
selectedRow - row from which data will be retrieved


Copyright © 2006-2007 pleso.net crew All Rights Reserved.