C# Class Facebook.Graph.Link

Inheritance: GraphEntity
Mostra file Open project: prabirshrestha/opengraph.net

Private Properties

Property Type Description

Public Methods

Method 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 method

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

Link() public method

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