Interface ICanMapColumns
Implement this interface to help a combined selection provider to map columns when combining contact and other selection providers.
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.dll
Syntax
public interface ICanMapColumns
Methods
GetMappedColumn(String)
Declaration
string GetMappedColumn(string colName)
Parameters
Type | Name | Description |
---|---|---|
String | colName |
Returns
Type | Description |
---|---|
String |
Extension Methods
EnumUtil.MapEnums<From, To>(From)