Click or drag to resize
IValidationRegex Interface

[This is preliminary documentation and is subject to change.]

Describes a regex that is used in custom entity validation

Namespace: Netadmin.Management.EntityValidation.Dto
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IValidationRegex

The IValidationRegex type exposes the following members.

Properties
  NameDescription
Public propertyInt64CompanyId
The company id for the regex
Public propertyStringDescription
Description of the regex
Public propertyInt64Id
Id of the regex
Public propertyStringName
Name of the regex
Public propertyStringReason
A short message that will be displayed for the user when the regex fails
Public propertyStringRegEx
The actual regex of the regex
Top
Implemented by
See Also