Interface: AnnotationContext
Defined in: packages/core/src/response/odata-annotation.builder.ts:6
Context needed to annotate an entity with OData metadata annotations.
Properties
entitySetName
readonlyentitySetName:string
Defined in: packages/core/src/response/odata-annotation.builder.ts:10
The OData entity set name (e.g. 'Products')
entityType
readonlyentityType:EdmEntityType
Defined in: packages/core/src/response/odata-annotation.builder.ts:12
The EDM entity type descriptor
namespace
readonlynamespace:string
Defined in: packages/core/src/response/odata-annotation.builder.ts:14
The EDM namespace (e.g. 'Default')
serviceRoot
readonlyserviceRoot:string
Defined in: packages/core/src/response/odata-annotation.builder.ts:8
The OData service root path (e.g. '/odata')