Interface IHasDecorators<T> NamespaceToSic.Eav.Data AssemblyToSic.Eav.Data.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>>