Show / Hide Table of Contents

Class ContIntListTableInfo

Dictionary-derived information about table 'ContInt'

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

ContIntId

Field 'ContInt_id' in table 'ContInt': Primary key

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

Deleted

Field 'deleted' in table 'ContInt': 0 -> record is active 1 -> record is 'deleted' and should not be shown in lists

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

Name

Field 'name' in table 'ContInt': The list item

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

Rank

Field 'rank' in table 'ContInt': Rank order

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

Registered

Field 'registered' in table 'ContInt': Registered when

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

RegisteredAssociateId

Field 'registered_associate_id' in table 'ContInt': Registered by whom

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

Tooltip

Field 'tooltip' in table 'ContInt': Tooltip or other description

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

Updated

Field 'updated' in table 'ContInt': Last updated when

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

UpdatedAssociateId

Field 'updated_associate_id' in table 'ContInt': Last updated by whom

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

UpdatedCount

Field 'updatedCount' in table 'ContInt': Number of updates

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