C# Class Signal.Models.Recipient

Exibir arquivo Open project: smndtrl/Signal-UWP Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public Equals ( Object o ) : bool
o Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Recipient() public method

public Recipient ( ) : SQLite.Net.Attributes
return SQLite.Net.Attributes

Recipient() public method

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

Recipient() public method

public Recipient ( long recipientId ) : SQLite.Net.Attributes
recipientId long
return SQLite.Net.Attributes

getName() public method

public getName ( ) : String
return String

getNumber() public method

public getNumber ( ) : String
return String

getRecipientId() public method

public getRecipientId ( ) : long
return long

getUnknownRecipient() public static method

public static getUnknownRecipient ( ) : Recipient
return Recipient

isGroupRecipient() public method

public isGroupRecipient ( ) : bool
return bool