C# Class Facebook.Graph.Employment

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Employment ( ) : System

Creates a new, empty Employment object.

Employment ( JToken token, GraphSession session ) : System

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

Method Details

Employment() public méthode

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

Employment() public méthode

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