Interface IArchiveProviderQueryMapping
Optional interface for extenders.
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.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)