Search Results for

    Show / Hide Table of Contents

    Class EntityBase

    Defines a base definition for an entity.

    Inheritance
    System.Object
    EntityBase
    Implements
    IEntityBase
    IEntityBase<Guid>
    IDatedEntity
    Namespace: MADE.Data.EFCore
    Assembly: MADE.Data.EFCore.dll
    Syntax
    public abstract class EntityBase : object, IEntityBase, IEntityBase<Guid>, IDatedEntity

    Properties

    | Improve this Doc View Source

    CreatedDate

    Gets or sets the date of the entity's creation.

    Declaration
    public virtual DateTime CreatedDate { get; set; }
    Property Value
    Type Description
    DateTime
    | Improve this Doc View Source

    Id

    Gets or sets the identifier of the entity.

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    Guid
    | Improve this Doc View Source

    UpdatedDate

    Gets or sets the date of the entity's last update.

    Declaration
    public virtual DateTime? UpdatedDate { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTime>

    Implements

    IEntityBase
    IEntityBase<TKey>
    IDatedEntity

    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