Show / Hide Table of Contents

Class PreferenTableInfo

Dictionary-derived information about table 'preference'

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

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

Pdata

Field 'pdata' in table 'preference': Changed to string[255]

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

PreferenceId

Field 'preference_id' in table 'preference':

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

Registered

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

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

RegisteredAssociateId

Field 'registered_associate_id' in table 'preference': 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

Type

Field 'type' in table 'preference':

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

Updated

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

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

UpdatedAssociateId

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

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

UpdatedCount

Field 'updatedCount' in table 'preference':

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