Table of Contents
These v19 docs are archived 🔒. Go to the latest docs home or try if this exact page is available in the latest docs.

Interface IHasDecorators<T>

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

This marks objects which carry additional decorator information

[InternalApi_DoNotUse_MayChangeWithoutNotice("Marks objects which have decorator information")]
public interface IHasDecorators<T>

Type Parameters

T

Properties

Decorators

IEnumerable<IDecorator<T>> Decorators { get; }

Property Value

IEnumerable<IDecorator<T>>