Class TypicalSearchProvider
MDO provider for the TypicalSearch Title, Tooltip and Id ExtraInfo parameter specifies the entity of the typical search rows to fetch
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("TypicalSearch")]
[MDOAdditionalInfo("EntityName", "Name of the entity (contact, person, sale, ...) to get the TypicalSearches for", "person")]
public class TypicalSearchProvider : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Constructors
TypicalSearchProvider()
Declaration
public TypicalSearchProvider()
Fields
ProviderName
Declaration
public const string ProviderName = "TypicalSearch"
Field Value
Type | Description |
---|---|
String |
Methods
AddItems()
Declaration
protected override void AddItems()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)