Click or drag to resize
SearchTaskInfoProvider Properties

The SearchTaskInfoProvider type exposes the following members.

Properties
  NameDescription
Protected propertyDataSource
Data source for the provider
(Inherited from BaseAbstractInfoProvider.)
Public propertyStatic memberEnableIndexer
Indicates if the smart search indexer should start.
Public propertyStatic memberEnableTasks
Indicates whether task creation is enabled.
Public propertyHashtableSettings
Hashtable settings
(Inherited from BaseAbstractInfoProvider.)
Public propertyStatic memberIndexerThreadGuid
Contains GUID of indexer thread when indexer is running.
Protected propertyInfoObject
Info object instance the provider is working with.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public propertyInfoType
Returns the type of the info object for this provider
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public propertyIsDataAvailable
Returns true if the data is available for this provider
(Inherited from BaseAbstractInfoProvider.)
Public propertyStatic memberIsIndexThreadRunning
Indicates whether indexer thread is running.
Public propertyIsValid
Indicates if the provider instance is up-to-date and can be used to manage object instances.
(Inherited from AbstractProvider.)
Public propertyStatic memberProcessSearchTasksByScheduler
If true, smart search tasks are processed by scheduler.
Protected propertyProviderName
Provider name
(Inherited from BaseAbstractInfoProvider.)
Public propertyStoreEmptyValuesInHashtables
If true, provider hashtables store empty values for not found objects to reduce database calls
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public propertyTypeInfo
Object type information.
(Inherited from BaseAbstractInfoProvider.)
Top
See Also