Class CustLangListProvider
Customer Languages list. From the CustLang table.
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("CustomerLanguage")]
public class CustLangListProvider : AnyTableListProviderBase, ISoListProvider, ISoList, IPlugin
Constructors
CustLangListProvider()
Customer Languages list. From the CustLang table.
Declaration
public CustLangListProvider()
Fields
_tableInfo
Customer Languages list. From the CustLang table.
Declaration
protected CustLangTableInfo _tableInfo
Field Value
Type | Description |
---|---|
CustLangTableInfo |
ProviderName
Customer Languages list. From the CustLang table.
Declaration
public const string ProviderName = "CustomerLanguage"
Field Value
Type | Description |
---|---|
String |
Properties
TableInfo
Customer Languages list. From the CustLang table.
Declaration
protected override TableInfo TableInfo { get; }
Property Value
Type | Description |
---|---|
TableInfo |
Overrides
Methods
GetMainQuery()
Customer Languages list. From the CustLang table.
Declaration
protected override Select GetMainQuery()
Returns
Type | Description |
---|---|
Select |
Overrides
Init()
Customer Languages list. From the CustLang table.
Declaration
protected override void Init()
Overrides
OnRead(SoDataReader, Int16)
Customer Languages list. From the CustLang table.
Declaration
protected override ISoListItem OnRead(SoDataReader reader, short lastRank)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
Int16 | lastRank |
Returns
Type | Description |
---|---|
ISoListItem |
Overrides
SetSearchRestriction(Select, String)
Customer Languages list. From the CustLang table.
Declaration
protected override void SetSearchRestriction(Select sql, string searchValue)
Parameters
Type | Name | Description |
---|---|---|
Select | sql | |
String | searchValue |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)