Interface to represent meta information on the _propertyMetadata property of a complex type.

interface ComplexTypeNamespace<ComplexT> {
    _propertyMetadata: PropertyMetadata<ComplexT>[];
}

Type Parameters

  • ComplexT

Properties

_propertyMetadata: PropertyMetadata<ComplexT>[]

Metadata like Edm.Type of the complex type properties.

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