Compartir a través de


StrongId interface

Property/Properties which represent a unique ID.

Properties

description

Localized descriptions.

displayName

Localized display name.

keyPropertyNames

The properties which make up the unique ID.

strongIdName

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