Show / Hide Table of Contents

Class SORFCTTableInfo

Table 'SORFCT': SuperOffice reporter data

Inheritance
Object
TableInfo
SORFCTTableInfo
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.All
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
[DatabaseTable("SORFCT")]
public class SORFCTTableInfo : TableInfo, ICloneable
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling .

Fields

DictionaryTableName

Conceptual name of table SORFCT in the database dictionary: SORFCT

Declaration
public const string DictionaryTableName = "SORFCT"
Field Value
Type Description
String

Properties

AggregateFunction

Field 'aggregateFunction' in table 'SORFCT': Dictionary type Short, .NET type: Int16

-1=NULL, 0=Sum, 1=Count, 2=Avg, 3=Max, 4=Min

Declaration
public Int16FieldInfo AggregateFunction { get; }
Property Value
Type Description
Int16FieldInfo

Caption

Field 'caption' in table 'SORFCT': Dictionary type String[150], .NET type: String

row/column headers

Declaration
public StringFieldInfo Caption { get; }
Property Value
Type Description
StringFieldInfo

CaptionResId

Field 'captionResId' in table 'SORFCT': Dictionary type UInt, .NET type: UInt32

resource id if translatable resource

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

Content

Field 'content' in table 'SORFCT': Dictionary type String[30], .NET type: String

if field type in (0,1,2,3) then Field name from db to be selected

Declaration
public StringFieldInfo Content { get; }
Property Value
Type Description
StringFieldInfo

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

DictionaryTableNumber

Table number for table SORFCT in the database dictionary; potentially changes between databases, but always the same over the lifetime of any single database

Declaration
public int DictionaryTableNumber { get; }
Property Value
Type Description
Int32

DisplayType

Field 'displayType' in table 'SORFCT': Dictionary type Short, .NET type: Int16

-1=NULL, 0=Normal, 1=column

Declaration
public Int16FieldInfo DisplayType { get; }
Property Value
Type Description
Int16FieldInfo

FieldType

Field 'fieldType' in table 'SORFCT': Dictionary type Short, .NET type: Int16

-1=NULL, 0=hidden, 1=Column, 2=Row, 3=Data, 6=pagenr, 7=title, 8=associatename

Declaration
public Int16FieldInfo FieldType { get; }
Property Value
Type Description
Int16FieldInfo

GroupFooterType

Field 'groupFooterType' in table 'SORFCT': Dictionary type Short, .NET type: Int16

-1=NULL, 0=none, 1=Sum, 2=Avg, 3=Count

Declaration
public Int16FieldInfo GroupFooterType { get; }
Property Value
Type Description
Int16FieldInfo

NumberFormat

Field 'numberFormat' in table 'SORFCT': Dictionary type String[20], .NET type: String

Formatting for data strings, like #0, #000.00 etc

Declaration
public StringFieldInfo NumberFormat { get; }
Property Value
Type Description
StringFieldInfo

Registered

Field 'registered' in table 'SORFCT': Dictionary type UtcDateTime, .NET type: DateTime

Registered when

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

RegisteredAssociateId

Field 'registered_associate_id' in table 'SORFCT': Dictionary type FK, .NET type: Int32

Registered by whom

Declaration
public Int32FieldInfo RegisteredAssociateId { get; }
Property Value
Type Description
Int32FieldInfo

RegisteredAssociateId_InnerJoin_Associate

Generated join from the foreign key RegisteredAssociateId in this table, to its target table AssociateTableInfo.

Declaration
public TargetedInnerJoin<AssociateTableInfo> RegisteredAssociateId_InnerJoin_Associate { get; }
Property Value
Type Description
TargetedInnerJoin<AssociateTableInfo>

RuntimeDefinition

Definition of the table as described in the deployed runtime dictionary

Declaration
[Obsolete("Use instance property Definition or static member DictionaryTableNumber", true)]
public static SoTable RuntimeDefinition { get; }
Property Value
Type Description
SoTable

SORFCTId

Field 'SORFCT_id' in table 'SORFCT': Dictionary type PK, .NET type: Int32

Primary key

Declaration
public Int32FieldInfo SORFCTId { get; }
Property Value
Type Description
Int32FieldInfo

SORSectionId

Field 'SORSection_id' in table 'SORFCT': Dictionary type FK, .NET type: Int32

Foreign key to Section

Declaration
public Int32FieldInfo SORSectionId { get; }
Property Value
Type Description
Int32FieldInfo

SORSectionId_InnerJoin_SORSection

Generated join from the foreign key SORSectionId in this table, to its target table SORSectionTableInfo.

Declaration
public TargetedInnerJoin<SORSectionTableInfo> SORSectionId_InnerJoin_SORSection { get; }
Property Value
Type Description
TargetedInnerJoin<SORSectionTableInfo>

TotalsCaption

Field 'totalsCaption' in table 'SORFCT': Dictionary type String[150], .NET type: String

Caption for totals row/column headers

Declaration
public StringFieldInfo TotalsCaption { get; }
Property Value
Type Description
StringFieldInfo

TotalsResId

Field 'totalsResId' in table 'SORFCT': Dictionary type UInt, .NET type: UInt32

resource id if translatable resource

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

Updated

Field 'updated' in table 'SORFCT': Dictionary type UtcDateTime, .NET type: DateTime

Last updated when

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

UpdatedAssociateId

Field 'updated_associate_id' in table 'SORFCT': Dictionary type FK, .NET type: Int32

Last updated by whom

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

UpdatedAssociateId_InnerJoin_Associate

Generated join from the foreign key UpdatedAssociateId in this table, to its target table AssociateTableInfo.

Declaration
public TargetedInnerJoin<AssociateTableInfo> UpdatedAssociateId_InnerJoin_Associate { get; }
Property Value
Type Description
TargetedInnerJoin<AssociateTableInfo>

UpdatedCount

Field 'updatedCount' in table 'SORFCT': Dictionary type UShort, .NET type: Int16

Number of updates made to this record

Declaration
public UInt16FieldInfo UpdatedCount { get; }
Property Value
Type Description
UInt16FieldInfo

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