Class BusinessRule

This class provides an abstract implementation of a business rule.

System.Object
  EPS.Business.BusinessObjects.BusinessRule

public abstract class BusinessRule : object, IBusinessRule

Class Members

MemberDescription
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

Requirements

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


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