Definition
Assembly: CloudNimble.EasyAF.Http.dll Namespace: CloudNimble.EasyAF.Http.OData Inheritance: CloudNimble.EasyAF.Http.OData.ODataV4ResponseBaseSyntax
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.ODataV4ResponseBaseSyntax
.ctor Inherited
Inherited from
objectSyntax
Properties
ODataContext Inherited
Inherited from
CloudNimble.EasyAF.Http.OData.ODataV4ResponseBaseSyntax
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
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?