IIdentity<TKey> Interface
Definition
Defines a generic identity typically associated with a storage such as a database.
public interface IIdentity<out TKey>
Type Parameters
TKeyThe type of the identifier.
Properties
| Name | Description |
|---|---|
| Id | Gets the value of the identifier. |