EdmEntityObjectCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an IEdmObject that is a collection of IEdmEntityObjects.
public class EdmEntityObjectCollection : System.Collections.ObjectModel.Collection<Microsoft.AspNet.OData.IEdmEntityObject>, Microsoft.AspNet.OData.IEdmObject
type EdmEntityObjectCollection = class
inherit Collection<IEdmEntityObject>
interface IEdmObject
Public Class EdmEntityObjectCollection
Inherits Collection(Of IEdmEntityObject)
Implements IEdmObject
- Inheritance
-
EdmEntityObjectCollection
- Implements
Constructors
| EdmEntityObjectCollection(IEdmCollectionTypeReference, IList<IEdmEntityObject>) |
Initializes a new instance of the EdmEntityObjectCollection class. |
| EdmEntityObjectCollection(IEdmCollectionTypeReference) |
Initializes a new instance of the EdmEntityObjectCollection class. |
Methods
| GetEdmType() |
Gets the IEdmTypeReference of this instance. |
Extension Methods
| IsDeltaResource(IEdmObject) |
Method to determine whether the current Edm object is a Delta Entry |