C# Class TumblrAPI.PostItems.Photo

Inheritance: PostItemBase
Mostra file Open project: jthigpen/TumblrAPI.NET

Public Methods

Method Description
Photo ( ) : System.Collections.Generic
Photo ( string source ) : System.Collections.Generic
Photo ( string source, string caption ) : System.Collections.Generic
Photo ( string source, string caption, string clickThroughUrl ) : System.Collections.Generic

Protected Methods

Method Description
GetPostItemsInternal ( ) : string>.Dictionary

Method Details

GetPostItemsInternal() protected method

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

Photo() public method

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

Photo() public method

public Photo ( string source ) : System.Collections.Generic
source string
return System.Collections.Generic

Photo() public method

public Photo ( string source, string caption ) : System.Collections.Generic
source string
caption string
return System.Collections.Generic

Photo() public method

public Photo ( string source, string caption, string clickThroughUrl ) : System.Collections.Generic
source string
caption string
clickThroughUrl string
return System.Collections.Generic