C# 클래스 TumblrAPI.PostItems.Text

Traditional text blog post. At least one, title or body, is required.
상속: PostItemBase
파일 보기 프로젝트 열기: jthigpen/TumblrAPI.NET

공개 메소드들

메소드 설명
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