Class Entity<T>
Represents an abstract base class for entities in the domain model with a specific type for the identifier.
Inherited Members
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 SourceId
Declaration
public T Id { get; set; }
Property Value
Type | Description |
---|---|
T |