Show / Hide Table of Contents

    Interface IValueQueryNode<T>

    This interface should be implemented by IQueryNode that holds an arbitrary value.

    Inherited Members
    IQueryNode.ToQueryString(IEscapeQuerySyntax)
    IQueryNode.ToString()
    IQueryNode.GetChildren()
    IQueryNode.IsLeaf
    IQueryNode.ContainsTag(String)
    IQueryNode.GetTag(String)
    IQueryNode.Parent
    IQueryNode.CloneTree()
    IQueryNode.Add(IQueryNode)
    IQueryNode.Add(IList<IQueryNode>)
    IQueryNode.Set(IList<IQueryNode>)
    IQueryNode.SetTag(String, Object)
    IQueryNode.UnsetTag(String)
    IQueryNode.TagMap
    IQueryNode.RemoveFromParent()
    Namespace: Lucene.Net.QueryParsers.Flexible.Core.Nodes
    Assembly: Lucene.Net.QueryParser.dll
    Syntax
    public interface IValueQueryNode<T> : IQueryNode
    Type Parameters
    Name Description
    T

    the value's type

    Properties

    | Improve this Doc View Source

    Value

    Declaration
    T Value { get; set; }
    Property Value
    Type Description
    T
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)