Definition
Assembly: Microsoft.Restier.Core.dll Namespace: Microsoft.Restier.Core.ModelSyntax
Summary
The service for model generation.Methods
GetModel Abstract
Asynchronously gets an API model for an API.Syntax
Parameters
| Name | Type | Description |
|---|---|---|
context | Microsoft.Restier.Core.Model.ModelContext | The context for processing |
Returns
Type:Microsoft.OData.Edm.IEdmModel
A task that represents the asynchronous
operation whose result is the API model.