Search Results for

    Show / Hide Table of Contents

    Interface IKey<TEntity, TKey>

    This interface should be implemented by structs, to create strongly-typed ids.

    Inherited Members
    IKey.BoxedValue
    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 Source

    Value

    The underlying value representing the Key<TEntity, TKey>.

    Declaration
    TKey Value { get; }
    Property Value
    Type Description
    TKey

    Theme

    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 Twenty