Share via


ODataResourceWrapper Class

Definition

Encapsulates an ODataResource and the inner nested resource infos.

public sealed class ODataResourceWrapper : Microsoft.AspNet.OData.Formatter.Deserialization.ODataItemBase
type ODataResourceWrapper = class
    inherit ODataItemBase
Public NotInheritable Class ODataResourceWrapper
Inherits ODataItemBase
Inheritance
ODataResourceWrapper

Constructors

ODataResourceWrapper(ODataResource)

Initializes a new instance of ODataResourceWrapper.

Properties

Item

Gets the wrapped ODataItem.

(Inherited from ODataItemBase)
NestedResourceInfos

Gets the inner nested resource infos.

Resource

Gets the wrapped ODataResource.

Applies to