Share via


EdmChangedObjectCollection Class

Definition

Represents an IEdmObject that is a collection of IEdmChangedObjects.

[Microsoft.AspNetCore.OData.Abstracts.NonValidatingParameterBinding]
public class EdmChangedObjectCollection : System.Collections.ObjectModel.Collection<Microsoft.AspNetCore.OData.Formatter.Value.IEdmChangedObject>, Microsoft.AspNetCore.OData.Formatter.Value.IEdmObject
[<Microsoft.AspNetCore.OData.Abstracts.NonValidatingParameterBinding>]
type EdmChangedObjectCollection = class
    inherit Collection<IEdmChangedObject>
    interface IEdmObject
Public Class EdmChangedObjectCollection
Inherits Collection(Of IEdmChangedObject)
Implements IEdmObject
Inheritance
EdmChangedObjectCollection
Attributes
Implements

Constructors

EdmChangedObjectCollection(IEdmEntityType)

Initializes a new instance of the EdmChangedObjectCollection class.

EdmChangedObjectCollection(IEdmEntityType, IList<IEdmChangedObject>)

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 resource

Applies to