Show / Hide Table of Contents

Class SORFieldTableInfo

Table 'SORField': SuperOffice reporter data

Inheritance
Object
TableInfo
SORFieldTableInfo
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("SORField")]
public class SORFieldTableInfo : 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 SORField in the database dictionary: SORField

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

Properties

Alignment

Field 'alignment' in table 'SORField': Dictionary type UShort, .NET type: Int16

0=left, 1=right, 2=center

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

Content

Field 'content' in table 'SORField': Dictionary type String[255], .NET type: String

Field: db field name; Label: caption; image: file name; otherwise - empty

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

ContentResId

Field 'contentResId' in table 'SORField': Dictionary type UInt, .NET type: UInt32

resource id if translatable resource

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

DataFormat

Field 'dataFormat' in table 'SORField': Dictionary type String[20], .NET type: String

Field format mask

Declaration
public StringFieldInfo DataFormat { 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 SORField 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

FieldType

Field 'fieldType' in table 'SORField': Dictionary type String[15], .NET type: String

field, label, line, image, pagenr, pages, date, associatename

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

FontBold

Field 'fontBold' in table 'SORField': Dictionary type UShort, .NET type: Int16

1=bold

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

FontColor

Field 'fontColor' in table 'SORField': Dictionary type Int, .NET type: Int32

colour index

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

FontItalic

Field 'fontItalic' in table 'SORField': Dictionary type UShort, .NET type: Int16

1=iatlic

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

FontName

Field 'fontName' in table 'SORField': Dictionary type String[150], .NET type: String

Name of font

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

FontSize

Field 'fontSize' in table 'SORField': Dictionary type Short, .NET type: Int16

In points

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

FontStrikethrough

Field 'fontStrikethrough' in table 'SORField': Dictionary type UShort, .NET type: Int16

1=strikethrough

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

FontUnderline

Field 'fontUnderline' in table 'SORField': Dictionary type UShort, .NET type: Int16

1=underline

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

Func

Field 'func' in table 'SORField': Dictionary type Short, .NET type: Int16

-1=NULL, 0=ddSFSum, 1=ddSFAvg, 2=ddSFCount, 3=dSFMin, 4=ddSFMax

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

GroupType

Field 'groupType' in table 'SORField': Dictionary type Short, .NET type: Int16

-1=NULL, 0=ddSMNone, 1=ddSMGrandTotal, 2=ddSMPageTotal, 3=ddSMSubTotal, 4=ddSMPageCount

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

Registered

Field 'registered' in table 'SORField': 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 'SORField': 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>

Running

Field 'running' in table 'SORField': Dictionary type Short, .NET type: Int16

-1=NULL, 0=ddSRNone, 1=ddSRGroup, 2=ddSRAll

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

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

SetHeight

Field 'setHeight' in table 'SORField': Dictionary type UInt, .NET type: UInt32

height in twips

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

SetLeft

Field 'setLeft' in table 'SORField': Dictionary type UInt, .NET type: UInt32

left position in twips

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

SetTop

Field 'setTop' in table 'SORField': Dictionary type UInt, .NET type: UInt32

top position in twips

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

SetWidth

Field 'setWidth' in table 'SORField': Dictionary type UInt, .NET type: UInt32

width in twips

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

Sgroup

Field 'sgroup' in table 'SORField': Dictionary type String[15], .NET type: String

Which group to use for heading: GroupHeader1-3 or empty string

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

SORFieldId

Field 'SORField_id' in table 'SORField': Dictionary type PK, .NET type: Int32

Primary key

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

SORSectionId

Field 'SORSection_id' in table 'SORField': 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>

Updated

Field 'updated' in table 'SORField': 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 'SORField': 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 'SORField': Dictionary type UShort, .NET type: Int16

Number of updates made to this record

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

Visible

Field 'visible' in table 'SORField': Dictionary type UShort, .NET type: Int16

Is field visible, 1=true

Declaration
public UInt16FieldInfo Visible { 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