Class BlogFeature
Inheritance
BlogFeature
Implements
Inherited Members
Namespace: Volo.CmsKit.Blogs
Assembly: Volo.CmsKit.Domain.dll
Syntax
public class BlogFeature : FullAuditedAggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp, IFullAuditedObject, IAuditedObject, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IModificationAuditedObject, IHasModificationTime, IDeletionAuditedObject, IHasDeletionTime, ISoftDelete
Constructors
BlogFeature()
Declaration
protected BlogFeature()
BlogFeature(Guid, string, bool)
Declaration
public BlogFeature(Guid blogId, string featureName, bool isEnabled = true)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | blogId | |
| string | featureName | |
| bool | isEnabled |
Properties
BlogId
Declaration
public Guid BlogId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| Guid |
FeatureName
Declaration
public string FeatureName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
IsEnabled
Declaration
public bool IsEnabled { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool |