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)

System::Object
  System.Web.OData.Builder::NavigationPropertyBindingConfiguration

public ref class NavigationPropertyBindingConfiguration 

NameDescription
System_CAPS_pubmethodNavigationPropertyBindingConfiguration(NavigationPropertyConfiguration^, INavigationSourceConfiguration^)

Initializes a new instance of the NavigationPropertyBindingConfiguration class.

NameDescription
System_CAPS_pubpropertyNavigationProperty

Gets the navigation property of the binding.

System_CAPS_pubpropertyTargetNavigationSource

Gets the target navigation source of the binding.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: