IdeaBlade.Validation Assembly > IdeaBlade.Validation Namespace : RegexVerifierArgs Class |
The following tables list the members exposed by RegexVerifierArgs.
Name | Description | |
---|---|---|
RegexVerifierArgs Constructor | Overloaded. |
Name | Description | |
---|---|---|
ApplicableType | See Verifier.ApplicableType. (Inherited from IdeaBlade.Validation.VerifierArgs) | |
DisplayName | The display name of the property being verified. (Inherited from IdeaBlade.Validation.PropertyValueVerifierArgs) | |
ErrorMessageInfo | The VerifierErrorMessageInfo for this VerifierArgs. (Inherited from IdeaBlade.Validation.VerifierArgs) | |
IsFrozen | 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) | |
IsRequired | Is this property required to have a value. (Inherited from IdeaBlade.Validation.PropertyValueVerifierArgs) | |
NamedRegexPattern | Gets a regular expression pattern that must be matched in order to return successful verification. | |
PropertyName | The name of the property being verified. (Inherited from IdeaBlade.Validation.PropertyValueVerifierArgs) | |
Regex | Gets the Regex underlying the NamedRegexPattern. | |
RegexDisplayName | Gets the display name for the Regular expression pattern. | |
ShouldTreatEmptyStringAsNull | Whether to treat an empty string as a null. If null then the VerifierOptions.TreatEmptyStringAsNull setting will be used. (Inherited from IdeaBlade.Validation.PropertyValueVerifierArgs) | |
SortValue | See Verifier.SortValue. (Inherited from IdeaBlade.Validation.VerifierArgs) | |
Tag | Gets or sets custom data about this VerifierArgs. (Inherited from IdeaBlade.Validation.VerifierArgs) | |
TriggerLinks | Gets a collection of all of the TriggerItems on this verifier. (Inherited from IdeaBlade.Validation.VerifierArgs) | |
Verifier | 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) | |
VerifierOptions | The VerifierArgs.VerifierOptions for this VerifierArgs. (Inherited from IdeaBlade.Validation.VerifierArgs) |
Name | Description | |
---|---|---|
AddTrigger | Overloaded. Add a TriggerItem to this verifier. (Inherited from IdeaBlade.Validation.VerifierArgs) | |
AddTriggers | Adds multiple TriggerItems to this verifier. Each TriggerItem is constructed using the VerifierArgs.ApplicableType and one of the specified "pMemberNames". (Inherited from IdeaBlade.Validation.VerifierArgs) | |
Equals | (Inherited from object) | |
GetHashCode | (Inherited from object) | |
GetTriggerLink | Returns the associated TriggerLink for a given TriggerItem may be null (Inherited from IdeaBlade.Validation.VerifierArgs) | |
GetType | (Inherited from object) | |
RemoveTrigger | Overloaded. Remove a TriggerItem from this verifier. (Inherited from IdeaBlade.Validation.VerifierArgs) | |
RemoveTriggers | Removes multiple TriggerItems to this verifier. Each TriggerItem is constructed using the VerifierArgs.ApplicableType and one of the specified "pMemberNames". (Inherited from IdeaBlade.Validation.VerifierArgs) | |
ToString | (Inherited from object) |
Name | Description | |
---|---|---|
Finalize | (Inherited from object) | |
MemberwiseClone | (Inherited from object) |