NavigationPropertyBindingConfiguration Class
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.
Assembly: System.Web.OData (in System.Web.OData.dll)
| Name | Description | |
|---|---|---|
![]() | NavigationPropertyBindingConfiguration(NavigationPropertyConfiguration^, INavigationSourceConfiguration^) | Initializes a new instance of the NavigationPropertyBindingConfiguration class. |
| Name | Description | |
|---|---|---|
![]() | NavigationProperty | Gets the navigation property of the binding. |
![]() | TargetNavigationSource | Gets the target navigation source of the binding. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


