Share via


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
Public method NavigationPropertyBindingConfiguration Initializes a new instance of the NavigationPropertyBindingConfiguration class.

Top

Properties

  Name Description
Public property EntitySet Gets the target entity set of the binding.
Public property NavigationProperty Gets the navigation property of the binding.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

System.Web.Http.OData.Builder Namespace