RegexValidationItem Class
A validation item that performs a regular expression match on the value.
Inheritance Hierarchy

Namespace: Geocortex.Forms.Client.Items.Validation
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public class RegexValidationItem : ValidationItem

The RegexValidationItem type exposes the following members.

Constructors
  NameDescription
Public methodRegexValidationItem
Initializes a new instance of the RegexValidationItem class
Top
Methods
  NameDescription
Public methodCopy
Creates a deep copy of this instance.
(Overrides ValidationItemCopy.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate
Performs validation checks on a value.
(Overrides ValidationItemValidate(Object, CultureInfo).)
Top
Properties
  NameDescription
Public propertyDisplayName
Gets the display name of the validation item.
(Overrides ValidationItemDisplayName.)
Public propertyExpression
Gets or sets the regular expression to validate with.
Public propertyIgnoreCase
Gets or sets a value indicating whether to perform case-insensitive matching.
Public propertyMessage
Gets or sets the message to display when a value is invalid.
(Inherited from ValidationItem.)
Top
See Also