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 | |
---|---|---|
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 | |
---|---|---|
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. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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