C# 클래스 BrightcoveMapiWrapper.Model.Items.BrightcoveVideo

The BrightcoveVideo object is an aggregate of metadata and asset information associated with a video.
상속: BrightcoveItem, IJavaScriptConvertable
파일 보기 프로젝트 열기: revdotcom/.NET-MAPI-Wrapper 1 사용 예제들

공개 메소드들

메소드 설명
BrightcoveVideo ( ) : System

Creates an object representing a single video within Brightcove's system.

Deserialize ( object>.IDictionary dictionary, System.Web.Script.Serialization.JavaScriptSerializer serializer ) : void

Deserializes the specified dictionary.

Serialize ( System.Web.Script.Serialization.JavaScriptSerializer serializer ) : object>.IDictionary

Serializes the specified serializer.

메소드 상세

BrightcoveVideo() 공개 메소드

Creates an object representing a single video within Brightcove's system.
public BrightcoveVideo ( ) : System
리턴 System

Deserialize() 공개 메소드

Deserializes the specified dictionary.
public Deserialize ( object>.IDictionary dictionary, System.Web.Script.Serialization.JavaScriptSerializer serializer ) : void
dictionary object>.IDictionary The .
serializer System.Web.Script.Serialization.JavaScriptSerializer The .
리턴 void

Serialize() 공개 메소드

Serializes the specified serializer.
public Serialize ( System.Web.Script.Serialization.JavaScriptSerializer serializer ) : object>.IDictionary
serializer System.Web.Script.Serialization.JavaScriptSerializer The serializer.
리턴 object>.IDictionary