Table of Contents

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

Properties

Id

Guid Id { get; }

Property Value

Guid

Name

string? Name { get; }

Property Value

string?