Class ErpConnectionExtenderBase
Extender base for the ErpConnection table, includes ErpConnector as sub-entity so we get that too
Inheritance
System.Object
ErpConnectionExtenderBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
Type |
Description |
System.String |
|
ColumnErpId
Declaration
public const string ColumnErpId = "erpId"
Field Value
Type |
Description |
System.String |
|
ColumnName
Declaration
public const string ColumnName = "name"
Field Value
Type |
Description |
System.String |
|
ConnectorPrefix
Declaration
public const string ConnectorPrefix = "connector"
Field Value
Type |
Description |
System.String |
|
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)