Compartir a través de


TypePropertiesMapping interface

Metadata for a Link's property mapping.

Properties

linkType

Link type.

sourcePropertyName

Property name on the source Entity Type.

targetPropertyName

Property name on the target Entity Type.

Property Details

linkType

Link type.

linkType?: LinkTypes

Property Value

sourcePropertyName

Property name on the source Entity Type.

sourcePropertyName: string

Property Value

string

targetPropertyName

Property name on the target Entity Type.

targetPropertyName: string

Property Value

string