| Member | Description |
|---|---|
SetBusinessObject |
Sets the business object this object belongs to. public virtual void SetBusinessObject( IBusinessObject currentBusinessObject ); |
VerifyRow |
Verifies a single row of data. public abstract void VerifyRow( DataRow currentRow, int rowIndex ); |
CheckDeletedRows |
Defines whether this rule is applied to deleted rows |
TableName |
Holds the name of the table this rule is to be applied to |