Sdílet prostřednictvím


TypePropertiesMapping Class

Definition

Metadata for a Link's property mapping.

public class TypePropertiesMapping : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CustomerInsights.Models.TypePropertiesMapping>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CustomerInsights.Models.TypePropertiesMapping>
type TypePropertiesMapping = class
    interface IJsonModel<TypePropertiesMapping>
    interface IPersistableModel<TypePropertiesMapping>
Public Class TypePropertiesMapping
Implements IJsonModel(Of TypePropertiesMapping), IPersistableModel(Of TypePropertiesMapping)
Inheritance
TypePropertiesMapping
Implements

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TypePropertiesMapping>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<TypePropertiesMapping>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TypePropertiesMapping>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TypePropertiesMapping>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<TypePropertiesMapping>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to