Dela via


CommunicationIdentifier Klass

Definition

Representerar en identifierare i Azure Communication Services.

public abstract class CommunicationIdentifier : IEquatable<Azure.Communication.CommunicationIdentifier>
type CommunicationIdentifier = class
    interface IEquatable<CommunicationIdentifier>
Public MustInherit Class CommunicationIdentifier
Implements IEquatable(Of CommunicationIdentifier)
Arv
CommunicationIdentifier
Härledda
Implementeringar

Konstruktorer

CommunicationIdentifier()

Representerar en identifierare i Azure Communication Services.

Egenskaper

RawId

Returnerar den kanoniska strängrepresentationen av CommunicationIdentifier. Du kan använda RawId för att koda identifieraren och sedan använda den som en nyckel i en databas.

Metoder

Equals(CommunicationIdentifier)

Anger om det aktuella objektet är lika med ett annat objekt av samma typ.

FromRawId(String)

Skapar en CommunicationIdentifier från ett givet rawId. När du lagrar rawIds använder du den här funktionen för att återställa identifieraren som kodades i rawId.

GetHashCode()

Fungerar som standard-hash-funktion.

Operatorer

Equality(CommunicationIdentifier, CommunicationIdentifier)

Åsidosätter likhetsoperatorn.

Inequality(CommunicationIdentifier, CommunicationIdentifier)

Åsidosätter icke-likhetsoperatorn.

Gäller för