TypePropertiesMapping Class

Definition

Metadata for a Link's property mapping.

public class TypePropertiesMapping
type TypePropertiesMapping = class
Public Class TypePropertiesMapping
Inheritance
TypePropertiesMapping

Constructors

TypePropertiesMapping(String, String)

Initializes a new instance of TypePropertiesMapping.

Properties

LinkType

Link type.

SourcePropertyName

Property name on the source Entity Type.

TargetPropertyName

Property name on the target Entity Type.

Applies to