C# 클래스 Facebook.Graph.Employment

상속: GraphEntity
파일 보기 프로젝트 열기: prabirshrestha/opengraph.net

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

Employment() 공개 메소드

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

Employment() 공개 메소드

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.
리턴 System