Click or drag to resize
IPropertyCapabilities Interface

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

The capabilities of a property

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

The IPropertyCapabilities type exposes the following members.

Properties
  NameDescription
Public propertyCapabilityOptionCompound
The property can be used in a compound key
Public propertyCapabilityOptionRegExped
The property can be required to match a regular expression
Public propertyCapabilityOptionRequired
The property can be made required on input
Public propertyCapabilityOptionUnique
The property should be a globally unique
Top
Implemented by
See Also