C# Class Facebook.Graph.Employment

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

Private Properties

Property Type Description

Public Methods

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

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

Employment() public method

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