Show / Hide Table of Contents

Class NoticeFrameTableInfo

Table 'notice_frame': PID controller for automatic adjustment of pop up message check rate

Inheritance
Object
TableInfo
NoticeFrameTableInfo
Implements
ICloneable
Inherited Members
TableInfo.ToString()
TableInfo.RegisterFields(FieldInfo[])
TableInfo.FieldInfoFromSoField(SoField)
TableInfo.Clone()
TableInfo.IsSameTable(TableInfo)
TableInfo.FindField(String)
TableInfo.ProtAll
TableInfo.HashCheckFields
TableInfo.TableName
TableInfo.DbName
TableInfo.IsDictionaryTable
TableInfo.All
TableInfo.Item[String]
TableInfo.PrimaryKeyField
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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
TableInfo.Definition

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

Implements

System.ICloneable

Extension Methods

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