Table of Contents

Interface IIdentity<TKey>

Namespace
Savvyio
Assembly
Savvyio.Core.dll

Defines a generic identity typically associated with a storage such as a database.

public interface IIdentity<out TKey>

Type Parameters

TKey

The type of the identifier.

Properties

Id

Gets the value of the identifier.

TKey Id { get; }

Property Value

TKey

The value of the identifier.