Class BlogFeatureCacheItem
Inheritance
BlogFeatureCacheItem
Assembly: Volo.CmsKit.Common.Application.Contracts.dll
Syntax
public class BlogFeatureCacheItem : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
BlogFeatureCacheItem()
Declaration
public BlogFeatureCacheItem()
Properties
FeatureName
Declaration
public string FeatureName { get; set; }
Property Value
Id
Declaration
public Guid Id { get; set; }
Property Value
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
Implements
Extension Methods