Class ErpConnectionRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ErpConnection table.
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class ErpConnectionRecordData
Remarks
Please use this class instead of a full ErpConnectionRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding ErpConnectionTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Constructors
ErpConnectionRecordData()
Declaration
public ErpConnectionRecordData()
Fields
Active
Is this connection currently active
Declaration
public short Active
Field Value
Type | Description |
---|---|
Int16 |
AllAccess
Is this connection accessible to everyone? If not, then the ErpConnectionAccess table tells us who can access it
Declaration
public short AllAccess
Field Value
Type | Description |
---|---|
Int16 |
ConnectionId
The GUID that uniquely identifies this connection; passed to the Connector in every call
Declaration
public string ConnectionId
Field Value
Type | Description |
---|---|
String |
Deleted
If set, then this is a row that has been 'deleted'; we do not physically delete rows to avoid disaster
Declaration
public short Deleted
Field Value
Type | Description |
---|---|
Int16 |
DisplayDescription
Tooltip/description shown to user; multi-language support
Declaration
public string DisplayDescription
Field Value
Type | Description |
---|---|
String |
DisplayName
Connection name shown to user; multi-language support
Declaration
public string DisplayName
Field Value
Type | Description |
---|---|
String |
ErpConnectionId
Primary key
Declaration
public int ErpConnectionId
Field Value
Type | Description |
---|---|
Int32 |
ErpConnectorId
The connector that this connection should call
Declaration
public int ErpConnectorId
Field Value
Type | Description |
---|---|
Int32 |
MostRecentTimestamp
Datetime, transaction number or other identification of the point in time of the most-recently seen actor in the ERP system
Declaration
public string MostRecentTimestamp
Field Value
Type | Description |
---|---|
String |
Registered
Registered when in UTC.
Declaration
public DateTime Registered
Field Value
Type | Description |
---|---|
DateTime |
RegisteredAssociateId
Registered by whom
Declaration
public int RegisteredAssociateId
Field Value
Type | Description |
---|---|
Int32 |
Updated
Last updated when in UTC.
Declaration
public DateTime Updated
Field Value
Type | Description |
---|---|
DateTime |
UpdatedAssociateId
Last updated by whom
Declaration
public int UpdatedAssociateId
Field Value
Type | Description |
---|---|
Int32 |
UpdatedCount
Number of updates made to this record
Declaration
public short UpdatedCount
Field Value
Type | Description |
---|---|
Int16 |