다음을 통해 공유


ODataNestedResourceInfo 클래스

정의

단일 링크를 나타냅니다.

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

생성자

ODataNestedResourceInfo()

단일 링크를 나타냅니다.

속성

AssociationLinkUrl

이 탐색 링크에 대한 연결 링크 URL입니다.

IsCollection

중첩된 리소스 정보가 컬렉션 또는 리소스를 나타내는지 여부를 나타내는 값을 가져오거나 설정합니다.

Name

링크 이름을 가져오거나 설정합니다.

TypeAnnotation

를 저장하기 위한 주석입니다 @odata.type.

(다음에서 상속됨 ODataAnnotatable)
Url

링크의 URL(Unified Resource Locator)을 나타내는 URI를 가져오거나 설정합니다.

확장 메서드

SetSerializationInfo(ODataNestedResourceInfo, ODataNestedResourceInfoSerializationInfo)

에 대한 nestedResourceInfo에 추가 serialization 정보를 ODataWriter 제공합니다.

적용 대상