Sdílet prostřednictvím


ParticipantProfilePropertyReference Class

Definition

The participant profile property reference.

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

Constructors

ParticipantProfilePropertyReference(String, String)

Initializes a new instance of ParticipantProfilePropertyReference.

Properties

InteractionPropertyName

The source interaction property that maps to the target profile property.

ProfilePropertyName

The target profile property that maps to the source interaction property.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ParticipantProfilePropertyReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ParticipantProfilePropertyReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ParticipantProfilePropertyReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ParticipantProfilePropertyReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ParticipantProfilePropertyReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to