C# Class Signal.Models.Recipient

Afficher le fichier Open project: smndtrl/Signal-UWP Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Equals ( Object o ) : bool
GetHashCode ( ) : int
Recipient ( ) : SQLite.Net.Attributes
Recipient ( String name, String number, long recipientId, string contactId ) : SQLite.Net.Attributes
Recipient ( long recipientId ) : SQLite.Net.Attributes
getName ( ) : String
getNumber ( ) : String
getRecipientId ( ) : long
getUnknownRecipient ( ) : Recipient
isGroupRecipient ( ) : bool

Method Details

Equals() public méthode

public Equals ( Object o ) : bool
o Object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Recipient() public méthode

public Recipient ( ) : SQLite.Net.Attributes
Résultat SQLite.Net.Attributes

Recipient() public méthode

public Recipient ( String name, String number, long recipientId, string contactId ) : SQLite.Net.Attributes
name String
number String
recipientId long
contactId string
Résultat SQLite.Net.Attributes

Recipient() public méthode

public Recipient ( long recipientId ) : SQLite.Net.Attributes
recipientId long
Résultat SQLite.Net.Attributes

getName() public méthode

public getName ( ) : String
Résultat String

getNumber() public méthode

public getNumber ( ) : String
Résultat String

getRecipientId() public méthode

public getRecipientId ( ) : long
Résultat long

getUnknownRecipient() public static méthode

public static getUnknownRecipient ( ) : Recipient
Résultat Recipient

isGroupRecipient() public méthode

public isGroupRecipient ( ) : bool
Résultat bool