Interface IAggregateRoot<T>
Represents an aggregate root in the domain model with a specific type for the identifier.
Namespace: Innovt.Domain.Core.Model
Assembly: Innovt.Domain.Core.dll
Syntax
public interface IAggregateRoot<T>
Type Parameters
| Name | Description |
|---|---|
| T | The type of the identifier. |
Properties
| Edit this page View SourceId
Gets or sets the unique identifier for the aggregate root.
Declaration
T Id { get; set; }
Property Value
| Type | Description |
|---|---|
| T |