C# Class Facebook.Graph.Note

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

Private Properties

Property Type Description

Public Methods

Method Description
Note ( ) : System

Creates a new, empty Note.

Note ( JToken source, GraphSession session ) : System

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

Method Details

Note() public method

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

Note() public method

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