Inheritance
CommentManager
Assembly: Volo.CmsKit.Domain.dll
public class CommentManager : DomainService, IDomainService, ITransientDependency
Constructors
Declaration
public CommentManager(ICommentEntityTypeDefinitionStore definitionStore, ISettingManager settingManager)
Parameters
Properties
Declaration
protected ICommentEntityTypeDefinitionStore DefinitionStore { get; }
Property Value
Declaration
protected ISettingManager SettingManager { get; }
Property Value
Methods
Declaration
public virtual Task<Comment> CreateAsync(CmsUser creator, string entityType, string entityId, string text, string url = null, Guid? repliedCommentId = null)
Parameters
Returns
Implements
Extension Methods