EdmEntityObjectCollection Class

Represents the collection of EDM entity object type.

Inheritance Hierarchy

System.Object
  System.Collections.ObjectModel.Collection<IEdmEntityObject>
    System.Web.Http.OData.EdmEntityObjectCollection

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

Syntax

'Declaration
Public Class EdmEntityObjectCollection _
    Inherits Collection(Of IEdmEntityObject) _
    Implements IEdmObject
'Usage
Dim instance As EdmEntityObjectCollection
public class EdmEntityObjectCollection : Collection<IEdmEntityObject>, 
    IEdmObject
public ref class EdmEntityObjectCollection : public Collection<IEdmEntityObject^>, 
    IEdmObject
type EdmEntityObjectCollection =  
    class 
        inherit Collection<IEdmEntityObject>
        interface IEdmObject 
    end
public class EdmEntityObjectCollection extends Collection<IEdmEntityObject> implements IEdmObject

The EdmEntityObjectCollection type exposes the following members.

Constructors

  Name Description
Public method EdmEntityObjectCollection(IEdmCollectionTypeReference) Initializes a new instance of the EdmEntityObjectCollection class.
Public method EdmEntityObjectCollection(IEdmCollectionTypeReference, IList<IEdmEntityObject>) Initializes a new instance of the EdmEntityObjectCollection class.

Top

Properties

  Name Description
Public property Count (Inherited from Collection<IEdmEntityObject>.)
Public property Item (Inherited from Collection<IEdmEntityObject>.)
Protected property Items (Inherited from Collection<IEdmEntityObject>.)

Top

Methods

  Name Description
Public method Add (Inherited from Collection<IEdmEntityObject>.)
Public method Clear (Inherited from Collection<IEdmEntityObject>.)
Protected method ClearItems (Inherited from Collection<IEdmEntityObject>.)
Public method Contains (Inherited from Collection<IEdmEntityObject>.)
Public method CopyTo (Inherited from Collection<IEdmEntityObject>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEdmType Gets a reference to an EDM type.
Public method GetEnumerator (Inherited from Collection<IEdmEntityObject>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection<IEdmEntityObject>.)
Public method Insert (Inherited from Collection<IEdmEntityObject>.)
Protected method InsertItem (Inherited from Collection<IEdmEntityObject>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove (Inherited from Collection<IEdmEntityObject>.)
Public method RemoveAt (Inherited from Collection<IEdmEntityObject>.)
Protected method RemoveItem (Inherited from Collection<IEdmEntityObject>.)
Protected method SetItem (Inherited from Collection<IEdmEntityObject>.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add (Inherited from Collection<IEdmEntityObject>.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from Collection<IEdmEntityObject>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from Collection<IEdmEntityObject>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from Collection<IEdmEntityObject>.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from Collection<IEdmEntityObject>.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from Collection<IEdmEntityObject>.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from Collection<IEdmEntityObject>.)
Explicit interface implemetationPrivate property ICollection<T>.IsReadOnly (Inherited from Collection<IEdmEntityObject>.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from Collection<IEdmEntityObject>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from Collection<IEdmEntityObject>.)
Explicit interface implemetationPrivate property IList.Item (Inherited from Collection<IEdmEntityObject>.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from Collection<IEdmEntityObject>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from Collection<IEdmEntityObject>.)

Top

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

Reference

System.Web.Http.OData Namespace