C# Class newtelligence.DasBlog.Web.Services.BloggerAPI

Inheritance: CookComputing.XmlRpc.XmlRpcService, IBlogger, IMovableType, IMetaWeblog
Exibir arquivo Open project: AArnott/dasblog

Public Methods

Method Description
BloggerAPI ( ) : System

Private Methods

Method Description
FillBloggerPostFromEntry ( newtelligence.DasBlog.Runtime.Entry entry, newtelligence &post ) : void
FillEntryFromBloggerPost ( newtelligence.DasBlog.Runtime.Entry entry, string content, string username ) : void

Fills a DasBlog entry from a Blogger Post structure.

FillEntryFromMetaWeblogPost ( newtelligence.DasBlog.Runtime.Entry entry, newtelligence post ) : TrackbackInfoCollection

Fills a DasBlog entry from a MetaWeblog Post structure.

IBlogger ( string appKey, string username, string password ) : newtelligence.DasBlog.Web.Services.Blogger.BlogInfo[]
IBlogger ( string blogid, string username, string password ) : newtelligence.DasBlog.Web.Services.Blogger.Category[]
IBlogger ( string appKey, string postid, string username, string password ) : Post
IBlogger ( string appKey, string blogid, string username, string password, int numberOfPosts ) : newtelligence.DasBlog.Web.Services.Blogger.Post[]
IBlogger ( string appKey, string username, string password ) : UserInfo
IBlogger ( string appKey, string postid, string username, string password, bool publish ) : bool
IBlogger ( string appKey, string postid, string username, string password, string content, bool publish ) : bool
IBlogger ( string appKey, string blogid, string username, string password, string template, string templateType ) : bool
IBlogger ( string appKey, string blogid, string username, string password, string templateType ) : string
IBlogger ( string appKey, string blogid, string username, string password, string content, bool publish ) : string
IMetaWeblog ( string blogid, string username, string password ) : newtelligence.DasBlog.Web.Services.MetaWeblog.CategoryInfo[]
IMetaWeblog ( string postid, string username, string password ) : Post
IMetaWeblog ( string blogid, string username, string password, int numberOfPosts ) : newtelligence.DasBlog.Web.Services.MetaWeblog.Post[]
IMetaWeblog ( object blogid, string username, string password, MediaType enc ) : UrlInfo

newMediaObject implementation : Xas

IMetaWeblog ( string postid, string username, string password, newtelligence post, bool publish ) : bool
IMetaWeblog ( string blogid, string username, string password, newtelligence post, bool publish ) : string
IMovableType ( string blogid, string username, string password ) : newtelligence.DasBlog.Web.Services.MovableType.Category[]
IMovableType ( string blogid, string username, string password, int numberOfPosts ) : newtelligence.DasBlog.Web.Services.MovableType.PostTitle[]
IMovableType ( ) : newtelligence.DasBlog.Web.Services.MovableType.TextFilter[]
IMovableType ( string postid ) : newtelligence.DasBlog.Web.Services.MovableType.TrackbackPing[]
IMovableType ( string postid, string username, string password ) : bool
IMovableType ( string postid, string username, string password, newtelligence categories ) : bool
IMovableType ( ) : string[]
InternalGetCategoryList ( ) : newtelligence.DasBlog.Web.Services.MovableType.Category[]
InternalGetFrontPageCategory ( ) : Category
RemoveDups ( string items, bool sort ) : string[]
noNull ( string s ) : string

Method Details

BloggerAPI() public method

public BloggerAPI ( ) : System
return System