Colygon.MatchPoint.Core.DataProviders.Conditions Namespace |
Class | Description | |
---|---|---|
AndGroupCondition | Represents a group of conditions that are linked with the logical AND operator (i.e. conjunction). | |
BaseCondition | Base class for all condition configuration elements. | |
ExpressionCondition |
Represents a data provider condition that uses the MatchPoint expression engine.
| |
FieldCondition | Represents a data provider condition used for filtering by a specific field on the data source. | |
FullTextCondition |
Represents a data provider condition that allows full-text search on the data source.
| |
GroupCondition | Base configuration class for a group condition (AND or OR). | |
OrGroupCondition | Represents a group of conditions that are linked with the logical OR operator (i.e. disjunction). | |
SearchDefinitionFullTextCondition |
This class is used within the SearchDefinitionWebPart. There the originally search term is splitted: PopulateConditions(IEnumerableSearchFilterItem, GroupCondition).
| |
TimeSpanCondition | Represents a data provider condition that filters a (DateTime) field for a specific time span. |
Enumeration | Description | |
---|---|---|
ComparisonOperator |
Specifies the comparison operator for a condition.
| |
ConditionEmptyRule |
Specifies the behavior of a condition if it evaluates to null/empty.
| |
FieldType | Specifies the field type for a condition. | |
TimeSpanType | Specifies a time span for a search condition. |