These v19 docs are archived 🔒.
Go to the
latest docs home
or try if
this exact page is available
in the latest docs.
Interface IDecorator<T>
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