Inheritance
DefaultCommentEntityTypeDefinitionStore
Assembly: Volo.CmsKit.Domain.dll
public class DefaultCommentEntityTypeDefinitionStore : ICommentEntityTypeDefinitionStore, IEntityTypeDefinitionStore<CommentEntityTypeDefinition>, ITransientDependency
Constructors
Declaration
public DefaultCommentEntityTypeDefinitionStore(IOptions<CmsKitCommentOptions> options)
Parameters
Properties
Declaration
protected CmsKitCommentOptions Options { get; }
Property Value
Methods
Declaration
public virtual Task<CommentEntityTypeDefinition> GetAsync(string entityType)
Parameters
Type |
Name |
Description |
string |
entityType |
|
Returns
Declaration
public virtual Task<bool> IsDefinedAsync(string entityType)
Parameters
Type |
Name |
Description |
string |
entityType |
|
Returns
Implements
Extension Methods