StrongId interface
Propriété/Propriétés qui représentent un ID unique.
Propriétés
| description | Descriptions localisées. |
| display |
Nom complet localisé. |
| key |
Propriétés qui composent l’ID unique. |
| strong |
Nom identifiant l’ID fort. |
Détails de la propriété
description
Descriptions localisées.
description?: {[propertyName: string]: string}
Valeur de propriété
{[propertyName: string]: string}
displayName
Nom complet localisé.
displayName?: {[propertyName: string]: string}
Valeur de propriété
{[propertyName: string]: string}
keyPropertyNames
Propriétés qui composent l’ID unique.
keyPropertyNames: string[]
Valeur de propriété
string[]
strongIdName
Nom identifiant l’ID fort.
strongIdName: string
Valeur de propriété
string