C# Class Facebook.Graph.Message

Inheritance: GraphEntity
Mostrar archivo Open project: prabirshrestha/opengraph.net

Private Properties

Property Type Description

Public Methods

Method Description
Message ( ) : System

Creates a new, empty Message.

Message ( JToken source, GraphSession session ) : System

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

Method Details

Message() public method

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

Message() public method

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.
return System