Click or drag to resize

ICamlCriteria Interface

Provides functionality for including search- and filter criteria into a CAML query.

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

The ICamlCriteria type exposes the following members.

Methods
  NameDescription
Public methodBuild
Implements the functionality for generating a query for this search criteria.
(Inherited from ICriteria.)
Top
See Also