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.
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.DataAbstraction.RuntimeModel
Assembly: EPiServer.dll
Version: 9.12.2Syntax
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. |