Show / Hide Table of Contents

Class HistTableInfo

Dictionary-derived information about table 'History'

Inheritance
Object
TableInfo
HistTableInfo
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 HistTableInfo : 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

AssociateId

Field 'associate_id' in table 'History': Owner of history list

Declaration
public FieldInfo AssociateId { 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

ExtraId

Field 'extra_id' in table 'History': Extra ID, used to manage multiple histories per table

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

HistoryId

Field 'history_id' in table 'History': Primary key

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

Rank

Field 'rank' in table 'History': Sort order, indexed so it can used for sorting in the query

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

RecordId

Field 'record_id' in table 'History': Record within the table

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

RuntimeDefinition

Definition of the table as described in the deployed runtime dictionary

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

TableId

Field 'table_id' in table 'History': Table this is a history of

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

UpdatedCount

Field 'updatedCount' in table 'History': Number of times updated

Declaration
public FieldInfo UpdatedCount { 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