EdmComplexObjectCollection Class

Represents an IEdmObject that is a collection of IEdmComplexObjects.

Inheritance Hierarchy

System.Object
  System.Collections.ObjectModel.Collection<IEdmComplexObject>
    System.Web.Http.OData.EdmComplexObjectCollection

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

Syntax

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

The EdmComplexObjectCollection type exposes the following members.

Constructors

  Name Description
Public method EdmComplexObjectCollection(IEdmCollectionTypeReference) Initialzes a new instance of the EdmComplexObjectCollection class.
Public method EdmComplexObjectCollection(IEdmCollectionTypeReference, IList<IEdmComplexObject>) Initialzes a new instance of the EdmComplexObjectCollection class.

Top

Properties

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

Top

Methods

  Name Description
Public method Add (Inherited from Collection<IEdmComplexObject>.)
Public method Clear (Inherited from Collection<IEdmComplexObject>.)
Protected method ClearItems (Inherited from Collection<IEdmComplexObject>.)
Public method Contains (Inherited from Collection<IEdmComplexObject>.)
Public method CopyTo (Inherited from Collection<IEdmComplexObject>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEdmType
Public method GetEnumerator (Inherited from Collection<IEdmComplexObject>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection<IEdmComplexObject>.)
Public method Insert (Inherited from Collection<IEdmComplexObject>.)
Protected method InsertItem (Inherited from Collection<IEdmComplexObject>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove (Inherited from Collection<IEdmComplexObject>.)
Public method RemoveAt (Inherited from Collection<IEdmComplexObject>.)
Protected method RemoveItem (Inherited from Collection<IEdmComplexObject>.)
Protected method SetItem (Inherited from Collection<IEdmComplexObject>.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

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

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