Show / Hide Table of Contents

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 . The RestrictionOperations class is the source of the data, so this list will change if that class is extended.

Inheritance
Object
LiteralsOnlyBase
OperatorProvider
Implements
ISoListProvider
ISoList
Inherited Members
LiteralsOnlyBase.Construct(String, String, Int32[], Boolean, String, Boolean)
LiteralsOnlyBase.ListName
LiteralsOnlyBase.ExtraInfo
LiteralsOnlyBase.SearchValue
LiteralsOnlyBase.RawRootItems
LiteralsOnlyBase.RawHeadingItems
LiteralsOnlyBase.RawHistoryItems
LiteralsOnlyBase.HistoryInfo
LiteralsOnlyBase.HistoryItems
LiteralsOnlyBase.RootItems
LiteralsOnlyBase.HeadingItems
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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
LiteralsOnlyBase.AddItems()

Implements

ISoListProvider
ISoList

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top