C# 클래스 Facebook.Graph.Video

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Video ( ) : System

Creates a new, empty Video.

Video ( JToken source, GraphSession session ) : System

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

메소드 상세

Video() 공개 메소드

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

Video() 공개 메소드

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