Interface IHaveIdentifier<TKey>
- Namespace
- Arbiter.CommandQuery.Definitions
- Assembly
- Arbiter.CommandQuery.dll
An interface indicating the implemented type has an identifier (Primary key)
public interface IHaveIdentifier<TKey>
Type Parameters
TKey
The type of the key.
Properties
Id
Gets or sets the identifier for this instance.
TKey Id { get; set; }
Property Value
- TKey
The identifier for this instance.