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