Class FreetextSearchEntityProvider
List provider that returns the entities supported by free text search. The extraInfo field contains the programmatic table name, which can be used as input for the OwnerEntityName restriction of the FreetextCountProvider. The ID of each item is the table number corresponding to the entity, and can also be used as a restriction value.
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("FreetextSearchEntity")]
public class FreetextSearchEntityProvider : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Constructors
FreetextSearchEntityProvider()
List provider that returns the entities supported by free text search. The extraInfo field contains the programmatic table name, which can be used as input for the OwnerEntityName restriction of the FreetextCountProvider. The ID of each item is the table number corresponding to the entity, and can also be used as a restriction value.
Declaration
public FreetextSearchEntityProvider()
Fields
ProviderName
List provider that returns the entities supported by free text search. The extraInfo field contains the programmatic table name, which can be used as input for the OwnerEntityName restriction of the FreetextCountProvider. The ID of each item is the table number corresponding to the entity, and can also be used as a restriction value.
Declaration
public const string ProviderName = "FreetextSearchEntity"
Field Value
Type | Description |
---|---|
String |
Methods
AddItems()
List provider that returns the entities supported by free text search. The extraInfo field contains the programmatic table name, which can be used as input for the OwnerEntityName restriction of the FreetextCountProvider. The ID of each item is the table number corresponding to the entity, and can also be used as a restriction value.
Declaration
protected override void AddItems()