C# Class TumblrAPI.PostItems.Text

Traditional text blog post. At least one, title or body, is required.
Inheritance: PostItemBase
Afficher le fichier Open project: jthigpen/TumblrAPI.NET

Méthodes publiques

Méthode Description
Text ( ) : System.Collections.Generic
Text ( string title ) : System.Collections.Generic
Text ( string title, string body ) : 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

Text() public méthode

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

Text() public méthode

public Text ( string title ) : System.Collections.Generic
title string
Résultat System.Collections.Generic

Text() public méthode

public Text ( string title, string body ) : System.Collections.Generic
title string
body string
Résultat System.Collections.Generic