Interface IKey<TEntity, TKey>
This interface should be implemented by structs, to create strongly-typed ids.
Inherited Members
Namespace: Venflow
Assembly: Venflow.Keys.dll
Syntax
public interface IKey<TEntity, TKey> : IKey
Type Parameters
Name | Description |
---|---|
TEntity | They type of entity the key sits in. |
TKey | The type of the key. |
Remarks
See Key<TEntity, TKey>for a possible implementation.
Properties
| Improve this Doc View SourceValue
The underlying value representing the Key<TEntity, TKey>.
Declaration
TKey Value { get; }
Property Value
Type | Description |
---|---|
TKey |