Class AddressFormatListProvider
MDO list provider for AddressFormats Id returned is the layout_id, not the addressformat_id.
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("AddressFormat")]
public class AddressFormatListProvider : AnyTableListProviderBase, ISoListProvider, ISoList, IPlugin
Constructors
AddressFormatListProvider()
MDO list provider for AddressFormats Id returned is the layout_id, not the addressformat_id.
Declaration
public AddressFormatListProvider()
Fields
_tableInfo
MDO list provider for AddressFormats Id returned is the layout_id, not the addressformat_id.
Declaration
protected AddressFormatTableInfo _tableInfo
Field Value
Type | Description |
---|---|
AddressFormatTableInfo |
ProviderName
MDO list provider for AddressFormats Id returned is the layout_id, not the addressformat_id.
Declaration
public const string ProviderName = "AddressFormat"
Field Value
Type | Description |
---|---|
String |
Properties
TableInfo
MDO list provider for AddressFormats Id returned is the layout_id, not the addressformat_id.
Declaration
protected override TableInfo TableInfo { get; }
Property Value
Type | Description |
---|---|
TableInfo |
Overrides
Methods
GetMainQuery()
MDO list provider for AddressFormats Id returned is the layout_id, not the addressformat_id.
Declaration
protected override Select GetMainQuery()
Returns
Type | Description |
---|---|
Select |
Overrides
Init()
MDO list provider for AddressFormats Id returned is the layout_id, not the addressformat_id.
Declaration
protected override void Init()
Overrides
OnRead(SoDataReader, Int16)
MDO list provider for AddressFormats Id returned is the layout_id, not the addressformat_id.
Declaration
protected override ISoListItem OnRead(SoDataReader reader, short lastRank)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
Int16 | lastRank |
Returns
Type | Description |
---|---|
ISoListItem |
Overrides
SetHistoryRestriction(Select)
MDO list provider for AddressFormats Id returned is the layout_id, not the addressformat_id.
Declaration
protected override void SetHistoryRestriction(Select sql)
Parameters
Type | Name | Description |
---|---|---|
Select | sql |
Overrides
SetSearchRestriction(Select, String)
MDO list provider for AddressFormats Id returned is the layout_id, not the addressformat_id.
Declaration
protected override void SetSearchRestriction(Select sql, string searchValue)
Parameters
Type | Name | Description |
---|---|---|
Select | sql | |
String | searchValue |