Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Interface IAggregateRoot

    Represents an aggregate root in the domain model with an integer identifier.

    Namespace: Innovt.Domain.Core.Model
    Assembly: Innovt.Domain.Core.dll
    Syntax
    public interface IAggregateRoot

    Properties

    | Edit this page View Source

    Id

    Gets or sets the unique identifier for the aggregate root.

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

    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