DevForce Help Reference
RegexVerifierArgs Class Members
Properties  Methods 


The following tables list the members exposed by RegexVerifierArgs.

Public Constructors
 NameDescription
Public ConstructorRegexVerifierArgs ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyApplicableTypeSee Verifier.ApplicableType. (Inherited from IdeaBlade.Validation.VerifierArgs)
Public PropertyDisplayName The display name of the property being verified. (Inherited from IdeaBlade.Validation.PropertyValueVerifierArgs)
Public PropertyErrorMessageInfoThe VerifierErrorMessageInfo for this VerifierArgs. (Inherited from IdeaBlade.Validation.VerifierArgs)
Public PropertyIsFrozen Returns whether this VerifierArgs ( and hence the attached Verifier) is frozen. No properties may be set on a frozen verifier. You can remove the verifier, then make changes and add it back to accomplish a verifier modification. (Inherited from IdeaBlade.Validation.VerifierArgs)
Public PropertyIsRequired Is this property required to have a value. (Inherited from IdeaBlade.Validation.PropertyValueVerifierArgs)
Public PropertyNamedRegexPattern Gets a regular expression pattern that must be matched in order to return successful verification.  
Public PropertyPropertyName The name of the property being verified. (Inherited from IdeaBlade.Validation.PropertyValueVerifierArgs)
Public PropertyRegexGets the Regex underlying the NamedRegexPattern.  
Public PropertyRegexDisplayName Gets the display name for the Regular expression pattern.  
Public PropertyShouldTreatEmptyStringAsNull Whether to treat an empty string as a null. If null then the VerifierOptions.TreatEmptyStringAsNull setting will be used. (Inherited from IdeaBlade.Validation.PropertyValueVerifierArgs)
Public PropertySortValueSee Verifier.SortValue. (Inherited from IdeaBlade.Validation.VerifierArgs)
Public PropertyTag Gets or sets custom data about this VerifierArgs. (Inherited from IdeaBlade.Validation.VerifierArgs)
Public PropertyTriggerLinksGets a collection of all of the TriggerItems on this verifier. (Inherited from IdeaBlade.Validation.VerifierArgs)
Public PropertyVerifier Gets or sets the Verifier that used this VerifierArgs to instantiate it or null if the VerifierArgs has not been used to instantiate a Verifier yet. No VerifierArgs can be used to instantiate more than a single Verifier at one time. (Inherited from IdeaBlade.Validation.VerifierArgs)
Public PropertyVerifierOptionsThe VerifierArgs.VerifierOptions for this VerifierArgs. (Inherited from IdeaBlade.Validation.VerifierArgs)
Top
Public Methods
 NameDescription
Public MethodAddTriggerOverloaded. Add a TriggerItem to this verifier. (Inherited from IdeaBlade.Validation.VerifierArgs)
Public MethodAddTriggersAdds multiple TriggerItems to this verifier. Each TriggerItem is constructed using the VerifierArgs.ApplicableType and one of the specified "pMemberNames". (Inherited from IdeaBlade.Validation.VerifierArgs)
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetTriggerLink Returns the associated TriggerLink for a given TriggerItem may be null (Inherited from IdeaBlade.Validation.VerifierArgs)
Public MethodGetType (Inherited from object)
Public MethodRemoveTriggerOverloaded.  Remove a TriggerItem from this verifier. (Inherited from IdeaBlade.Validation.VerifierArgs)
Public MethodRemoveTriggersRemoves multiple TriggerItems to this verifier. Each TriggerItem is constructed using the VerifierArgs.ApplicableType and one of the specified "pMemberNames". (Inherited from IdeaBlade.Validation.VerifierArgs)
Public MethodToString (Inherited from object)
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top
See Also

Reference

RegexVerifierArgs Class
IdeaBlade.Validation Namespace

Send Feedback