Class ErpConnectionExtenderBase
Extender base for the ErpConnection table, includes ErpConnector as sub-entity so we get that too
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public abstract class ErpConnectionExtenderBase : TableExtenderBase<ErpConnectionTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
ErpConnectionExtenderBase()
Extender base for the ErpConnection table, includes ErpConnector as sub-entity so we get that too
Declaration
public ErpConnectionExtenderBase()
Fields
ColumnDescription
Extender base for the ErpConnection table, includes ErpConnector as sub-entity so we get that too
Declaration
public const string ColumnDescription = "description"
Field Value
Type | Description |
---|---|
string |
ColumnErpId
Extender base for the ErpConnection table, includes ErpConnector as sub-entity so we get that too
Declaration
public const string ColumnErpId = "erpId"
Field Value
Type | Description |
---|---|
string |
ColumnName
Extender base for the ErpConnection table, includes ErpConnector as sub-entity so we get that too
Declaration
public const string ColumnName = "name"
Field Value
Type | Description |
---|---|
string |
ConnectorPrefix
Extender base for the ErpConnection table, includes ErpConnector as sub-entity so we get that too
Declaration
public const string ConnectorPrefix = "connector"
Field Value
Type | Description |
---|---|
string |
_colActive
Extender base for the ErpConnection table, includes ErpConnector as sub-entity so we get that too
Declaration
protected ArchiveColumnInfo _colActive
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colAllAccess
Extender base for the ErpConnection table, includes ErpConnector as sub-entity so we get that too
Declaration
protected ArchiveColumnInfo _colAllAccess
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colDeleted
Extender base for the ErpConnection table, includes ErpConnector as sub-entity so we get that too
Declaration
protected ArchiveColumnInfo _colDeleted
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colDescription
Extender base for the ErpConnection table, includes ErpConnector as sub-entity so we get that too
Declaration
protected ArchiveColumnInfo _colDescription
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colErpId
Extender base for the ErpConnection table, includes ErpConnector as sub-entity so we get that too
Declaration
protected ArchiveColumnInfo _colErpId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colId
Extender base for the ErpConnection table, includes ErpConnector as sub-entity so we get that too
Declaration
protected ArchiveColumnInfo _colId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colMostRecent
Extender base for the ErpConnection table, includes ErpConnector as sub-entity so we get that too
Declaration
protected ArchiveColumnInfo _colMostRecent
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colName
Extender base for the ErpConnection table, includes ErpConnector as sub-entity so we get that too
Declaration
protected ArchiveColumnInfo _colName
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colRegisteredBy
Extender base for the ErpConnection table, includes ErpConnector as sub-entity so we get that too
Declaration
protected ArchiveColumnInfo _colRegisteredBy
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colRegisteredDate
Extender base for the ErpConnection table, includes ErpConnector as sub-entity so we get that too
Declaration
protected ArchiveColumnInfo _colRegisteredDate
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colUpdatedBy
Extender base for the ErpConnection table, includes ErpConnector as sub-entity so we get that too
Declaration
protected ArchiveColumnInfo _colUpdatedBy
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colUpdatedDate
Extender base for the ErpConnection table, includes ErpConnector as sub-entity so we get that too
Declaration
protected ArchiveColumnInfo _colUpdatedDate
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Methods
InnerModifyQuery()
Absolutely plain vanilla field mappings
Declaration
protected override void InnerModifyQuery()