NavigationLinkTemplateSegmentTemplate Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the NavigationLinkTemplateSegmentTemplate class.
public NavigationLinkTemplateSegmentTemplate (Microsoft.OData.Edm.IEdmStructuredType declaringType, Microsoft.OData.Edm.IEdmNavigationSource navigationSource);
new Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkTemplateSegmentTemplate : Microsoft.OData.Edm.IEdmStructuredType * Microsoft.OData.Edm.IEdmNavigationSource -> Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkTemplateSegmentTemplate
Public Sub New (declaringType As IEdmStructuredType, navigationSource As IEdmNavigationSource)
Parameters
- declaringType
- IEdmStructuredType
The declaring type.
- navigationSource
- IEdmNavigationSource
The Edm navigation source.