ODataNestedResourceInfoWrapper 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 ODataNestedResourceInfo and the list of nested items.
public sealed class ODataNestedResourceInfoWrapper : Microsoft.AspNet.OData.Formatter.Deserialization.ODataItemBase
type ODataNestedResourceInfoWrapper = class
inherit ODataItemBase
Public NotInheritable Class ODataNestedResourceInfoWrapper
Inherits ODataItemBase
- Inheritance
Remarks
A nested resource info for a singleton nested property can only contain one item - either ODataResource or ODataEntityReferenceLink. A nested resource info for a collection nested property can contain any number of items - each is either ODataResource or ODataEntityReferenceLink.
Constructors
ODataNestedResourceInfoWrapper(ODataNestedResourceInfo) |
Initializes a new instance of ODataNestedResourceInfoWrapper. |
Properties
Item |
Gets the wrapped ODataItem. (Inherited from ODataItemBase) |
NestedItems |
Gets the nested items that are part of this nested resource info. |
NestedResourceInfo |
Gets the wrapped ODataNestedResourceInfo. |