IdeaBlade.Validation Assembly > IdeaBlade.Validation Namespace : VerifierResultCollection Class |
The following tables list the members exposed by VerifierResultCollection.
Name | Description | |
---|---|---|
![]() | VerifierResultCollection Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Count | (Inherited from System.Collections.ObjectModel.Collection<VerifierResult>) |
![]() | Errors | Gets all of the VerifierResults that are errors. |
![]() | HasErrors | Whether this collection contains any errors. |
![]() | Item | (Inherited from System.Collections.ObjectModel.Collection<VerifierResult>) |
![]() | Ok | Gets whether this is a successful Verifier result. |
![]() | VerifierCode | Gets the "composite" result of all of the VerifierResultCodes of all of the VerifierResults within this collection. Possible return values are VerifierResultCode.Ok, VerifierResultCode.Error or VerifierResultCode.ErrorInsufficientData |
![]() | Warnings | Gets all of the VerifierResults that are Warnings. |
![]() | WasStopped | Returns true if a verification error occurred and the VerifierErrorContinuationMode is VerifierErrorContinuationMode.Stop. |
Name | Description | |
---|---|---|
![]() | Items | (Inherited from System.Collections.ObjectModel.Collection<VerifierResult>) |
Name | Description | |
---|---|---|
![]() | ClearItems | (Inherited from System.Collections.ObjectModel.Collection<VerifierResult>) |
![]() | Finalize | (Inherited from object) |
![]() | InsertItem | (Inherited from System.Collections.ObjectModel.Collection<VerifierResult>) |
![]() | MemberwiseClone | (Inherited from object) |
![]() | RemoveItem | (Inherited from System.Collections.ObjectModel.Collection<VerifierResult>) |
![]() | SetItem | (Inherited from System.Collections.ObjectModel.Collection<VerifierResult>) |
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. |