C# 클래스 Facebook.Graph.Link

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Link ( ) : System

Creates a new, empty Link.

Link ( JToken source, GraphSession session ) : System

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

메소드 상세

Link() 공개 메소드

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

Link() 공개 메소드

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