Represents an object that is related to an entity. Objects that have the same structure would be represented by the same type in TypeScript. This interface allows to identify equal structures as different structures if they are related to different entities.

Type Parameters

Hierarchy

  • EntityIdentifiable

Implemented by

Properties

Properties

_deSerializers: DeSerializersT

Dummy property to include also the deserializer type in the strucutre of the entity type.

_entity: T

Dummy property whose type makes structurally identical entities distiguishable in TypeScript.

Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.