Skip to main content

Types

Classes

NameSummary
ODataConstantsA set of constants that specify different string values that OData uses.
ODataV401ListRepresents an OData v4.01 collection response containing a list of entities with optional pagination metadata. Uses simplified OData v4.01 notation for context and metadata properties.
ODataV401PrimitiveResultA container that allows you to capture metadata from an OData V4 response.
ODataV401ResponseBaseRepresents the base class for OData v4.01 responses containing common OData metadata properties. Provides the foundation for strongly-typed OData v4.01 response handling with simplified context notation.
ODataV401SingleEntityResponseBaseRepresents the base class for OData v4.01 single entity responses containing entity-specific metadata. Uses simplified OData v4.01 notation for entity type information and identification.
ODataV4ErrorRepresents an OData error payload.
ODataV4ErrorDetailRepresents more details about an OData error.
ODataV4ErrorResponseThe wrapper around an ODataV4Error returned from an OData service.
ODataV4InnerErrorRepresents implementation-specific debugging information for OData errors. Contains detailed error information such as exception details, stack traces, and nested errors.
ODataV4ListRepresents an OData v4.0 collection response containing a list of entities with optional pagination metadata. Provides strongly-typed access to collection data with count and next link information.
ODataV4PrimitiveResultA container that allows you to capture metadata from an OData V4 response.
ODataV4ResponseBaseRepresents the base class for OData v4.0 responses containing common OData metadata properties. Provides the foundation for strongly-typed OData response handling.
ODataV4ResultListA container for deserializing an OData v4 result and its associated metadata.
ODataV4SingleEntityResponseBaseRepresents the base class for OData v4.0 single entity responses containing entity-specific metadata. Provides properties for entity type information, identification, and edit links.