| Member | Description |
|---|---|
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, |
GetAllViolations |
Returns all rule violations as a string public string GetAllViolations( string separationStringBefore, string separationStringAfter, bool includeTableName ); public string GetAllViolations( string separationStringBefore, 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. |