| IValidationRegex Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.EntityValidation.Dto
The IValidationRegex type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| Int64 | CompanyId |
The company id for the regex
| |
| String | Description |
Description of the regex
| |
| Int64 | Id |
Id of the regex
| |
| String | Name |
Name of the regex
| |
| String | Reason |
A short message that will be displayed for the user when the regex fails
| |
| String | RegEx |
The actual regex of the regex
|