コード例 #1
0
ファイル: Mapper.cs プロジェクト: mpmagic/JoeBlogs
 internal static CommentCount CommentCount(XmlRpcCommentCount input)
 {
     return(new CommentCount
     {
         Approved = input.approved,
         AwaitingModeration = input.awaiting_moderation,
         Spam = input.spam,
         TotalComments = input.total_comments
     });
 }
コード例 #2
0
ファイル: Mapper.cs プロジェクト: ericdellis17/JoeBlogs
 internal static CommentCount CommentCount(XmlRpcCommentCount input)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 internal static CommentCount CommentCount(XmlRpcCommentCount input)
 {
     throw new NotImplementedException();
 }