Description
The SearchFilter is an interface class that can be extended to help manage complicated queries against the GeoCalc Datasource. It provides a method called Filter which has a single Serializable object as a parameter. Once an instance class/method is extended from the SearchFilter base it can be passed into the DataSource::SearchByFilter procedure. During the search process all candidate Serializable objects will be run evaluated using the extended class and a resultant candidate list of objects will be compiled based on the return value of the Filter() method.
Public Methods
|
Method |
Description |
|
Returns a list of candidate Serializable objects that match the Serializable object passed into the method |
Comments
0 comments
Please sign in to leave a comment.