EntityTypeConfiguration<TEntityType> Class
Represents an IEdmEntityType that can be built using ODataModelBuilder.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
System::Object
System.Web.Http.OData.Builder::StructuralTypeConfiguration<TStructuralType>
System.Web.Http.OData.Builder::EntityTypeConfiguration<TEntityType>
System.Web.Http.OData.Builder::StructuralTypeConfiguration<TStructuralType>
System.Web.Http.OData.Builder::EntityTypeConfiguration<TEntityType>
generic<typename TEntityType> where TEntityType : ref class public ref class EntityTypeConfiguration : StructuralTypeConfiguration<TEntityType>
Type Parameters
- TEntityType
The backing CLR type for this IEdmEntityType.
| Name | Description | |
|---|---|---|
![]() | BaseType | Gets the base type of this entity type. |
![]() | Collection | Used to access a Collection of Entities throw which you can configure actions that are bindable to EntityCollections. |
![]() | NavigationProperties | Gets the collection of NavigationPropertyConfiguration of this entity type. |
![]() | Properties | Gets the collection of EDM structural properties that belong to this type. (Inherited from StructuralTypeConfiguration<TStructuralType>.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


