Click or drag to resize
IResolvedValidationRule Properties

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

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
See Also