IEdmTypeConfiguration Interface
Represents an EdmType
Assembly: System.Web.OData (in System.Web.OData.dll)
| Name | Description | |
|---|---|---|
![]() | ClrType | The CLR type associated with the EdmType. |
![]() | FullName | The fullname (including namespace) of the EdmType. |
![]() | Kind | The kind of the EdmType. Examples include EntityType, ComplexType, PrimitiveType, CollectionType, EnumType. |
![]() | ModelBuilder | The ODataModelBuilder used to create this IEdmType. |
![]() | Name | The name of the EdmType. |
![]() | Namespace | The namespace of the EdmType. |
Show:
