Interface IKey<T, TV>
Namespace: FixAntenna.Fix.Validation.Engine.Utils.Cache.Keys
Assembly: FixAntenna.Validation.dll
Syntax
public interface IKey<T, TV>
Type Parameters
Name | Description |
---|---|
T | |
TV |
Methods
GetForeignKey()
Declaration
TV GetForeignKey()
Returns
Type | Description |
---|---|
TV |
GetPrimaryKey()
Declaration
T GetPrimaryKey()
Returns
Type | Description |
---|---|
T |