C# Class Facebook.Graph.Note

Inheritance: GraphEntity
Afficher le fichier Open project: prabirshrestha/opengraph.net

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Creates a new, empty Note.
public Note ( ) : System
Résultat System

Note() public méthode

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.
Résultat System