Skip to main content

Definition

Assembly: CloudNimble.EasyAF.Http.dll Namespace: CloudNimble.EasyAF.Http.OData Inheritance: CloudNimble.EasyAF.Http.OData.ODataV4ResponseBase

Syntax

Summary

A container that allows you to capture metadata from an OData V4 response.

Type Parameters

  • T - The type that will be deserialized from the OData V4 “value” property.

Constructors

.ctor

Syntax

.ctor Inherited

Inherited from CloudNimble.EasyAF.Http.OData.ODataV4ResponseBase

Syntax

.ctor Inherited

Inherited from object

Syntax

Properties

ODataContext Inherited

Inherited from CloudNimble.EasyAF.Http.OData.ODataV4ResponseBase
Gets or sets the OData context URL that describes the payload. This metadata property provides information about the entity set, type, and other context details.

Syntax

Property Value

Type: string

Value

Gets or sets the primitive value returned by the OData service. This property contains the actual data payload for primitive type responses.

Syntax

Property Value

Type: T

Methods

Equals Inherited Virtual

Inherited from object

Syntax

Parameters

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

Returns

Type: string?