NavigationSourceLinkBuilderAnnotation Class

 

NavigationSourceLinkBuilderAnnotation is a class used to annotate an IEdmNavigationSource inside an IEdmModel with information about how to build links related to that navigation source.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

System::Object
  System.Web.OData.Builder::NavigationSourceLinkBuilderAnnotation

public ref class NavigationSourceLinkBuilderAnnotation 

NameDescription
System_CAPS_pubmethodNavigationSourceLinkBuilderAnnotation()

Initializes a new instance of the NavigationSourceLinkBuilderAnnotation class.

System_CAPS_pubmethodNavigationSourceLinkBuilderAnnotation(IEdmNavigationSource^, IEdmModel^)

Initializes a new instance of the NavigationSourceLinkBuilderAnnotation class.

System_CAPS_pubmethodNavigationSourceLinkBuilderAnnotation(IEdmNavigationSource^, SelfLinkBuilder<Uri^>^, SelfLinkBuilder<Uri^>^, SelfLinkBuilder<Uri^>^)

Constructs an instance of an NavigationSourceLinkBuilderAnnotation class.

System_CAPS_pubmethodNavigationSourceLinkBuilderAnnotation(NavigationSourceConfiguration^)

Constructs an instance of an NavigationSourceLinkBuilderAnnotation from an NavigationSourceConfiguration.

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: