C# 클래스 MovingScrewdriver.Web.Services.MetaWeblog

상속: CookComputing.XmlRpc.XmlRpcService, IMetaWeblog
파일 보기 프로젝트 열기: Gutek/MovingScrewdriver

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
MetaWeblog ( ) : System
WpGetAuthors ( string blog_id, string username, string password ) : MovingScrewdriver.Web.Services.Model.WpAuthor[]

비공개 메소드들

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

메소드 상세

MetaWeblog() 공개 메소드

public MetaWeblog ( ) : System
리턴 System

WpGetAuthors() 공개 메소드

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