Class SListRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_list table.
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class SListRecordData : Object
Remarks
Please use this class instead of a full SListRow 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 SListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Constructors
SListRecordData()
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_list table.
Declaration
public SListRecordData()
Remarks
Please use this class instead of a full SListRow 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 SListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Fields
DbiAgentId
Integration agent (eJournal)
Declaration
public int DbiAgentId
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full SListRow 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 SListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
DbiKey
The primary key for the integrated entry in the external datasource.
Declaration
public string DbiKey
Field Value
Type | Description |
---|---|
String |
Remarks
Please use this class instead of a full SListRow 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 SListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
DbiLastModified
When the entry was last modified.
Declaration
public DateTime DbiLastModified
Field Value
Type | Description |
---|---|
DateTime |
Remarks
Please use this class instead of a full SListRow 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 SListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
DbiLastSyncronized
Last external syncronization.
Declaration
public DateTime DbiLastSyncronized
Field Value
Type | Description |
---|---|
DateTime |
Remarks
Please use this class instead of a full SListRow 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 SListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Flag
Not used
Declaration
public short Flag
Field Value
Type | Description |
---|---|
Int16 |
Remarks
Please use this class instead of a full SListRow 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 SListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
FolderId
The folder which this link belongs to. -1 indicates that the link is on the root
Declaration
public int FolderId
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full SListRow 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 SListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Name
The name of the list
Declaration
public string Name
Field Value
Type | Description |
---|---|
String |
Remarks
Please use this class instead of a full SListRow 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 SListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
NumberOfElements
How many elements this list contains
Declaration
public int NumberOfElements
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full SListRow 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 SListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
SListId
Primary key
Declaration
public int SListId
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full SListRow 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 SListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Type
Dynamic/static
Declaration
public short Type
Field Value
Type | Description |
---|---|
Int16 |
Remarks
Please use this class instead of a full SListRow 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 SListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Washed
Date when this list was last washed(not used until v2)
Declaration
public DateTime Washed
Field Value
Type | Description |
---|---|
DateTime |
Remarks
Please use this class instead of a full SListRow 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 SListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
WashingPercent
How far the washing has gotten (not used until v2)
Declaration
public short WashingPercent
Field Value
Type | Description |
---|---|
Int16 |
Remarks
Please use this class instead of a full SListRow 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 SListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.