IdeaBlade.Validation Assembly > IdeaBlade.Validation Namespace : VerifierContext Class |
The following tables list the members exposed by VerifierContext.
Name | Description | |
---|---|---|
VerifierContext Constructor | Initializes a new instance of the VerifierContext class. |
Name | Description | |
---|---|---|
BatchContext | 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. | |
BatchId | Gets a unique identifier that identifies the batch within which this VerifierContext is operating. | |
CustomContext | Gets or sets the custom data to be passed to each verifier in this batch. | |
EndOfBatch | Gets or sets whether the end of the current batch has been reached. | |
ErrorContinuationMode | Gets 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. | |
Verifier | Gets or sets the currently executing Verifier. | |
VerifierEngine | Gets or sets the VerifierEngine under which this VerifierContext is operating. | |
VerifierResults | Gets or sets the results of any previously executed verifiers within the current batch. |
Name | Description | |
---|---|---|
Equals | (Inherited from object) | |
GetHashCode | (Inherited from object) | |
GetType | (Inherited from object) | |
ToString | (Inherited from object) |
Name | Description | |
---|---|---|
Finalize | (Inherited from object) | |
MemberwiseClone | (Inherited from object) |