Class AddressFormatListProvider
MDO list provider for AddressFormats Id returned is the layout_id, not the addressformat_id.
Inheritance
AddressFormatListProvider
Assembly: SoDataBase.dll
[MDOProviderPlugin("AddressFormat")]
public class AddressFormatListProvider : AnyTableListProviderBase, ISoListProvider, ISoList, IPlugin
Constructors
Declaration
public AddressFormatListProvider()
Fields
Declaration
protected AddressFormatTableInfo _tableInfo
Field Value
Declaration
public const string ProviderName = "AddressFormat"
Field Value
Properties
Declaration
protected override TableInfo TableInfo { get; }
Property Value
Overrides
Methods
GetMainQuery()
Declaration
protected override Select GetMainQuery()
Returns
Overrides
Declaration
protected override void Init()
Overrides
Declaration
protected override ISoListItem OnRead(SoDataReader reader, short lastRank)
Parameters
Returns
Overrides
SetHistoryRestriction(Select)
Declaration
protected override void SetHistoryRestriction(Select sql)
Parameters
Type |
Name |
Description |
Select |
sql |
|
Overrides
Declaration
protected override void SetSearchRestriction(Select sql, string searchValue)
Parameters
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)