次の方法で共有


AggregatedCollectionPropertyNode クラス

定義

1 つの値に集計された最初のコレクション リソースを表すノード。

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>歩く を受け入れます。

適用対象