Click or drag to resize
IPropertyProperties Interface

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

Contains properties of the property of an entity

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

The IPropertyProperties type exposes the following members.

Properties
  NameDescription
Public propertyIPropertyCapabilitiesCapabilities
The capabilities of the property
Public propertyStringFriendlyName
A friendly name for the property
Public propertyInt64Key
The property key
Public propertyStringLocalizationString
A string suitable for localization
Public propertyNullableT, T: Int32MaxPossibleLength
The maximum possible length of property
Top
See Also