C# Класс Orchard.Comments.Services.CommentService

Наследование: ICommentService
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ApproveComment() публичный Метод

public ApproveComment ( int commentId ) : void
commentId int
Результат void

CommentService() публичный Метод

public CommentService ( IClock clock, ICommentValidator commentValidator, IOrchardServices orchardServices ) : System
clock IClock
commentValidator ICommentValidator
orchardServices IOrchardServices
Результат System

CommentsDisabledForCommentedContent() публичный Метод

public CommentsDisabledForCommentedContent ( int id ) : bool
id int
Результат bool

CreateComment() публичный Метод

public CreateComment ( Orchard.Comments.Services.CreateCommentContext context, bool moderateComments ) : CommentPart
context Orchard.Comments.Services.CreateCommentContext
moderateComments bool
Результат CommentPart

DeleteComment() публичный Метод

public DeleteComment ( int commentId ) : void
commentId int
Результат void

DisableCommentsForCommentedContent() публичный Метод

public DisableCommentsForCommentedContent ( int id ) : void
id int
Результат void

EnableCommentsForCommentedContent() публичный Метод

public EnableCommentsForCommentedContent ( int id ) : void
id int
Результат void

GetComment() публичный Метод

public GetComment ( int id ) : CommentPart
id int
Результат CommentPart

GetCommentedContent() публичный Метод

public GetCommentedContent ( int id ) : Orchard.ContentManagement.ContentItem
id int
Результат Orchard.ContentManagement.ContentItem

GetComments() публичный Метод

public GetComments ( ) : CommentPartRecord>.IContentQuery
Результат CommentPartRecord>.IContentQuery

GetComments() публичный Метод

public GetComments ( CommentStatus status ) : CommentPartRecord>.IContentQuery
status CommentStatus
Результат CommentPartRecord>.IContentQuery

GetCommentsForCommentedContent() публичный Метод

public GetCommentsForCommentedContent ( int id ) : CommentPartRecord>.IContentQuery
id int
Результат CommentPartRecord>.IContentQuery

GetCommentsForCommentedContent() публичный Метод

public GetCommentsForCommentedContent ( int id, CommentStatus status ) : CommentPartRecord>.IContentQuery
id int
status CommentStatus
Результат CommentPartRecord>.IContentQuery

GetDisplayForCommentedContent() публичный Метод

public GetDisplayForCommentedContent ( int id ) : Orchard.ContentManagement.ContentItemMetadata
id int
Результат Orchard.ContentManagement.ContentItemMetadata

MarkCommentAsSpam() публичный Метод

public MarkCommentAsSpam ( int commentId ) : void
commentId int
Результат void

UnapproveComment() публичный Метод

public UnapproveComment ( int commentId ) : void
commentId int
Результат void

UpdateComment() публичный Метод

public UpdateComment ( int id, string name, string email, string siteName, string commentText, CommentStatus status ) : void
id int
name string
email string
siteName string
commentText string
status CommentStatus
Результат void