ICustomSearchableDataSet Interface
An interface that can be implemented by custom datasets that want to provide ISearchable functionality through the CustomDataSetProxy class.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECustomObjects assembly)
Syntax
public interface ICustomSearchableDataSet
Remarks
The ICustomSearchableDataSet interface should be implemented by a custom dataset if you want the search methods on the CustomDataSetProxy to return features from the custom dataset.
Platforms
Windows, Linux, Android
ICustomSearchableDataSet Members
The ICustomSearchableDataSet type has the following members.
Properties
Name | Description |
---|---|
HasSearchIndex | Gets a value that tells a dataset has a search index. |
Methods
Name | Description |
---|---|
Search | Overloaded. Searches for features with an attribute whose value match the specified search text. |