Definition
Assembly: CloudNimble.EasyAF.Http.dll Namespace: CloudNimble.EasyAF.Http.OData Inheritance: System.ObjectSyntax
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
objectSyntax
Properties
ExpectedItemCount
Maps to the “odata.count” property.Syntax
Property Value
Type:string
Remarks
A mismatch betweenExpectedItemCount 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>
MetadataReferenceLink
Maps to the “@odata.context” property, and specifies which item in the model metadata is being returned.Syntax
Property Value
Type:string
NextPageLink
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
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?