Share via


CollectionTypeConfiguration Class

 

Represents a Collection of some named type.

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

Inheritance Hierarchy

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

Syntax

public class CollectionTypeConfiguration : IEdmTypeConfiguration
public ref class CollectionTypeConfiguration : IEdmTypeConfiguration
type CollectionTypeConfiguration = 
    class
        interface IEdmTypeConfiguration
    end
Public Class CollectionTypeConfiguration
    Implements IEdmTypeConfiguration

Constructors

Name Description
System_CAPS_pubmethod CollectionTypeConfiguration(IEdmTypeConfiguration, Type)

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

Properties

Name Description
System_CAPS_pubproperty ClrType

Gets the CLR type associated with this collection type.

System_CAPS_pubproperty ElementType

Gets the IEdmTypeConfiguration of elements in this collection.

System_CAPS_pubproperty FullName

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

System_CAPS_pubproperty Kind

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

System_CAPS_pubproperty ModelBuilder

Gets the ODataModelBuilder used to create this configuration.

System_CAPS_pubproperty Name

Gets the name of this collection type.

System_CAPS_pubproperty Namespace

Gets the namespace of this collection type.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

System.Web.OData.Builder Namespace

Return to top