StrongId interface
Property/Properties which represent a unique ID.
Properties
| description | Localized descriptions. |
| display |
Localized display name. |
| key |
The properties which make up the unique ID. |
| strong |
The Name identifying the strong ID. |
Property Details
description
Localized descriptions.
description?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
displayName
Localized display name.
displayName?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
keyPropertyNames
The properties which make up the unique ID.
keyPropertyNames: string[]
Property Value
string[]
strongIdName
The Name identifying the strong ID.
strongIdName: string
Property Value
string