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 IEntity : IIdentifiableImplements
Properties
Name
string? Name { get; }