次の方法で共有


CollectionNavigationNode クラス

定義

コレクション ナビゲーション プロパティを表すクエリ ノード。

public sealed class CollectionNavigationNode : Microsoft.OData.UriParser.CollectionResourceNode
type CollectionNavigationNode = class
    inherit CollectionResourceNode
Public NotInheritable Class CollectionNavigationNode
Inherits CollectionResourceNode
継承

コンストラクター

CollectionNavigationNode(SingleResourceNode, IEdmNavigationProperty, IEdmPathExpression)

CollectionNavigationNode を作成します。

プロパティ

BindingPath

現在のナビゲーション プロパティのバインド パス。

CollectionType

このノードが表すコレクションの型。

EntityItemType

コレクションの 1 つのエンティティのリソースの種類を取得します。

ItemStructuredType

コレクションの 1 つのエンティティのリソースの種類を取得します。

ItemType

コレクション内の 1 つのエンティティのリソースの種類への参照を取得します。

Kind

このノードの種類を取得します。

(継承元 CollectionNode)
NavigationProperty

このコレクション ノードを定義するナビゲーション プロパティを取得します。

NavigationSource

このコレクションを含むナビゲーション ソースを取得します。

Source

このコレクション ナビゲーション ノードの親ノードを取得します。

TargetMultiplicity

ターゲットの複数要素の接続性を取得します。

メソッド

Accept<T>(QueryNodeVisitor<T>)

のツリーQueryNodeQueryNodeVisitor<T>歩く を受け入れます。

適用対象