Class Entity
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
NamespaceId
public string? NamespaceId { get; set; }
Property Value
UniversalId
public string? UniversalId { get; set; }
Property Value
UniversalIdType
public string? UniversalIdType { get; set; }