SaaS CMS has officially launched! Learn more now.

Class ContentMixin

Class that implements IContent interfaces and is used as a mixin component when creating IContent proxies for types that implements IContentData but not IContent.

Inheritance
System.Object
ContentMixin
Namespace: EPiServer.DataAbstraction.RuntimeModel.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class ContentMixin : StandardContentBase, IInitializableContent, IContent, IContentData, IChangeTrackable, IExportable, IVersionable, IReadOnly, IModifiedTrackable, IContentSecurable, ISecurable, ICategorizable, ILocalizable, ILocale, IResourceable, IContentMixin

Constructors

ContentMixin()

Declaration
public ContentMixin()

Properties

MixinInstance

Gets the mixin instance.

Declaration
public object MixinInstance { get; }
Property Value
Type Description
System.Object

The mixin instance.

Implements

Extension Methods