C# 클래스 Signal.Models.Recipient

파일 보기 프로젝트 열기: smndtrl/Signal-UWP 1 사용 예제들

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