EntityCollectionConfiguration<TEntityType> Class

 

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.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

System::Object
  System.Web.OData.Builder::CollectionTypeConfiguration
    System.Web.OData.Builder::EntityCollectionConfiguration<TEntityType>

generic<typename TEntityType>
public ref class EntityCollectionConfiguration : CollectionTypeConfiguration

Type Parameters

TEntityType

The EntityType that is the ElementType of the EntityCollection

NameDescription
System_CAPS_pubpropertyClrType

Gets the CLR type associated with this collection type. (Inherited from CollectionTypeConfiguration.)

System_CAPS_pubpropertyElementType

Gets the IEdmTypeConfiguration of elements in this collection. (Inherited from CollectionTypeConfiguration.)

System_CAPS_pubpropertyFullName

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

System_CAPS_pubpropertyKind

Gets the kind of the IEdmType. In this case, it is Collection. (Inherited from CollectionTypeConfiguration.)

System_CAPS_pubpropertyModelBuilder

Gets the ODataModelBuilder used to create this configuration. (Inherited from CollectionTypeConfiguration.)

System_CAPS_pubpropertyName

Gets the name of this collection type. (Inherited from CollectionTypeConfiguration.)

System_CAPS_pubpropertyNamespace

Gets the namespace of this collection type. (Inherited from CollectionTypeConfiguration.)

NameDescription
System_CAPS_pubmethodAction(String^)

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

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodFunction(String^)

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

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: