Class SListShipmentRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_list_shipment table.
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class SListShipmentRecordData : Object
Remarks
Please use this class instead of a full SListShipmentRow 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 SListShipmentTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Constructors
SListShipmentRecordData()
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_list_shipment table.
Declaration
public SListShipmentRecordData()
Remarks
Please use this class instead of a full SListShipmentRow 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 SListShipmentTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Fields
ListId
Reference to the list
Declaration
public int ListId
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full SListShipmentRow 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 SListShipmentTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
ShipmentId
Reference to the shipment
Declaration
public int ShipmentId
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full SListShipmentRow 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 SListShipmentTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
SListShipmentId
Primary key
Declaration
public int SListShipmentId
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full SListShipmentRow 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 SListShipmentTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Status
Status of shipment list
Declaration
public ShipmentListStatus Status
Field Value
Type | Description |
---|---|
ShipmentListStatus |
Remarks
Please use this class instead of a full SListShipmentRow 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 SListShipmentTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Type
Indicates if this is a static/dynamic spmlist or a selection
Declaration
public int Type
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full SListShipmentRow 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 SListShipmentTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.