| IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : EntityAspect.VerifierErrorsCollection Class | 
The following tables list the members exposed by EntityAspect.VerifierErrorsCollection.
| Name | Description | |
|---|---|---|
![]()  | Count | See System.Collections.ICollection.Count. | 
![]()  | HasErrors | Returns whether this collection contains any errors. | 
![]()  | IsReadOnly | See IsReadOnly. | 
| Name | Description | |
|---|---|---|
![]()  | Add | Used to Add an errant VerifierResult to this collection. | 
![]()  | Clear | Clears this collection. | 
![]()  | Contains | Returns whether this collection contains a specific VerifierResult. | 
![]()  | CopyTo | See System.Collections.ICollection.CopyTo(System.Array,System.Int32). | 
![]()  | Equals | (Inherited from object) | 
![]()  | GetEnumerator | See System.Collections.IEnumerable.GetEnumerator. | 
![]()  | GetHashCode | (Inherited from object) | 
![]()  | GetType | (Inherited from object) | 
![]()  | Remove | Removes a VerifierResult from this collection. | 
![]()  | ToString | (Inherited from object) | 
![]()  | UpdateWith | For internal use only. | 
| Name | Description | |
|---|---|---|
![]()  | Finalize | (Inherited from object) | 
![]()  | MemberwiseClone | (Inherited from object) | 
| Name | Description | |
|---|---|---|
![]()  | All<T> | Returns true if all items in a cached collection satisfy the given predicate. | 
![]()  | AllEqual | Overloaded. Returns true if all items in a cached collection are equal. | 
![]()  | Any<T> | Returns true if any of the items in the indexed collection in cache satisfy the given predicate. | 
![]()  | Concat<T> | Concatenates two sequences. | 
![]()  | Distinct<TSource,TResult> | Returns distinct elements from a sequence by using a specified selector function to project objects to compare. | 
![]()  | Except<TSource,TResult> | Produces the set difference of two sequences by using a specified selector function to compare values. | 
![]()  | ForEach | Overloaded. Enumerate a cached collection performing the specified action on each item. | 
![]()  | GetAggregateHashCode | Returns a hashcode for a collection that uses a similar algorithm to that used by the .NET Tuple class. Order matters. | 
![]()  | IndexOf<T> | Returns the index of the first item in the sequence matching a condition, or -1 if no match found. | 
![]()  | Intersect<TSource,TResult> | Produces the set intersection of two sequences by using a specified selector function to project objects to compare. | 
![]()  | Repeat<T> | Repeat the items enumerable count times. | 
![]()  | ToAggregateString | Concatenates the string version of each element in a collection using the delimiter provided. | 
![]()  | ToHashSet<T> | Returns a HashSet of the specified collection. | 
![]()  | Union<TSource,TResult> | Produces the set union of two sequences by using a specified selector function to project objects to compare. |