Class DBC.NoticeFrameFields
Fields for NoticeFrame, PID controller for automatic adjustment of pop up message check rate
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class NoticeFrameFields
Fields
AverageDt
NoticeFrame.AverageDt: Average dt
Declaration
public const string AverageDt = "average_dt"
Field Value
Type | Description |
---|---|
String |
ErrorD
NoticeFrame.ErrorD: PID error D
Declaration
public const string ErrorD = "error_d"
Field Value
Type | Description |
---|---|
String |
ErrorI
NoticeFrame.ErrorI: PID error I
Declaration
public const string ErrorI = "error_i"
Field Value
Type | Description |
---|---|
String |
ErrorP
NoticeFrame.ErrorP: PID error P
Declaration
public const string ErrorP = "error_p"
Field Value
Type | Description |
---|---|
String |
NoticeFrameId
NoticeFrame.NoticeFrameId: The primary key (auto-incremented)
Declaration
public const string NoticeFrameId = "id"
Field Value
Type | Description |
---|---|
String |
RefreshRate
NoticeFrame.RefreshRate: Notice frame refresh rate
Declaration
public const string RefreshRate = "refresh_rate"
Field Value
Type | Description |
---|---|
String |
T0
NoticeFrame.T0: Last executing
Declaration
public const string T0 = "t0"
Field Value
Type | Description |
---|---|
String |