Class ErpFieldProvider
Archive provider for the list of Erp Fields (among else to list their default values)
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SuperOffice.Services.Implementation.dll
Syntax
public class ErpFieldProvider : TypedQueryProviderBase<ArchiveRow, ErpFieldErpFieldExtender>
Constructors
ErpFieldProvider()
Archive provider for the list of Erp Fields (among else to list their default values)
Declaration
public ErpFieldProvider()
Fields
ProviderName
Archive provider for the list of Erp Fields (among else to list their default values)
Declaration
public const string ProviderName = "ErpField"
Field Value
Type | Description |
---|---|
string |
RowTypeErpField
Archive provider for the list of Erp Fields (among else to list their default values)
Declaration
public const string RowTypeErpField = "erpfield"
Field Value
Type | Description |
---|---|
string |
Methods
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Archive provider for the list of Erp Fields (among else to list their default values)
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |