IAuditDecorated
Namespace AgentPrism · Assembly
AgentPrism.Abstractions.dllExposes the real store implementation an audit trail decorator wraps.
public interface IAuditDecoratedRemarks
Section titled “Remarks”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.
Properties
Section titled “Properties”AuditedInner
Section titled “ AuditedInner”Gets the real store instance the decorator wraps.
object AuditedInner { get; }