Interface LaravelUi5\OData\Edm\Contracts\Container\NavigationPropertyBindingInterface

extends AnnotatableInterface

A navigation property binding declared on an entity set or singleton.

Bindings resolve the target of a navigation property to a concrete entity set or singleton within the same entity container. The path may include type-cast segments for polymorphic navigation, e.g. "Items/MyService.SpecialItem".

Bindings are annotatable per the CSDL specification.

Methods
Methods inherited from LaravelUi5\OData\Edm\Contracts\AnnotatableInterface
getAnnotations(), getAnnotation()