ODataMetadataSelector Class
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.
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. |