Show / Hide Table of Contents

Interface ISelectionTypeManager

Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public interface ISelectionTypeManager

Methods

GetProviderName(int)

Declaration
string GetProviderName(int selectionId)
Parameters
Type Name Description
int selectionId
Returns
Type Description
string

GetProviderNameByType(short, SelectionTypeInfo)

Declaration
string GetProviderNameByType(short selType, SelectionTypeInfo selTypeInfo)
Parameters
Type Name Description
short selType
SelectionTypeInfo selTypeInfo
Returns
Type Description
string

GetSelectionMainHeading(short, int)

Declaration
string GetSelectionMainHeading(short selType, int tableNumber)
Parameters
Type Name Description
short selType
int tableNumber
Returns
Type Description
string

GetSelectionType(int)

Declaration
SelectionTypeInfo GetSelectionType(int tableNumber)
Parameters
Type Name Description
int tableNumber
Returns
Type Description
SelectionTypeInfo

GetSelectionType(string)

Declaration
SelectionTypeInfo GetSelectionType(string entity)
Parameters
Type Name Description
string entity
Returns
Type Description
SelectionTypeInfo

GetSelectionTypeFromProviderName(string)

Declaration
SelectionTypeInfo GetSelectionTypeFromProviderName(string providerName)
Parameters
Type Name Description
string providerName
Returns
Type Description
SelectionTypeInfo

GetSelectionTypeFromSelectionId(int)

Declaration
SelectionTypeInfo GetSelectionTypeFromSelectionId(int selectionId)
Parameters
Type Name Description
int selectionId
Returns
Type Description
SelectionTypeInfo

GetSelectionTypes()

Declaration
List<SelectionTypeInfo> GetSelectionTypes()
Returns
Type Description
List<SelectionTypeInfo>

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