Interface ISelectionTypeManager
Assembly: SoDataBase.dll
Syntax
public interface ISelectionTypeManager
Methods
GetProviderName(int)
Declaration
string GetProviderName(int selectionId)
Parameters
Type |
Name |
Description |
int |
selectionId |
|
Returns
GetProviderNameByType(short, SelectionTypeInfo)
Declaration
string GetProviderNameByType(short selType, SelectionTypeInfo selTypeInfo)
Parameters
Returns
GetSelectionMainHeading(short, int)
Declaration
string GetSelectionMainHeading(short selType, int tableNumber)
Parameters
Type |
Name |
Description |
short |
selType |
|
int |
tableNumber |
|
Returns
GetSelectionType(int)
Declaration
SelectionTypeInfo GetSelectionType(int tableNumber)
Parameters
Type |
Name |
Description |
int |
tableNumber |
|
Returns
GetSelectionType(string)
Declaration
SelectionTypeInfo GetSelectionType(string entity)
Parameters
Type |
Name |
Description |
string |
entity |
|
Returns
GetSelectionTypeFromProviderName(string)
Declaration
SelectionTypeInfo GetSelectionTypeFromProviderName(string providerName)
Parameters
Type |
Name |
Description |
string |
providerName |
|
Returns
GetSelectionTypeFromSelectionId(int)
Declaration
SelectionTypeInfo GetSelectionTypeFromSelectionId(int selectionId)
Parameters
Type |
Name |
Description |
int |
selectionId |
|
Returns
GetSelectionTypes()
Declaration
List<SelectionTypeInfo> GetSelectionTypes()
Returns
Extension Methods