Class ValueObject<T>
Represents a base class for value objects with a generic identifier type.
Inheritance
ValueObject<T>
Inherited Members
Namespace: Innovt.Domain.Core.Model
Assembly: Innovt.Domain.Core.dll
Syntax
public abstract class ValueObject<T> : ValueObject where T : struct
Type Parameters
Name | Description |
---|---|
T | The type of the identifier. |
Properties
| Edit this page View SourceId
Gets or sets the identifier for the value object.
Declaration
public T Id { get; set; }
Property Value
Type | Description |
---|---|
T |