ConstantNode クラス

定義

プリミティブ定数値を表すノード。

public sealed class ConstantNode : Microsoft.WindowsAzure.MobileServices.Query.QueryNode
type ConstantNode = class
    inherit QueryNode
Public NotInheritable Class ConstantNode
Inherits QueryNode
継承
ConstantNode

コンストラクター

ConstantNode(Object)

ConstantNode のインスタンスを初期化します。

プロパティ

Kind

クエリ ノードの種類を取得します。

Value

プリミティブ定数値を取得します。

メソッド

Accept<T>(QueryNodeVisitor<T>)

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

適用対象