Share via


ODataMetadataSelector Class

Definition

The role of this class is to control what metadata information gets written for full metadata. Navigation links, association links, operations and stream properties can be modified for a full metadata response.

public abstract class ODataMetadataSelector
type ODataMetadataSelector = class
Public MustInherit Class ODataMetadataSelector
Inheritance
ODataMetadataSelector

Constructors

ODataMetadataSelector()

Methods

SelectBindableOperations(IEdmStructuredType, IEnumerable<IEdmOperation>)

Alters the bindable operations for the type which may get written with full metadata response.

SelectNavigationProperties(IEdmStructuredType, IEnumerable<IEdmNavigationProperty>)

Alters the selected navigation properties for which the metadata needs to be written.

SelectStreamProperties(IEdmStructuredType, IEnumerable<IEdmStructuralProperty>)

Alters the selected stream properties for the type which may get written with full metadata response.

Applies to