DevForce Help Reference
VerifierResultCollection Class Properties


For a list of all members of this type, see VerifierResultCollection members.

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
 NameDescription
Protected PropertyItems (Inherited from System.Collections.ObjectModel.Collection<VerifierResult>)
Top
See Also

Reference

VerifierResultCollection Class
IdeaBlade.Validation Namespace

Send Feedback