CollectionTypeConfiguration Class
Represents a Collection of some named type.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
System.Web.Http.OData.Builder::CollectionTypeConfiguration
System.Web.Http.OData.Builder::EntityCollectionConfiguration<TEntityType>
| Name | Description | |
|---|---|---|
![]() | CollectionTypeConfiguration(IEdmTypeConfiguration^, Type^) | Constructs a collection that contains elements of the specified ElementType and that is represented in CLR using the specified clrType. |
| Name | Description | |
|---|---|---|
![]() | ClrType | Gets the CLR type associated with this collection type. |
![]() | ElementType | Gets the IEdmTypeConfiguration of elements in this collection. |
![]() | FullName | Gets the fullname (including namespace) of this collection type. |
![]() | Kind | Gets the kind of the IEdmType. In this case, it is Collection. |
![]() | ModelBuilder | Gets the ODataModelBuilder used to create this configuration. |
![]() | Name | Gets the name of this collection type. |
![]() | Namespace | Gets the namespace of this collection type. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


