CollectionTypeConfiguration Class

 

Represents a Collection of some named type.

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>

public ref class CollectionTypeConfiguration : IEdmTypeConfiguration

NameDescription
System_CAPS_pubmethodCollectionTypeConfiguration(IEdmTypeConfiguration^, Type^)

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

NameDescription
System_CAPS_pubpropertyClrType

Gets the CLR type associated with this collection type.

System_CAPS_pubpropertyElementType

Gets the IEdmTypeConfiguration of elements in this collection.

System_CAPS_pubpropertyFullName

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

System_CAPS_pubpropertyKind

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

System_CAPS_pubpropertyModelBuilder

Gets the ODataModelBuilder used to create this configuration.

System_CAPS_pubpropertyName

Gets the name of this collection type.

System_CAPS_pubpropertyNamespace

Gets the namespace of this collection type.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

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: