Table of Contents

Interface IDecorator<T>

Namespace
ToSic.Eav.Data
Assembly
ToSic.Eav.Core.dll

This marks add-on information for things which can be decorated. This allows taking something (like an IEntity and adding additional information for later processing

[InternalApi_DoNotUse_MayChangeWithoutNotice("just fyi")]
public interface IDecorator<T> : IDecorator

Type Parameters

T