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.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Inheritance Hierarchy
System.Object
System.Web.OData.Builder.NavigationPropertyBindingConfiguration
Syntax
public class NavigationPropertyBindingConfiguration
public ref class NavigationPropertyBindingConfiguration
type NavigationPropertyBindingConfiguration = class end
Public Class NavigationPropertyBindingConfiguration
Constructors
Name | Description | |
---|---|---|
NavigationPropertyBindingConfiguration(NavigationPropertyConfiguration, INavigationSourceConfiguration) | Initializes a new instance of the NavigationPropertyBindingConfiguration class. |
Properties
Name | Description | |
---|---|---|
NavigationProperty | Gets the navigation property of the binding. |
|
TargetNavigationSource | Gets the target navigation source of the binding. |
Methods
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.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.OData.Builder Namespace
Return to top