Class BrokenRulesCollection

Broken Business Rules collection class

System.Object
  EPS.Business.BusinessObjects.BrokenRulesCollection

public class BrokenRulesCollection : object, ICollection,
   IEnumerable

Class Members

MemberDescription
Constructor Constructor
CopyTo Copies the items within this collection to a one-dimensional array starting at the specified index
public sealed void CopyTo( Array array,
int index );

public void CopyTo( BrokenRule[] array,
int index );

GetAllViolations Returns all rule violations as a string
public string GetAllViolations( string separationStringBefore,
string separationStringAfter,
bool includeTableName );

public string GetAllViolations( string separationStringBefore,
string separationStringAfter );

public string GetAllViolations( string separationStringAfter );

public string GetAllViolations( bool includeTableName );

public string GetAllViolations();

GetAllViolationsHTML Returns all rule violations as a string
public string GetAllViolationsHTML( bool useBullets );

public string GetAllViolationsHTML();

GetEnumerator Returns an enumerator for the business rule collection
public sealed IEnumerator GetEnumerator();
ToString Displays all violations
public virtual string ToString();
Count Number of broken rules in the collection
IsSynchronized Defines whether this class is thread-safe
Item
SyncRoot Gets a reference to an object that can be used to synchronize access to this collection.

Requirements

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


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