Class SelectionFavouriteListProvider
MDO list provider for selection favourites.
Supported additionalInfo:
membertype=[tablename] to restrict to one kind of entities.
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("SelectionFavourite")]
[MDOAdditionalInfo("membertype", "Filter according to type of selection members (table name)", "ticket")]
public class SelectionFavouriteListProvider : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Examples
Example of using AdditionalInfo:
"membertype=ticket"
Constructors
SelectionFavouriteListProvider()
MDO list provider for selection favourites.
Supported additionalInfo:
membertype=[tablename] to restrict to one kind of entities.
Declaration
public SelectionFavouriteListProvider()
Examples
Example of using AdditionalInfo:
"membertype=ticket"
Fields
ProviderName
MDO list provider for selection favourites.
Supported additionalInfo:
membertype=[tablename] to restrict to one kind of entities.
Declaration
public const string ProviderName = "SelectionFavourite"
Field Value
Type | Description |
---|---|
String |
Examples
Example of using AdditionalInfo:
"membertype=ticket"
Methods
AddItems()
MDO list provider for selection favourites.
Supported additionalInfo:
membertype=[tablename] to restrict to one kind of entities.
Declaration
protected override void AddItems()
Overrides
Examples
Example of using AdditionalInfo:
"membertype=ticket"
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)