C# Class FMessage.Key, whatsapp-desktop-client

Afficher le fichier Open project: sambulosenda/whatsapp-desktop-client Class Usage Examples

Méthodes publiques

Свойство Type Description
from_me bool
id string
remote_jid string
serverNickname string

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Key ( string remote_jid, bool from_me, string id ) : System
ToString ( ) : string

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Key() public méthode

public Key ( string remote_jid, bool from_me, string id ) : System
remote_jid string
from_me bool
id string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

from_me public_oe property

public bool from_me
Résultat bool

id public_oe property

public string id
Résultat string

remote_jid public_oe property

public string remote_jid
Résultat string

serverNickname public_oe property

public string serverNickname
Résultat string