The ICommentRepository type exposes the following members.

Methods

  Name Description
Public method CreateCommentEntity(Guid, Int32)
Creates a comment entity.
Public method CreateCommentEntity(Guid, Guid, Int32)
Creates a comment entity.
Public method DeleteSpamComments
Deletes all spam comments for a given parent entity type and id.
Public method DeleteUnapprovedComments
Deletes all unapproved comments for a given parent entity type and parent id or a particular user.
Public method GetCommentCount(Guid, Int32)
Gets a number of comments for give parent entity type and id.
Public method GetCommentCount(Guid, Int32, CommentStatus)
Gets a number of comments for given parent entity type, id and status.
Public method GetCommentCount(Nullable<(Of <<'(Guid>)>>), String, Guid)
Gets the comment count filtered by user or email and relation.
Public method GetCommentPrefetchPath
Gets the comment prefeth path.
Public method GetComments(Guid, Guid, Guid, Int32, Boolean, Int32)
Retrieves comments for the parent wall note id in non-paged scenarios.
Public method GetComments(Guid, Guid, Guid, Int32, Boolean, Int32, Int32, Int32%)
Retrieves a list of comments in paged scenarios.
Public method GetComments(Guid, Guid, Guid, Int32, Boolean, Boolean, Int32, Int32, Int32%)
Retrieves a list of comments in paged scenarios.
Public method GetComments(Guid, Guid, Guid, Int32, Boolean, Boolean, Boolean, Int32, Int32, Int32%)
Retrieves a list of comments in paged scenarios.
Public method GetComments(Guid, Guid, Guid, Int32, Boolean, Boolean, Boolean, Int32, Int32, Int32%, List<(Of <<'(SnCommentEntity>)>>)%)
Retrieves a list of comments in paged scenarios.
Public method SaveComment(SnCommentEntity%, Int32)
Save a comment.
Public method SaveComment(SnCommentEntity%, Boolean, Int32)
Save a comment.
Public method SaveComment(SnCommentEntity%, Boolean, Boolean, Int32)
Save a comment.

See Also