Click or drag to resize

ICriteria Interface

Provides basic functionality for including conditions into a query builder class.

Namespace:  Colygon.MatchPoint.Common
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public interface ICriteria

The ICriteria type exposes the following members.

Methods
  NameDescription
Public methodBuild
Implements the functionality for generating a query for this search criteria.
Top
See Also