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()
Declaration
public FreetextSearchEntityProvider()
Fields
ProviderName
Declaration
public const string ProviderName = "FreetextSearchEntity"
Field Value
Type | Description |
---|---|
System.String |
Methods
AddItems()
Declaration
protected override void AddItems()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)