CapabilityOption Enumeration |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Netadmin.Management.EntityValidation.Dto.CapabilityOption"]
Namespace: Netadmin.Management.EntityValidation.Dto
Member name | Value | Description | |
---|---|---|---|
Never | 0 | This capability is not available for the property. Example (Regex on non-text properties, Unique on reference properties) | |
Configurable | 1 | This capability may be configured for the property | |
AlwaysImplicit | 2 | This capability will implicitly be active for the property. This may be due to non-optional system requirements. (e.g. Required and Compound for Company on Address, Unique for Device Name on Device, or Required for City on Address) |