Show / Hide Table of Contents

Class NoticeFrameRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the notice_frame table.

Inheritance
Object
NoticeFrameRecordData
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class NoticeFrameRecordData : Object
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
Int32
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.

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
NoticeFrameRecordDataExtensions.ToInsert(NoticeFrameRecordData)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top