The CommentBLL type exposes the following members.

Constructors

  Name Description
Public method CommentBLL
Initializes a new instance of the CommentBLL class.

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 InvalidateCommentCountCache(Int32)
Invalidates the comment count cache.
Public method InvalidateCommentCountCache(Int32, Guid)
Invalidates the comment count cache.
Public method InvalidateCommentCountCache(Int32, Guid, CommentStatus)
Invalidates the comment count cache.
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.

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)

Fields

  Name Description
Public field Static member ParamCommentCount
The parameter comment count.

See Also