Click or drag to resize
IResolvedValidationRule Interface

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

A resolved validation rule

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

The IResolvedValidationRule type exposes the following members.

Properties
  NameDescription
Public propertyInt64Id
The internal id of this rule
(Inherited from IValidationRule.)
Public propertyNullableT, T: Int32MaxLength
If set, the maximum possible length of the value
(Inherited from IValidationRule.)
Public propertyInt64PropertyKey
The property key for this rule
(Inherited from IValidationRule.)
Public propertyIValidationRegexRegex
A resolved regex validation for this rule
Public propertyBooleanRequired
True if the property is required
(Inherited from IValidationRule.)
Public propertyInt64RulesetId
The ruleset id to which this belongs
(Inherited from IValidationRule.)
Public propertyBooleanUnique
True if this property should be unique
(Inherited from IValidationRule.)
Public propertyNullableT, T: Int64ValidationRegexId
The validation regex for this rule
(Inherited from IValidationRule.)
Top
Implemented by
See Also