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