IdeaBlade DevForce 2010 Help Reference
VerifierResultCollection Class Members
See Also  Properties  Methods  Send Feedback
IdeaBlade.Validation Assembly > IdeaBlade.Validation Namespace : VerifierResultCollection Class


The following tables list the members exposed by VerifierResultCollection.

Public Constructors

 NameDescription
Public ConstructorVerifierResultCollection ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyCount (Inherited from System.Collections.ObjectModel.Collection<VerifierResult>)
Public PropertyErrorsGets all of the VerifierResults that are errors.  
Public PropertyHasErrors Whether this collection contains any errors.  
Public PropertyItem (Inherited from System.Collections.ObjectModel.Collection<VerifierResult>)
Public PropertyOk Gets whether this is a successful Verifier result.  
Public PropertyVerifierCodeGets 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  
Public PropertyWarningsGets all of the VerifierResults that are Warnings.  
Public PropertyWasStoppedReturns true if a verification error occurred and the VerifierErrorContinuationMode is VerifierErrorContinuationMode.Stop.  
Top

Protected Properties

Public Methods

Protected Methods

See Also

© 2013 All Rights Reserved.