Class DateTestTableInfo
Dictionary-derived information about table 'DateTest'
Implements
Inherited Members
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
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
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
Extension Methods
EnumUtil.MapEnums<From, To>(From)