次の方法で共有


CollectionConstantNode クラス

定義

定数値を表すノードには、プリミティブ値、複合値、エンティティ値、またはコレクション値のいずれかを指定できます。

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

コンストラクター

CollectionConstantNode(IEnumerable<Object>, String, IEdmCollectionTypeReference)

CollectionConstantNode を作成する

プロパティ

Collection

ConstantNodes のコレクションを取得します。

CollectionType

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

ItemType

このノードが表すコレクションの 1 つの項目のリソースの種類を取得します。

Kind

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

(継承元 CollectionNode)
LiteralText

OData URI のリテラル書式規則に従って書式設定された、このノード値のリテラル テキストを取得または設定します。 構築時にテキストが指定されない場合、null である可能性があります。

メソッド

Accept<T>(QueryNodeVisitor<T>)

QueryNodeVisitor<T>を受け入れて、 のQueryNodeツリーを歩きます。

適用対象