ODataPathProvider 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.
Provide class for ODataPath generating.
public class ODataPathProvider : Microsoft.OpenApi.OData.Edm.IODataPathProvider
type ODataPathProvider = class
interface IODataPathProvider
Public Class ODataPathProvider
Implements IODataPathProvider
- Inheritance
-
ODataPathProvider
- Implements
Constructors
| ODataPathProvider() |
Methods
| CanFilter(IEdmElement) |
Can filter the IEdmElement or not. |
| GetPaths(IEdmModel, OpenApiConvertSettings) |
Generate the list of ODataPath based on the given IEdmModel. |
| Initialize(IEdmModel) |
Initialize the provider. |