Share via


EntityCollectionConfiguration<TEntityType> Class

Definition

EntityCollectionConfiguration represents a Collection of Entities. This class can be used to configure things that get bound to entities, like Actions bound to a collection.

public class EntityCollectionConfiguration<TEntityType> : Microsoft.AspNet.OData.Builder.CollectionTypeConfiguration
type EntityCollectionConfiguration<'EntityType> = class
    inherit CollectionTypeConfiguration
Public Class EntityCollectionConfiguration(Of TEntityType)
Inherits CollectionTypeConfiguration

Type Parameters

TEntityType

The EntityType that is the ElementType of the EntityCollection

Inheritance
EntityCollectionConfiguration<TEntityType>

Properties

ClrType

Gets the CLR type associated with this collection type.

(Inherited from CollectionTypeConfiguration)
ElementType

Gets the IEdmTypeConfiguration of elements in this collection.

(Inherited from CollectionTypeConfiguration)
FullName

Gets the fullname (including namespace) of this collection type.

(Inherited from CollectionTypeConfiguration)
Kind

Gets the kind of the IEdmType. In this case, it is Collection.

(Inherited from CollectionTypeConfiguration)
ModelBuilder

Gets the ODataModelBuilder used to create this configuration.

(Inherited from CollectionTypeConfiguration)
Name

Gets the name of this collection type.

(Inherited from CollectionTypeConfiguration)
Namespace

Gets the namespace of this collection type.

(Inherited from CollectionTypeConfiguration)

Methods

Action(String)

Creates a new Action that binds to Collection(EntityType).

Function(String)

Creates a new Function that binds to Collection(EntityType).

Applies to