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 SourceId
Gets or sets the unique identifier for the aggregate root.
Declaration
int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| int |