Geocortex Essentials WPF API Reference for Workflow
RegexValidationItem Class |
A validation item that performs a regular expression match on the value.

SystemObject
Geocortex.Forms.Client.Items.ValidationValidationItem
Geocortex.Forms.Client.Items.ValidationRegexValidationItem
Geocortex.Forms.Client.Items.ValidationValidationItem
Geocortex.Forms.Client.Items.ValidationRegexValidationItem
Namespace: Geocortex.Forms.Client.Items.Validation
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1

The RegexValidationItem type exposes the following members.

Name | Description | |
---|---|---|
![]() | RegexValidationItem | Initializes a new instance of the RegexValidationItem class |

Name | Description | |
---|---|---|
![]() | Copy |
Creates a deep copy of this instance.
(Overrides ValidationItemCopy.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Validate |
Performs validation checks on a value.
(Overrides ValidationItemValidate(Object, CultureInfo).) |

Name | Description | |
---|---|---|
![]() | DisplayName |
Gets the display name of the validation item.
(Overrides ValidationItemDisplayName.) |
![]() | Expression |
Gets or sets the regular expression to validate with.
|
![]() | IgnoreCase |
Gets or sets a value indicating whether to perform case-insensitive matching.
|
![]() | Message |
Gets or sets the message to display when a value is invalid.
(Inherited from ValidationItem.) |
