Search Results for

    Show / Hide Table of Contents

    Interface IEntityBase<TKey>

    Defines a base definition for an entity with a defined primary key type.

    Inherited Members
    IDatedEntity.CreatedDate
    IDatedEntity.UpdatedDate
    Namespace: MADE.Data.EFCore
    Assembly: MADE.Data.EFCore.dll
    Syntax
    public interface IEntityBase<TKey> : IDatedEntity
    Type Parameters
    Name Description
    TKey

    The type of unique identifier for the entity.

    Properties

    | Improve this Doc View Source

    Id

    Gets or sets the identifier of the entity.

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

    Extension Methods

    ReflectionExtensions.GetPropertyValue<T>(Object, String)
    ReflectionExtensions.GetPropertyNames(Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright (c) MADE Apps