Skip to main content

Definition

Assembly: CloudNimble.EasyAF.Http.dll Namespace: CloudNimble.EasyAF.Http.OData Inheritance: System.Object

Syntax

Summary

A container for deserializing an OData v4 result and its associated metadata.

Type Parameters

  • T - The type of Items in the OData payload.

Constructors

.ctor

Syntax

.ctor Inherited

Inherited from object

Syntax

Properties

ExpectedItemCount

Maps to the “odata.count” property.

Syntax

Property Value

Type: string

Remarks

A mismatch between ExpectedItemCount and Items.Count can indicate an issue with deserialization.

Items

A List`1 containing the items returned from the service.

Syntax

Property Value

Type: System.Collections.Generic.List<T> Maps to the “@odata.context” property, and specifies which item in the model metadata is being returned.

Syntax

Property Value

Type: string Maps to the “@odata.nextLink” property, and specifies the URL to call to get the next page of results.

Syntax

Property Value

Type: string

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?