KqlCriteriaGroup Class |
Namespace: Colygon.MatchPoint.Search.Query.Keyword
public class KqlCriteriaGroup : IKqlCriteria, ICriteria
The KqlCriteriaGroup type exposes the following members.
Name | Description | |
---|---|---|
KqlCriteriaGroup | Initializes a new KqlCriteriaGroup instance. |
Name | Description | |
---|---|---|
Add | Adds a criteria to this group. | |
AndGroup | Creates a new KqlCriteriaGroup instance with the logical-and operator. | |
Build | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OrGroup | /// Creates a new KqlCriteriaGroup instance with the logical-or operator. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Criteria | The criteria to include in this group. | |
LogicalOperator | The operator of this criteria group. |