Interface IEntity
- Namespace
- JJConsulting.Infinity.Domain
- Assembly
- JJConsulting.Infinity.Domain.dll
Represents a generic entity with an identifier and an optional name. This interface is useful for generic methods.
public interface IEntityProperties
Id
Guid Id { get; }Property Value
Name
string? Name { get; }