Show / Hide Table of Contents

Class CacheTabsTableInfo

Dictionary-derived information about table 'CacheTables'

Inheritance
Object
TableInfo
CacheTabsTableInfo
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.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
public class CacheTabsTableInfo : TableInfo, ICloneable

Properties

All

A collection of all the fields in the Database, where the first is the primary key.

Declaration
public override FieldInfo[] All { get; }
Property Value
Type Description
FieldInfo[]
Overrides
TableInfo.All

CacheTabsId

Field 'CacheTabs_id' in table 'CacheTables': Primary key

Declaration
public FieldInfo CacheTabsId { get; }
Property Value
Type Description
FieldInfo

CheckSum

Field 'checkSum' in table 'CacheTables': Checksum after last update of that table

Declaration
public FieldInfo CheckSum { get; }
Property Value
Type Description
FieldInfo

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

RuntimeDefinition

Definition of the table as described in the deployed runtime dictionary

Declaration
public static SoTable RuntimeDefinition { get; }
Property Value
Type Description
SoTable

SubKeyId

Field 'subKeyId' in table 'CacheTables': Field ID of subkey field

Declaration
public FieldInfo SubKeyId { get; }
Property Value
Type Description
FieldInfo

SubKeyValue

Field 'subKeyValue' in table 'CacheTables': Value of given subkey

Declaration
public FieldInfo SubKeyValue { get; }
Property Value
Type Description
FieldInfo

TableId

Field 'tableId' in table 'CacheTables': ID of table to be cached in local file

Declaration
public FieldInfo TableId { get; }
Property Value
Type Description
FieldInfo

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