C# Class TumblrAPI.PostItems.Video

Inheritance: PostItemBase
ファイルを表示 Open project: jthigpen/TumblrAPI.NET

Public Methods

Method Description
Video ( ) : System.Collections.Generic
Video ( string embed ) : System.Collections.Generic
Video ( string embed, string title ) : System.Collections.Generic
Video ( string embed, string title, string caption ) : System.Collections.Generic

Protected Methods

Method Description
GetPostItemsInternal ( ) : string>.Dictionary

Method Details

GetPostItemsInternal() protected method

protected GetPostItemsInternal ( ) : string>.Dictionary
return string>.Dictionary

Video() public method

public Video ( ) : System.Collections.Generic
return System.Collections.Generic

Video() public method

public Video ( string embed ) : System.Collections.Generic
embed string
return System.Collections.Generic

Video() public method

public Video ( string embed, string title ) : System.Collections.Generic
embed string
title string
return System.Collections.Generic

Video() public method

public Video ( string embed, string title, string caption ) : System.Collections.Generic
embed string
title string
caption string
return System.Collections.Generic