Definition
Assembly: Microsoft.OData.Edm.dll Namespace: Microsoft.OData.EdmSyntax
Summary
This type is defined in Microsoft.OData.Edm.Remarks
See Microsoft documentation for more information about the rest of the API.Methods
GenerateConventionDefinitions Extension
Extension method from
Microsoft.Restier.Breakdance.IEdmModelExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
edmModel | Microsoft.OData.Edm.IEdmModel | The IEdmModel to use to generate the convention definitions list. |
Returns
Type:System.Collections.Generic.List<Microsoft.Restier.Breakdance.RestierConventionDefinition>
A List`1 containing detailed information about the expected Restier conventions.
GenerateConventionReport Extension
Extension method from
Microsoft.Restier.Breakdance.IEdmModelExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
edmModel | Microsoft.OData.Edm.IEdmModel | The IEdmModel to use to generate the conventions list. |
addTableSeparators | bool | A boolean specifying whether or not to add visual separators to the list. |
Returns
Type:string