C# Класс Signal.Models.Recipient

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

Equals() публичный Метод

public Equals ( Object o ) : bool
o Object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

Recipient() публичный Метод

public Recipient ( ) : SQLite.Net.Attributes
Результат SQLite.Net.Attributes

Recipient() публичный Метод

public Recipient ( String name, String number, long recipientId, string contactId ) : SQLite.Net.Attributes
name String
number String
recipientId long
contactId string
Результат SQLite.Net.Attributes

Recipient() публичный Метод

public Recipient ( long recipientId ) : SQLite.Net.Attributes
recipientId long
Результат SQLite.Net.Attributes

getName() публичный Метод

public getName ( ) : String
Результат String

getNumber() публичный Метод

public getNumber ( ) : String
Результат String

getRecipientId() публичный Метод

public getRecipientId ( ) : long
Результат long

getUnknownRecipient() публичный статический Метод

public static getUnknownRecipient ( ) : Recipient
Результат Recipient

isGroupRecipient() публичный Метод

public isGroupRecipient ( ) : bool
Результат bool