C# Class PureCloudPlatform.Client.V2.Model.ConversationEventTopicAddress

Inheritance: IEquatable
Afficher le fichier Open project: MyPureCloud/platform-client-sdk-dotnet Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ConversationEventTopicAddress ( string Name = null, string NameRaw = null, string AddressNormalized = null, string AddressRaw = null, string AddressDisplayable = null ) : System

Initializes a new instance of the ConversationEventTopicAddress class.

Equals ( other ) : bool

Returns true if ConversationEventTopicAddress instances are equal

Equals ( object obj ) : bool

Returns true if objects are equal

GetHashCode ( ) : int

Gets the hash code

ToJson ( ) : string

Returns the JSON string presentation of the object

ToString ( ) : string

Returns the string presentation of the object

Method Details

ConversationEventTopicAddress() public méthode

Initializes a new instance of the ConversationEventTopicAddress class.
public ConversationEventTopicAddress ( string Name = null, string NameRaw = null, string AddressNormalized = null, string AddressRaw = null, string AddressDisplayable = null ) : System
Name string This will be nameRaw if present, or a locality lookup of the address field otherwise..
NameRaw string The name as close to the bits on the wire as possible..
AddressNormalized string The normalized address. This field is acquired from the Address Normalization Table. The addressRaw could have gone through some transformations, such as only using the numeric portion, before being run through the Address Normalization Table..
AddressRaw string The address as close to the bits on the wire as possible..
AddressDisplayable string The displayable address. This field is acquired from the Address Normalization Table. The addressRaw could have gone through some transformations, such as only using the numeric portion, before being run through the Address Normalization Table..
Résultat System

Equals() public méthode

Returns true if ConversationEventTopicAddress instances are equal
public Equals ( other ) : bool
other Instance of ConversationEventTopicAddress to be compared
Résultat bool

Equals() public méthode

Returns true if objects are equal
public Equals ( object obj ) : bool
obj object Object to be compared
Résultat bool

GetHashCode() public méthode

Gets the hash code
public GetHashCode ( ) : int
Résultat int

ToJson() public méthode

Returns the JSON string presentation of the object
public ToJson ( ) : string
Résultat string

ToString() public méthode

Returns the string presentation of the object
public ToString ( ) : string
Résultat string