Class SWashingListRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_washing_list table.
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class SWashingListRecordData
Remarks
Please use this class instead of a full SWashingListRow 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 SWashingListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Constructors
SWashingListRecordData()
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_washing_list table.
Declaration
public SWashingListRecordData()
Remarks
Please use this class instead of a full SWashingListRow 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 SWashingListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Fields
Address
Not known, probably usefull in the future :)
Declaration
public string Address
Field Value
Type | Description |
---|---|
string |
Remarks
Please use this class instead of a full SWashingListRow 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 SWashingListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
ListId
Reference to a list to wash
Declaration
public int ListId
Field Value
Type | Description |
---|---|
int |
Remarks
Please use this class instead of a full SWashingListRow 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 SWashingListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
SWashingListId
Primary key
Declaration
public int SWashingListId
Field Value
Type | Description |
---|---|
int |
Remarks
Please use this class instead of a full SWashingListRow 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 SWashingListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.