C# Класс TumblrAPI.PostItems.Text

Traditional text blog post. At least one, title or body, is required.
Наследование: PostItemBase
Показать файл Открыть проект

Открытые методы

Метод Описание
Text ( ) : System.Collections.Generic
Text ( string title ) : System.Collections.Generic
Text ( string title, string body ) : System.Collections.Generic

Защищенные методы

Метод Описание
GetPostItemsInternal ( ) : string>.Dictionary

Описание методов

GetPostItemsInternal() защищенный Метод

protected GetPostItemsInternal ( ) : string>.Dictionary
Результат string>.Dictionary

Text() публичный Метод

public Text ( ) : System.Collections.Generic
Результат System.Collections.Generic

Text() публичный Метод

public Text ( string title ) : System.Collections.Generic
title string
Результат System.Collections.Generic

Text() публичный Метод

public Text ( string title, string body ) : System.Collections.Generic
title string
body string
Результат System.Collections.Generic