Class OperatorProvider
This SoList provider will generate the operator list for a given search criterion data type. The data type is
passed in as the extraInfo parameter, and is generally one of the constants in
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("restrictionOperators")]
[MDOAdditionalInfo("RestrictionType for which we want the list of supported operators, and their value hints; use the SuperOffice.CRM.ArchiveLists.Constants.RestrictionTypes constant strings", "associate")]
public class OperatorProvider : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Constructors
OperatorProvider()
Declaration
public OperatorProvider()
Fields
ProviderName
Declaration
public const string ProviderName = "restrictionOperators"
Field Value
Type | Description |
---|---|
String |
Methods
AddItems()
Get the array of operator information from the RestrictionOperations and construct SoListItems out of it.
Declaration
protected override void AddItems()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)