Share via


ODataResourceSetWrapper Class

Definition

Encapsulates an ODataResourceSet and the ODataResource's that are part of it.

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

Constructors

ODataResourceSetWrapper(ODataResourceSet)

Initializes a new instance of ODataResourceSetWrapper.

Properties

Item

Gets the wrapped ODataItem.

(Inherited from ODataItemBase)
Resources

Gets the nested resources of this ResourceSet.

ResourceSet

Gets the wrapped ODataResourceSet.

Applies to