Table of Contents

Interface ITaggedInstance

Namespace
Songhay.Abstractions
Assembly
SonghayCore.dll

Tags instances for DI with keyed services.

public interface ITaggedInstance
Extension Methods

Remarks

This contract helps extension methods verify that a specific implementation is being operated upon.

Properties

InstanceTag

Returns the conventional ID or tag of this instance.

string InstanceTag { get; }

Property Value

string

Remarks

This identifier is intended for asserting that an expected ID is present which is useful for ensuring that an extension method is operating on the expected instance.