Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class Entity<T>

    Represents an abstract base class for entities in the domain model with a specific type for the identifier.

    Inheritance
    object
    Entity
    Entity<T>
    Group
    Role
    Inherited Members
    Entity.CreatedAt
    Entity.UpdatedAt
    Entity.IsNew()
    Entity.SetAsNew()
    Entity.GetHashCode()
    Entity.Equals(object)
    Entity.AddDomainEvent(DomainEvent)
    Entity.GetDomainEvents()
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Innovt.Domain.Core.Model
    Assembly: Innovt.Domain.Core.dll
    Syntax
    public abstract class Entity<T> : Entity where T : struct
    Type Parameters
    Name Description
    T

    The type of the identifier.

    Properties

    | Edit this page View Source

    Id

    Declaration
    public T Id { get; set; }
    Property Value
    Type Description
    T

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX