Table of Contents

Class Entity

Namespace
adas_core.Domain.Models
Assembly
adas-core.Domain.dll

Represents a general-purpose entity within the application domain.

public class Entity
Inheritance
Entity
Inherited Members
Extension Methods

Remarks

Serves as a foundational or domain-level type that can be extended or composed to model real-world concepts.

Properties

EntityIdentifier

public string? EntityIdentifier { get; set; }

Property Value

string

NamespaceId

public string? NamespaceId { get; set; }

Property Value

string

UniversalId

public string? UniversalId { get; set; }

Property Value

string

UniversalIdType

public string? UniversalIdType { get; set; }

Property Value

string