DevForce Help Reference
VerifierContext Class Members
Properties  Methods 


The following tables list the members exposed by VerifierContext.

Public Constructors
 NameDescription
Public ConstructorVerifierContext Constructor Initializes a new instance of the VerifierContext class.  
Top
Public Properties
 NameDescription
Public PropertyBatchContext Gets or sets the updatable context passed to each verifier in a batch. In turn this can be used to pass information from one verifier to another in a batch.  
Public PropertyBatchId Gets a unique identifier that identifies the batch within which this VerifierContext is operating.  
Public PropertyCustomContext Gets or sets the custom data to be passed to each verifier in this batch.  
Public PropertyEndOfBatch Gets or sets whether the end of the current batch has been reached.  
Public PropertyErrorContinuationModeGets or sets the mode used to terminate the execution of the current batch by setting this property to VerifierErrorContinuationMode.Stop and returning an “errant” VerifierResult.  
Public PropertyVerifierGets or sets the currently executing Verifier.  
Public PropertyVerifierEngineGets or sets the VerifierEngine under which this VerifierContext is operating.  
Public PropertyVerifierResults Gets or sets the results of any previously executed verifiers within the current batch.  
Top
Public Methods
 NameDescription
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodToString (Inherited from object)
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top
See Also

Reference

VerifierContext Class
IdeaBlade.Validation Namespace

Send Feedback