Show / Hide Table of Contents

Class SORPublishTableInfo

Table 'SORPublish': SuperOffice reporter data

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

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

Properties

AssociateId

Field 'associate_id' in table 'SORPublish': Dictionary type FK, .NET type: Int32

Owner id; 0=SO standard template; 0xFFFFFFFF=owner is Template User (?)

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

AssociateId_InnerJoin_Associate

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

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

CCount

Field 'cCount' in table 'SORPublish': Dictionary type UShort, .NET type: Int16

Label template: column count; Calendar Week: work start hour; otherwise unused (0)

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

DefaultLabelLayout

Field 'defaultLabelLayout' in table 'SORPublish': Dictionary type FK, .NET type: Int32

Default template ID

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

DefaultLabelLayout_InnerJoin_SORLabelLayout

Generated join from the foreign key DefaultLabelLayout in this table, to its target table SORLabelLayoutTableInfo.

Declaration
public TargetedInnerJoin<SORLabelLayoutTableInfo> DefaultLabelLayout_InnerJoin_SORLabelLayout { get; }
Property Value
Type Description
TargetedInnerJoin<SORLabelLayoutTableInfo>

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

Description

Field 'description' in table 'SORPublish': Dictionary type String[2048], .NET type: String

Description text (long)

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

DescriptionResId

Field 'descriptionResId' in table 'SORPublish': Dictionary type UInt, .NET type: UInt32

ResId of description if translatable text

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

DictionaryTableNumber

Table number for table SORPublish 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

ForceDefault

Field 'forceDefault' in table 'SORPublish': Dictionary type UShort, .NET type: Int16

Don't ask the user if there is a default, just use it

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

IsBuiltIn

Field 'isBuiltIn' in table 'SORPublish': Dictionary type UShort, .NET type: Int16

Is this row a Standard Report? (reset to 0 if report is edited)

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

IsEdited

Field 'isEdited' in table 'SORPublish': Dictionary type Bool, .NET type: Int16

Has this (standard) report been edited? This is nice to know during the next upgrade, to avoid trampling on customizations

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

LeftOuterJoin_SORCriteria_SORPublishId

Generated left outer join from the primary key SORPublishId on this table, to SORCriteria.SORPublishId.

Declaration
public TargetedLeftOuterJoin<SORCriteriaTableInfo> LeftOuterJoin_SORCriteria_SORPublishId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SORCriteriaTableInfo>

LeftOuterJoin_SORPublishGroupLink_SORPublishId

Generated left outer join from the primary key SORPublishId on this table, to SORPublishGroupLink.SORPublishId.

Declaration
public TargetedLeftOuterJoin<SORPublishGroupLinkTableInfo> LeftOuterJoin_SORPublishGroupLink_SORPublishId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SORPublishGroupLinkTableInfo>

Name

Field 'name' in table 'SORPublish': Dictionary type String[240], .NET type: String

Template name

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

NameResId

Field 'nameResId' in table 'SORPublish': Dictionary type UInt, .NET type: UInt32

Resource ID for translatable tempalte names; otherwise 0

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

Registered

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

SORPublishId

Field 'SORPublish_id' in table 'SORPublish': Dictionary type PK, .NET type: Int32

Primary key

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

SORTemplateId

Field 'SORTemplate_id' in table 'SORPublish': Dictionary type FK, .NET type: Int32

Owning template

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

SORTemplateId_InnerJoin_SORTemplate

Generated join from the foreign key SORTemplateId in this table, to its target table SORTemplateTableInfo.

Declaration
public TargetedInnerJoin<SORTemplateTableInfo> SORTemplateId_InnerJoin_SORTemplate { get; }
Property Value
Type Description
TargetedInnerJoin<SORTemplateTableInfo>

Updated

Field 'updated' in table 'SORPublish': 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 'SORPublish': 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 'SORPublish': 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