Method | Description | |
---|---|---|
ApproveComment ( int commentId ) : void | ||
CommentService ( IClock clock, ICommentValidator commentValidator, IOrchardServices orchardServices ) : System | ||
CommentsDisabledForCommentedContent ( int id ) : bool | ||
CreateComment ( Orchard.Comments.Services.CreateCommentContext context, bool moderateComments ) : CommentPart | ||
DeleteComment ( int commentId ) : void | ||
DisableCommentsForCommentedContent ( int id ) : void | ||
EnableCommentsForCommentedContent ( int id ) : void | ||
GetComment ( int id ) : CommentPart | ||
GetCommentedContent ( int id ) : Orchard.ContentManagement.ContentItem | ||
GetComments ( ) : CommentPartRecord>.IContentQuery |
||
GetComments ( CommentStatus status ) : CommentPartRecord>.IContentQuery |
||
GetCommentsForCommentedContent ( int id ) : CommentPartRecord>.IContentQuery |
||
GetCommentsForCommentedContent ( int id, CommentStatus status ) : CommentPartRecord>.IContentQuery |
||
GetDisplayForCommentedContent ( int id ) : Orchard.ContentManagement.ContentItemMetadata | ||
MarkCommentAsSpam ( int commentId ) : void | ||
UnapproveComment ( int commentId ) : void | ||
UpdateComment ( int id, string name, string email, string siteName, string commentText, CommentStatus status ) : void |
public ApproveComment ( int commentId ) : void | ||
commentId | int | |
return | void |
public CommentService ( IClock clock, ICommentValidator commentValidator, IOrchardServices orchardServices ) : System | ||
clock | IClock | |
commentValidator | ICommentValidator | |
orchardServices | IOrchardServices | |
return | System |
public CommentsDisabledForCommentedContent ( int id ) : bool | ||
id | int | |
return | bool |
public CreateComment ( Orchard.Comments.Services.CreateCommentContext context, bool moderateComments ) : CommentPart | ||
context | Orchard.Comments.Services.CreateCommentContext | |
moderateComments | bool | |
return | CommentPart |
public DeleteComment ( int commentId ) : void | ||
commentId | int | |
return | void |
public DisableCommentsForCommentedContent ( int id ) : void | ||
id | int | |
return | void |
public EnableCommentsForCommentedContent ( int id ) : void | ||
id | int | |
return | void |
public GetCommentedContent ( int id ) : Orchard.ContentManagement.ContentItem | ||
id | int | |
return | Orchard.ContentManagement.ContentItem |
public GetComments ( ) : CommentPartRecord>.IContentQuery |
||
return | CommentPartRecord>.IContentQuery |
public GetComments ( CommentStatus status ) : CommentPartRecord>.IContentQuery |
||
status | CommentStatus | |
return | CommentPartRecord>.IContentQuery |
public GetCommentsForCommentedContent ( int id ) : CommentPartRecord>.IContentQuery |
||
id | int | |
return | CommentPartRecord>.IContentQuery |
public GetCommentsForCommentedContent ( int id, CommentStatus status ) : CommentPartRecord>.IContentQuery |
||
id | int | |
status | CommentStatus | |
return | CommentPartRecord>.IContentQuery |
public GetDisplayForCommentedContent ( int id ) : Orchard.ContentManagement.ContentItemMetadata | ||
id | int | |
return | Orchard.ContentManagement.ContentItemMetadata |
public MarkCommentAsSpam ( int commentId ) : void | ||
commentId | int | |
return | void |
public UnapproveComment ( int commentId ) : void | ||
commentId | int | |
return | void |
public UpdateComment ( int id, string name, string email, string siteName, string commentText, CommentStatus status ) : void | ||
id | int | |
name | string | |
string | ||
siteName | string | |
commentText | string | |
status | CommentStatus | |
return | void |