C# Class Facebook.Graph.Video

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

Private Properties

Свойство Type Description

Méthodes publiques

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

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

Video() public méthode

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