EdmComplexObjectCollection 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 IEdmComplexObjects.
public class EdmComplexObjectCollection : System.Collections.ObjectModel.Collection<Microsoft.AspNet.OData.IEdmComplexObject>, Microsoft.AspNet.OData.IEdmObject
type EdmComplexObjectCollection = class
inherit Collection<IEdmComplexObject>
interface IEdmObject
Public Class EdmComplexObjectCollection
Inherits Collection(Of IEdmComplexObject)
Implements IEdmObject
- Inheritance
-
EdmComplexObjectCollection
- Implements
Constructors
EdmComplexObjectCollection(IEdmCollectionTypeReference, IList<IEdmComplexObject>) |
Initialzes a new instance of the EdmComplexObjectCollection class. |
EdmComplexObjectCollection(IEdmCollectionTypeReference) |
Initialzes a new instance of the EdmComplexObjectCollection 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 |