Show / Hide Table of Contents

Interface IArchiveProviderQueryMapping

Optional interface for extenders.

Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public interface IArchiveProviderQueryMapping

Methods

GetArchiveColumnName(SoField)

Gets the archive column name using the SoField as reference.

Declaration
string GetArchiveColumnName(SoField field)
Parameters
Type Name Description
SoField field
Returns
Type Description
string

Returns archive column name, null if no SoField match was found.

Remarks

Method is invoked on child extenders and stops at the first match. Can only be run after ModifyQuery() has been invoked.

Extension Methods

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