Share via


NavigationPropertyBindingConfiguration Class

Definition

Used to configure the binding for a navigation property for a navigation source. This configuration functionality is exposed by the model builder Fluent API, see ODataModelBuilder.

public class NavigationPropertyBindingConfiguration
type NavigationPropertyBindingConfiguration = class
Public Class NavigationPropertyBindingConfiguration
Inheritance
NavigationPropertyBindingConfiguration

Constructors

NavigationPropertyBindingConfiguration(NavigationPropertyConfiguration, NavigationSourceConfiguration, IList<MemberInfo>)

Initializes a new instance of the NavigationPropertyBindingConfiguration class.

NavigationPropertyBindingConfiguration(NavigationPropertyConfiguration, NavigationSourceConfiguration)

Initializes a new instance of the NavigationPropertyBindingConfiguration class.

Properties

BindingPath

Gets the path of current binding, like "A.B/C/D.E".

NavigationProperty

Gets the navigation property of the binding.

Path

Gets the path of current binding.

TargetNavigationSource

Gets the target navigation source of the binding.

Applies to