Class NoticeFrameTableInfo
Table 'notice_frame': PID controller for automatic adjustment of pop up message check rate
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("notice_frame")]
public class NoticeFrameTableInfo : TableInfo, ICloneable
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
Fields
DictionaryTableName
Conceptual name of table NoticeFrame in the database dictionary: notice_frame
Declaration
public const string DictionaryTableName = "notice_frame"
Field Value
Type | Description |
---|---|
String |
Properties
AverageDt
Field 'average_dt' in table 'notice_frame': Dictionary type Double, .NET type: Double
Average dt
Declaration
public DoubleFieldInfo AverageDt { get; }
Property Value
Type | Description |
---|---|
DoubleFieldInfo |
Definition
Definition of the table as described in the deployed runtime dictionary
Declaration
public override SoTable Definition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Overrides
DictionaryTableNumber
Table number for table NoticeFrame in the database dictionary; potentially changes between databases, but always the same over the lifetime of any single database
Declaration
public int DictionaryTableNumber { get; }
Property Value
Type | Description |
---|---|
Int32 |
ErrorD
Field 'error_d' in table 'notice_frame': Dictionary type Double, .NET type: Double
PID error D
Declaration
public DoubleFieldInfo ErrorD { get; }
Property Value
Type | Description |
---|---|
DoubleFieldInfo |
ErrorI
Field 'error_i' in table 'notice_frame': Dictionary type Double, .NET type: Double
PID error I
Declaration
public DoubleFieldInfo ErrorI { get; }
Property Value
Type | Description |
---|---|
DoubleFieldInfo |
ErrorP
Field 'error_p' in table 'notice_frame': Dictionary type Double, .NET type: Double
PID error P
Declaration
public DoubleFieldInfo ErrorP { get; }
Property Value
Type | Description |
---|---|
DoubleFieldInfo |
NoticeFrameId
Field 'id' in table 'notice_frame': Dictionary type PK, .NET type: Int32
The primary key (auto-incremented)
Declaration
public Int32FieldInfo NoticeFrameId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
RefreshRate
Field 'refresh_rate' in table 'notice_frame': Dictionary type Double, .NET type: Double
Notice frame refresh rate
Declaration
public DoubleFieldInfo RefreshRate { get; }
Property Value
Type | Description |
---|---|
DoubleFieldInfo |
RuntimeDefinition
Definition of the table as described in the deployed runtime dictionary
Declaration
[Obsolete("Use instance property Definition or static member DictionaryTableNumber", true)]
public static SoTable RuntimeDefinition { get; }
Property Value
Type | Description |
---|---|
SoTable |
T0
Field 't0' in table 'notice_frame': Dictionary type Double, .NET type: Double
Last executing
Declaration
public DoubleFieldInfo T0 { get; }
Property Value
Type | Description |
---|---|
DoubleFieldInfo |