Microsoft.AspNetCore.OData.Formatter.Value Namespace

Classes

EdmChangedObjectCollection

Represents an IEdmObject that is a collection of IEdmChangedObjects.

EdmComplexObject

Represents an IEdmComplexObject with no backing CLR Type.

EdmComplexObjectCollection

Represents an IEdmObject that is a collection of IEdmComplexObjects.

EdmDeltaComplexObject

Represents an IEdmChangedObject with no backing CLR Type. Used to hold the Entry object in the Delta Feed Payload.

EdmDeltaDeletedLink

Represents an IEdmDeltaDeletedLink with no backing CLR Type. Used to hold the Deleted Link object in the Delta ResourceSet Payload.

EdmDeltaDeletedResourceObject

Represents an IEdmDeltaDeletedResourceObject with no backing CLR Type. Used to hold the Deleted Resource object in the Delta Feed Payload.

EdmDeltaLink

Represents an IEdmDeltaLink with no backing CLR Type. Used to hold the Added/Modified Link object in the Delta ResourceSet Payload.

EdmDeltaLinkBase

The base class for delta link.

EdmDeltaResourceObject

Represents an IEdmChangedObject with no backing CLR Type. Used to hold the Entry object in the Delta Feed Payload.

EdmEntityObject

Represents an IEdmEntityObject with no backing CLR Type.

EdmEntityObjectCollection

Represents an IEdmObject that is a collection of IEdmEntityObjects.

EdmEnumObject

Represents an IEdmEnumObject with no backing CLR Type.

EdmEnumObjectCollection

Represents an IEdmObject that is a collection of IEdmEnumObjects.

EdmStructuredObject

Represents an IEdmStructuredObject with no backing CLR Type.

EdmTypeExtensions

Extension methods for the IEdmType interface.

NullEdmComplexObject

Represents an IEdmComplexObject that is null.

Interfaces

IEdmChangedObject

Represents an instance of an IEdmChangedObject. Base interface to be implemented by any Delta object required to be part of the DeltaResourceSet Payload.

IEdmComplexObject

Represents an instance of an IEdmComplexType.

IEdmDeltaDeletedLink

Represents an instance of an IEdmChangedObject. Holds the properties necessary to create the ODataDeltaDeletedLink.

IEdmDeltaDeletedResourceObject

Represents an instance of an IEdmChangedObject. Holds the properties necessary to create the ODataDeletedResource.

IEdmDeltaLink

Represents an instance of an IEdmChangedObject. Holds the properties necessary to create the ODataDeltaLink.

IEdmDeltaLinkBase

Represents an instance of an IEdmChangedObject. Holds the properties necessary to create either ODataDeltaLink or ODataDeltaDeletedLink.

IEdmEntityObject

Represents an instance of an IEdmEntityType.

IEdmEnumObject

Represents an instance of an enum value.

IEdmObject

Represents an instance of an IEdmType.

IEdmStructuredObject

Represents an instance of an IEdmStructuredType.