Interface ISearchHandler
Interface used to reference an untyped search handler.
Namespace: Unity.Properties.UI
Syntax
public interface ISearchHandler
Properties
MaxFrameProcessingTimeMs
The maximum amount of time in milliseconds to spend on filtering each frame.
Declaration
int MaxFrameProcessingTimeMs { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Mode
The active search mode to use. SearchHandlerType.
Declaration
SearchHandlerType Mode { get; set; }
Property Value
Type | Description |
---|---|
SearchHandlerType |
SearchDataBatchMaxSize
The maximum number of elements to process in each enumerator batch.
Declaration
int SearchDataBatchMaxSize { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
SearchDataType
Gets the strongly typed search data type.
Declaration
Type SearchDataType { get; }
Property Value
Type | Description |
---|---|
Type |