Inheritance
System.Object
CommentValidation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: EPiServer.Social.Comments.Core.dll
Version: 1.5.4
public class CommentValidation
Constructors
Declaration
public CommentValidation()
Methods
Declaration
public virtual void Validate(CommentId commentId)
Parameters
Declaration
public virtual void Validate(CommentId commentId, string type)
Parameters
| Type |
Name |
Description |
| CommentId |
commentId |
|
| System.String |
type |
|
Declaration
public virtual void Validate(Criteria<CommentFilter> criteria)
Parameters
Declaration
public virtual void Validate<TExtension>(CompositeCriteria<CommentFilter, TExtension> criteria)
Parameters
Type Parameters
| Name |
Description |
| TExtension |
|
Declaration
public virtual void ValidateForAdd(Comment comment)
Parameters
| Type |
Name |
Description |
| Comment |
comment |
|
Declaration
public virtual void ValidateForAdd<TExtension>(Comment comment, TExtension extension)
Parameters
| Type |
Name |
Description |
| Comment |
comment |
|
| TExtension |
extension |
|
Type Parameters
| Name |
Description |
| TExtension |
|
Declaration
public virtual void ValidateForUpdate(Comment comment)
Parameters
| Type |
Name |
Description |
| Comment |
comment |
|
Declaration
public virtual void ValidateForUpdate<TExtension>(Comment comment, TExtension extension)
Parameters
| Type |
Name |
Description |
| Comment |
comment |
|
| TExtension |
extension |
|
Type Parameters
| Name |
Description |
| TExtension |
|