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