C# 클래스 WhatsAppApi.Parser.FMessage

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

공개 프로퍼티들

프로퍼티 타입 설명
gap_behind bool
key Key
latitude double
location_details string
location_url string
longitude double
media_duration_seconds int
media_mime_type string
media_name string
media_size long
media_url string
media_wa_type System.Type
offline bool
remote_resource string
status Status
thumb_image object
timestamp DateTime?
wants_receipt bool

공개 메소드들

메소드 설명
AcceptVisitor ( FMessageVisitor visitor ) : void
FMessage ( Key key ) : System
FMessage ( string remote_jid, string data, object image ) : System
GetMessage_WA_Type ( string type ) : Type
GetMessage_WA_Type_StrValue ( Type type ) : string

비공개 메소드들

메소드 설명
FMessage ( string remote_jid, bool from_me ) : System

메소드 상세

AcceptVisitor() 공개 메소드

public AcceptVisitor ( FMessageVisitor visitor ) : void
visitor FMessageVisitor
리턴 void

FMessage() 공개 메소드

public FMessage ( Key key ) : System
key Key
리턴 System

FMessage() 공개 메소드

public FMessage ( string remote_jid, string data, object image ) : System
remote_jid string
data string
image object
리턴 System

GetMessage_WA_Type() 공개 정적인 메소드

public static GetMessage_WA_Type ( string type ) : Type
type string
리턴 System.Type

GetMessage_WA_Type_StrValue() 공개 정적인 메소드

public static GetMessage_WA_Type_StrValue ( Type type ) : string
type System.Type
리턴 string

프로퍼티 상세

gap_behind 공개적으로 프로퍼티

public bool gap_behind
리턴 bool

key 공개적으로 프로퍼티

public Key key
리턴 Key

latitude 공개적으로 프로퍼티

public double latitude
리턴 double

location_details 공개적으로 프로퍼티

public string location_details
리턴 string

location_url 공개적으로 프로퍼티

public string location_url
리턴 string

longitude 공개적으로 프로퍼티

public double longitude
리턴 double

media_duration_seconds 공개적으로 프로퍼티

public int media_duration_seconds
리턴 int

media_mime_type 공개적으로 프로퍼티

public string media_mime_type
리턴 string

media_name 공개적으로 프로퍼티

public string media_name
리턴 string

media_size 공개적으로 프로퍼티

public long media_size
리턴 long

media_url 공개적으로 프로퍼티

public string media_url
리턴 string

media_wa_type 공개적으로 프로퍼티

public Type,System media_wa_type
리턴 System.Type

offline 공개적으로 프로퍼티

public bool offline
리턴 bool

remote_resource 공개적으로 프로퍼티

public string remote_resource
리턴 string

status 공개적으로 프로퍼티

public Status status
리턴 Status

thumb_image 공개적으로 프로퍼티

public object thumb_image
리턴 object

timestamp 공개적으로 프로퍼티

public DateTime? timestamp
리턴 DateTime?

wants_receipt 공개적으로 프로퍼티

public bool wants_receipt
리턴 bool