QGroupNode ClassNReco.Data Class Library Documentation
Represents group of nodes combined with logical OR/AND operator
Inheritance Hierarchy

System Object
  NReco.Data QNode
    NReco.Data QGroupNode

Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax

public class QGroupNode : QNode

The QGroupNode type exposes the following members.

Constructors

  NameDescription
Public methodQGroupNode(QGroupNode)
Initializes a new instance of the QueryGroupNode that copies specified QueryGroupNode
Public methodQGroupNode(QGroupType)
Initializes a new instance of the QueryGroupNode with specified logical operator
Top
Methods

  NameDescription
Public methodStatic memberAnd
Compose AND group node with specified child nodes
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberOr
Compose OR group node with specified child nodes
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators

  NameDescription
Public operatorStatic memberBitwiseAnd
AND operator
Public operatorStatic memberBitwiseOr
OR operator
Top
Properties

  NameDescription
Public propertyGroupType
Logical operator type (QGroupType)
Public propertyName (Inherited from QNode.)
Public propertyNodes
List of group child nodes
(Overrides QNode Nodes.)
Top
See Also