| CreateOrUpdateAccountBlog(string ticket, TransitAccountBlog blog) | WebBlogService | |
| CreateOrUpdateAccountBlogAuthor(string ticket, TransitAccountBlogAuthor author) | WebBlogService | |
| CreateOrUpdateAccountBlogPost(string ticket, TransitAccountBlogPost post) | WebBlogService | |
| DeleteAccountBlog(string ticket, int id) | WebBlogService | |
| DeleteAccountBlogAuthor(string ticket, int id) | WebBlogService | |
| DeleteAccountBlogPost(string ticket, int id) | WebBlogService | |
| GetAccountBlogAuthorById(string ticket, int id) | WebBlogService | |
| GetAccountBlogAuthors(string ticket, int id, ServiceQueryOptions options) | WebBlogService | |
| GetAccountBlogAuthorsCount(string ticket, int id) | WebBlogService | |
| GetAccountBlogById(string ticket, int id) | WebBlogService | |
| GetAccountBlogPostById(string ticket, int id) | WebBlogService | |
| GetAccountBlogPosts(string ticket, int id, ServiceQueryOptions options) | WebBlogService | |
| GetAccountBlogPostsCount(string ticket, int id) | WebBlogService | |
| GetAccountBlogs(string ticket, int id, ServiceQueryOptions options) | WebBlogService | |
| GetAccountBlogsCount(string ticket, int id) | WebBlogService | |
| GetAuthoredAccountBlogs(string ticket, int id, ServiceQueryOptions options) | WebBlogService | |
| GetAuthoredAccountBlogsCount(string ticket, int id) | WebBlogService | |
| SearchAccountBlogPosts(string ticket, string s, ServiceQueryOptions options) | WebBlogService | |
| SearchAccountBlogPostsCount(string ticket, string s) | WebBlogService | |
| SyndicateAccountBlog(string ticket, int id) | WebBlogService | |
| WebBlogService() (defined in WebBlogService) | WebBlogService | |