Skip to content
Tracon

IAuditDecorated

Namespace Tracon · Assembly Tracon.Abstractions.dll

Exposes the real store implementation an audit trail decorator wraps.

public interface IAuditDecorated

The store decorators that write the audit trail (Auditing*Store) must stay transparent on the code paths that tell the consumer which storage implementation is in use ({prefix}/api/meta, for example) — the user interface must get the name of the real implementation, not of the decorator, when it asks which store is registered.

Gets the real store instance the decorator wraps.

object AuditedInner { get; }

object