NavigationPropertyBindingConfiguration Class
Used to configure the binding for a navigation property for an entity set. This configuration functionality is exposed by the model builder Fluent API, see ODataModelBuilder.
Inheritance Hierarchy
System.Object
System.Web.Http.OData.Builder.NavigationPropertyBindingConfiguration
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
'Declaration
Public Class NavigationPropertyBindingConfiguration
'Usage
Dim instance As NavigationPropertyBindingConfiguration
public class NavigationPropertyBindingConfiguration
public ref class NavigationPropertyBindingConfiguration
type NavigationPropertyBindingConfiguration = class end
public class NavigationPropertyBindingConfiguration
The NavigationPropertyBindingConfiguration type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NavigationPropertyBindingConfiguration | Initializes a new instance of the NavigationPropertyBindingConfiguration class. |
Top
Properties
Name | Description | |
---|---|---|
EntitySet | Gets the target entity set of the binding. | |
NavigationProperty | Gets the navigation property of the binding. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
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.