C# 클래스 WhatsAppApi.Parser.FMessage.Key

파일 보기 프로젝트 열기: rquiroz/WhatsAPINet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
from_me bool
id string
remote_jid string
serverNickname string

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
Key ( string remote_jid, bool from_me, string id ) : System
ToString ( ) : string

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Key() 공개 메소드

public Key ( string remote_jid, bool from_me, string id ) : System
remote_jid string
from_me bool
id string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

from_me 공개적으로 프로퍼티

public bool from_me
리턴 bool

id 공개적으로 프로퍼티

public string id
리턴 string

remote_jid 공개적으로 프로퍼티

public string remote_jid
리턴 string

serverNickname 공개적으로 프로퍼티

public string serverNickname
리턴 string