This is the interface that all EPiServerCommunity entities should implement.
Namespace:
EPiServer.CommonAssembly: EPiServer.Common.Framework (in EPiServer.Common.Framework.dll) Version: 2.3.517.36
Syntax
C# |
---|
public interface IFrameworkEntity : IAttributeExtendableEntity, ITaggableEntity, ICategorizableEntity, IRatableEntity, IReportableEntity, ILoggableEntity, IVisitableEntity, ICommentableEntity, IEntity, ICacheable, ICloneable, ICloneable |
Remarks
IFrameworkEntity defines the interface contract of a [!:EPiServer.Common.FrameworkEntityBase], which provides a base implementation of the IFrameworkEntity interface.