Share via


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
System_CAPS_pubmethod NavigationPropertyBindingConfiguration(NavigationPropertyConfiguration, INavigationSourceConfiguration)

Initializes a new instance of the NavigationPropertyBindingConfiguration class.

Properties

Name Description
System_CAPS_pubproperty NavigationProperty

Gets the navigation property of the binding.

System_CAPS_pubproperty TargetNavigationSource

Gets the target navigation source of the binding.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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