C# Class TumblrAPI.PostItems.Quote

Inheritance: PostItemBase
Exibir arquivo Open project: jthigpen/TumblrAPI.NET

Public Methods

Method Description
Quote ( ) : System.Collections.Generic
Quote ( string quoteText ) : System.Collections.Generic
Quote ( string quoteText, string source ) : System.Collections.Generic

Protected Methods

Method Description
GetPostItemsInternal ( ) : string>.Dictionary

Method Details

GetPostItemsInternal() protected method

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

Quote() public method

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

Quote() public method

public Quote ( string quoteText ) : System.Collections.Generic
quoteText string
return System.Collections.Generic

Quote() public method

public Quote ( string quoteText, string source ) : System.Collections.Generic
quoteText string
source string
return System.Collections.Generic