Class EntityIdentifierModel<TKey>
- Namespace
- Arbiter.CommandQuery.Models
- Assembly
- Arbiter.CommandQuery.dll
An identifier base model class
public class EntityIdentifierModel<TKey> : IHaveIdentifier<TKey>
Type Parameters
TKey
The type of the key.
- Inheritance
-
EntityIdentifierModel<TKey>
- Implements
-
IHaveIdentifier<TKey>
- Derived
- Inherited Members
Properties
Id
Gets or sets the identifier for this instance.
[JsonPropertyName("id")]
[JsonPropertyOrder(-9999)]
public TKey Id { get; set; }
Property Value
- TKey
The identifier for this instance.
See Also
IHaveIdentifier<TKey>