C# Class Facebook.Graph.Video

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

Private Properties

Property Type Description

Public Methods

Method Description
Video ( ) : System

Creates a new, empty Video.

Video ( JToken source, GraphSession session ) : System

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

Method Details

Video() public method

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

Video() public method

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