| Member | Description |
|---|---|
SetBusinessObject |
Sets the business object this object belongs to. public void SetBusinessObject( IBusinessObject currentBusinessObject ); |
VerifyRow |
Verifies a single row of data. public void VerifyRow( DataRow currentRow, int rowIndex ); |
CheckDeletedRows |
Defines whether this rule needs to be applied to deleted rows. |
TableName |
Table name property. At least a 'get' needs to be supported |