Interface IBusinessRule

This interface defines the methods and properties that need to be
implemented by every business rule.

public abstract interface IBusinessRule

Interface Members

MemberDescription
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

Requirements

Namespace: EPS.Business.BusinessObjects
Assembly: BUSINESSOBJECTS.DLL


  Last Updated: 5/23/2007 | © , 2007