NavigationSourceLinkBuilderAnnotation.BuildEntitySelfLinks Method
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.
Constructs the EntitySelfLinks for a particular ResourceContext and ODataMetadataLevel.
public virtual Microsoft.AspNet.OData.Formatter.Serialization.EntitySelfLinks BuildEntitySelfLinks (Microsoft.AspNet.OData.ResourceContext instanceContext, Microsoft.AspNet.OData.Formatter.ODataMetadataLevel metadataLevel);
abstract member BuildEntitySelfLinks : Microsoft.AspNet.OData.ResourceContext * Microsoft.AspNet.OData.Formatter.ODataMetadataLevel -> Microsoft.AspNet.OData.Formatter.Serialization.EntitySelfLinks
override this.BuildEntitySelfLinks : Microsoft.AspNet.OData.ResourceContext * Microsoft.AspNet.OData.Formatter.ODataMetadataLevel -> Microsoft.AspNet.OData.Formatter.Serialization.EntitySelfLinks
Public Overridable Function BuildEntitySelfLinks (instanceContext As ResourceContext, metadataLevel As ODataMetadataLevel) As EntitySelfLinks
Parameters
- instanceContext
- ResourceContext
- metadataLevel
- ODataMetadataLevel