C# 클래스 TumblrAPI.PostItems.PostItemBase

파일 보기 프로젝트 열기: jthigpen/TumblrAPI.NET

공개 메소드들

메소드 설명
Publish ( ) : TumblrResult

Uses the credentials stored in the TumblrAPI.Authentication class to publish.

Publish ( string email, string password, string group ) : TumblrResult

Authenticates against the service for this publish only.

보호된 메소드들

메소드 설명
GetPostItemsInternal ( ) : string>.Dictionary

Gets the PostItems that are specific to each subclass.

메소드 상세

GetPostItemsInternal() 보호된 추상적인 메소드

Gets the PostItems that are specific to each subclass.
protected abstract GetPostItemsInternal ( ) : string>.Dictionary
리턴 string>.Dictionary

Publish() 공개 메소드

Uses the credentials stored in the TumblrAPI.Authentication class to publish.
public Publish ( ) : TumblrResult
리턴 TumblrResult

Publish() 공개 메소드

Authenticates against the service for this publish only.
public Publish ( string email, string password, string group ) : TumblrResult
email string Tumblr account email address
password string Tumblr account password
group string
리턴 TumblrResult