IClientCriteriaVisitor<T> Interface
For internal use only. The interface the generic visitor of Criteria Language collection-based elements should implement.
Namespace: DevExpress.XamarinForms.Core.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
Declaration
public interface IClientCriteriaVisitor<T> :
ICriteriaVisitor<T>
Type Parameters
Name | Description |
---|---|
T | The type of the Criteria Language element visit result. |
See Also