Class NoticeFrameRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the notice_frame table.
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class NoticeFrameRecordData
Remarks
Please use this class instead of a full NoticeFrameRow 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 NoticeFrameTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Constructors
NoticeFrameRecordData()
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the notice_frame table.
Declaration
public NoticeFrameRecordData()
Remarks
Please use this class instead of a full NoticeFrameRow 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 NoticeFrameTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Fields
AverageDt
Average dt
Declaration
public double AverageDt
Field Value
Type | Description |
---|---|
double |
Remarks
Please use this class instead of a full NoticeFrameRow 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 NoticeFrameTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
ErrorD
PID error D
Declaration
public double ErrorD
Field Value
Type | Description |
---|---|
double |
Remarks
Please use this class instead of a full NoticeFrameRow 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 NoticeFrameTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
ErrorI
PID error I
Declaration
public double ErrorI
Field Value
Type | Description |
---|---|
double |
Remarks
Please use this class instead of a full NoticeFrameRow 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 NoticeFrameTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
ErrorP
PID error P
Declaration
public double ErrorP
Field Value
Type | Description |
---|---|
double |
Remarks
Please use this class instead of a full NoticeFrameRow 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 NoticeFrameTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
NoticeFrameId
The primary key (auto-incremented)
Declaration
public int NoticeFrameId
Field Value
Type | Description |
---|---|
int |
Remarks
Please use this class instead of a full NoticeFrameRow 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 NoticeFrameTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
RefreshRate
Notice frame refresh rate
Declaration
public double RefreshRate
Field Value
Type | Description |
---|---|
double |
Remarks
Please use this class instead of a full NoticeFrameRow 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 NoticeFrameTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
T0
Last executing
Declaration
public double T0
Field Value
Type | Description |
---|---|
double |
Remarks
Please use this class instead of a full NoticeFrameRow 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 NoticeFrameTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.