C# Class TumblrAPI.PostItems.Photo

Inheritance: PostItemBase
Afficher le fichier Open project: jthigpen/TumblrAPI.NET

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
GetPostItemsInternal ( ) : string>.Dictionary

Method Details

GetPostItemsInternal() protected méthode

protected GetPostItemsInternal ( ) : string>.Dictionary
Résultat string>.Dictionary

Photo() public méthode

public Photo ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Photo() public méthode

public Photo ( string source ) : System.Collections.Generic
source string
Résultat System.Collections.Generic

Photo() public méthode

public Photo ( string source, string caption ) : System.Collections.Generic
source string
caption string
Résultat System.Collections.Generic

Photo() public méthode

public Photo ( string source, string caption, string clickThroughUrl ) : System.Collections.Generic
source string
caption string
clickThroughUrl string
Résultat System.Collections.Generic