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>) |
Top
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>) |