C# Class MovingScrewdriver.Web.Services.MetaWeblog

Inheritance: CookComputing.XmlRpc.XmlRpcService, IMetaWeblog
Datei anzeigen Open project: Gutek/MovingScrewdriver

Private Properties

Property Type Description
IMetaWeblog MovingScrewdriver.Web.Services.Model.BlogInfo[]
IMetaWeblog MovingScrewdriver.Web.Services.Model.CategoryInfo[]
IMetaWeblog MovingScrewdriver.Web.Services.Model.MediaObjectInfo
IMetaWeblog MovingScrewdriver.Web.Services.Model.Post
IMetaWeblog Post[]
IMetaWeblog MovingScrewdriver.Web.Services.Model.UserInfo
IMetaWeblog MovingScrewdriver.Web.Services.Model.WpCategoryInfo[]
IMetaWeblog MovingScrewdriver.Web.Services.Model.WpTagInfo[]
IMetaWeblog bool
IMetaWeblog bool
IMetaWeblog int
IMetaWeblog string
get_categories IEnumerable
get_tags IEnumerable
validate_user MovingScrewdriver.Web.Models.BlogOwner

Public Methods

Method Description
MetaWeblog ( ) : System
WpGetAuthors ( string blog_id, string username, string password ) : MovingScrewdriver.Web.Services.Model.WpAuthor[]

Private Methods

Method Description
IMetaWeblog ( string key, string username, string password ) : MovingScrewdriver.Web.Services.Model.BlogInfo[]
IMetaWeblog ( string blogid, string username, string password ) : MovingScrewdriver.Web.Services.Model.CategoryInfo[]
IMetaWeblog ( string blogid, string username, string password, MediaObject mediaObject ) : MediaObjectInfo
IMetaWeblog ( string postid, string username, string password ) : Post
IMetaWeblog ( string blogid, string username, string password, int numberOfPosts ) : Post[]
IMetaWeblog ( string key, string username, string password ) : UserInfo
IMetaWeblog ( string blog_id, string username, string password ) : MovingScrewdriver.Web.Services.Model.WpCategoryInfo[]
IMetaWeblog ( string blog_id, string username, string password ) : MovingScrewdriver.Web.Services.Model.WpTagInfo[]
IMetaWeblog ( string postid, string username, string password, Post post, bool publish ) : bool
IMetaWeblog ( string key, string postid, string username, string password, bool publish ) : bool
IMetaWeblog ( string blog_id, string username, string password, WpNewCategory category ) : int
IMetaWeblog ( string blogid, string username, string password, Post post, bool publish ) : string
get_categories ( string username, string password ) : IEnumerable
get_tags ( string username, string password ) : IEnumerable
validate_user ( string username, string password ) : BlogOwner

Method Details

MetaWeblog() public method

public MetaWeblog ( ) : System
return System

WpGetAuthors() public method

public WpGetAuthors ( string blog_id, string username, string password ) : MovingScrewdriver.Web.Services.Model.WpAuthor[]
blog_id string
username string
password string
return MovingScrewdriver.Web.Services.Model.WpAuthor[]