Show / Hide Table of Contents

Class DateTestTableInfo

Dictionary-derived information about table 'DateTest'

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

DateTestId

Field 'DateTest_id' in table 'DateTest': Primary key

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

JustAnId

Field 'justAnId' in table 'DateTest': Just another field

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

NewStyleLocal

Field 'newStyleLocal' in table 'DateTest': Datetime field in new format

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

NewStyleUTC

Field 'newStyleUTC' in table 'DateTest': Datetime UTC field in new format

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

OldStyleDate

Field 'oldStyleDate' in table 'DateTest': Datetime field in traditional format

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

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