ODataResourceWrapper 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 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
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. |