DevForce Help Reference
VerifierOptions Class Members
Properties  Methods 


The following tables list the members exposed by VerifierOptions.

Public Constructors
 NameDescription
Public ConstructorVerifierOptions ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyErrorContinuationMode Gets or sets whether a failure in this verifier should stop the execution of the remainder of the batch in which this verifier is executing.  
Public PropertyErrorNotificationModeGets or sets whether a verification error should be thrown as an exception or raised via the System.ComponentModel.INotifyDataErrorInfo mechanism.  
Public PropertyExecutionModes Gets or sets the conditions under which a verifier is executed.  
Public PropertyRawVerifierOptions Returns a version of this VerifierOptions with its raw values. May be used to determine which properties are inherited.  
Public PropertyShouldExitOnBeforeSetError Gets or sets whether the property value should be set if a validation error was found during pre-set validation.  
Public PropertyShouldTreatEmptyStringAsNull Whether to treat empty strings as null for verification purposes.  
Public PropertyTreatWarningsAsErrors Gets or sets whether to treat verifier warnings as errors.  
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 MethodErrorIfFrozen Called by the framework to determine if the options can be modified.  
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top
See Also

Reference

VerifierOptions Class
IdeaBlade.Validation Namespace

Send Feedback