Share via


CollectionTypeConfiguration Class

Definition

Represents a Collection of some named type. Collection(Namespace.Customer) or Collection(Namespace.Address).

public class CollectionTypeConfiguration : Microsoft.AspNet.OData.Builder.IEdmTypeConfiguration
type CollectionTypeConfiguration = class
    interface IEdmTypeConfiguration
Public Class CollectionTypeConfiguration
Implements IEdmTypeConfiguration
Inheritance
CollectionTypeConfiguration
Derived
Implements

Constructors

CollectionTypeConfiguration(IEdmTypeConfiguration, Type)

Constructs a collection that contains elements of the specified ElementType and that is represented in CLR using the specified clrType.

Properties

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.

Applies to