Share via


ODataNestedResourceInfo Class

Definition

Represents a single link.

public sealed class ODataNestedResourceInfo : Microsoft.OData.ODataItem
type ODataNestedResourceInfo = class
    inherit ODataItem
Public NotInheritable Class ODataNestedResourceInfo
Inherits ODataItem
Inheritance
ODataNestedResourceInfo

Constructors

ODataNestedResourceInfo()

Properties

AssociationLinkUrl

The association link URL for this navigation link.

IsCollection

Gets or sets a value that indicates whether the nested resource info represents a collection or a resource.

Name

Gets or sets the name of the link.

TypeAnnotation

The annotation for storing @odata.type.

(Inherited from ODataAnnotatable)
Url

Gets or sets the URI representing the Unified Resource Locator (URL) of the link.

Extension Methods

SetSerializationInfo(ODataNestedResourceInfo, ODataNestedResourceInfoSerializationInfo)

Provide additional serialization information to the ODataWriter for nestedResourceInfo.

Applies to