C# 클래스 Facebook.Graph.Message

상속: GraphEntity
파일 보기 프로젝트 열기: prabirshrestha/opengraph.net

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Message ( ) : System

Creates a new, empty Message.

Message ( JToken source, GraphSession session ) : System

Creates a new Message from the specified JSON object and GraphSession.

메소드 상세

Message() 공개 메소드

Creates a new, empty Message.
public Message ( ) : System
리턴 System

Message() 공개 메소드

Creates a new Message from the specified JSON object and GraphSession.
public Message ( JToken source, GraphSession session ) : System
source JToken The source JSON object.
session GraphSession The session that is creating the object.
리턴 System