C# Class Facebook.Graph.Link

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Link ( ) : System

Creates a new, empty Link.

Link ( JToken source, GraphSession session ) : System

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

Method Details

Link() public méthode

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

Link() public méthode

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