ODataResourceSetWrapper Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |