다음을 통해 공유


AggregatedCollectionPropertyNode 클래스

정의

단일 값으로 집계된 원래 컬렉션 리소스를 나타내는 노드입니다.

public sealed class AggregatedCollectionPropertyNode : Microsoft.OData.UriParser.SingleResourceNode
type AggregatedCollectionPropertyNode = class
    inherit SingleResourceNode
Public NotInheritable Class AggregatedCollectionPropertyNode
Inherits SingleResourceNode
상속
AggregatedCollectionPropertyNode

생성자

AggregatedCollectionPropertyNode(CollectionNavigationNode, IEdmProperty)

SingleValuePropertyAccessNode를 생성합니다.

속성

Kind

이 노드의 종류를 가져옵니다.

(다음에서 상속됨 SingleValueNode)
NavigationSource

이 노드의 탐색 원본을 가져옵니다.

Property

액세스할 EDM 속성을 가져옵니다.

Source

이 속성을 포함하는 값을 가져옵니다.

StructuredTypeReference

이 노드의 형식 참조를 가져옵니다.

TypeReference

이 노드가 나타내는 단일 값의 형식을 가져옵니다.

메서드

Accept<T>(QueryNodeVisitor<T>)

의 트리QueryNodeQueryNodeVisitor<T> 걷는 을 수락합니다.

적용 대상