Show / Hide Table of Contents

Class SListTableInfo

Table 's_list': A list, dynamic or static

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

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

Properties

DbiAgentId

Field 'dbi_agent_id' in table 's_list': Dictionary type FK, .NET type: Int32

Integration agent (eJournal)

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

DbiAgentId_InnerJoin_DbiAgent

Generated join from the foreign key DbiAgentId in this table, to its target table DbiAgentTableInfo.

Declaration
public TargetedInnerJoin<DbiAgentTableInfo> DbiAgentId_InnerJoin_DbiAgent { get; }
Property Value
Type Description
TargetedInnerJoin<DbiAgentTableInfo>

DbiKey

Field 'dbi_key' in table 's_list': Dictionary type String[256], .NET type: String

The primary key for the integrated entry in the external datasource.

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

DbiLastModified

Field 'dbi_last_modified' in table 's_list': Dictionary type DateTime, .NET type: DateTime

When the entry was last modified.

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

DbiLastSyncronized

Field 'dbi_last_syncronized' in table 's_list': Dictionary type DateTime, .NET type: DateTime

Last external syncronization.

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

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 SList 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

Flag

Field 'flag' in table 's_list': Dictionary type Short, .NET type: Int16

Not used

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

FolderId

Field 'folder_id' in table 's_list': Dictionary type Int, .NET type: Int32

The folder which this link belongs to. -1 indicates that the link is on the root

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

LeftOuterJoin_SDynCriteria_ListId

Generated left outer join from the primary key SListId on this table, to SDynCriteria.ListId.

Declaration
public TargetedLeftOuterJoin<SDynCriteriaTableInfo> LeftOuterJoin_SDynCriteria_ListId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SDynCriteriaTableInfo>

LeftOuterJoin_SListCustomer_ListId

Generated left outer join from the primary key SListId on this table, to SListCustomer.ListId.

Declaration
public TargetedLeftOuterJoin<SListCustomerTableInfo> LeftOuterJoin_SListCustomer_ListId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SListCustomerTableInfo>

LeftOuterJoin_SListElement_ListId

Generated left outer join from the primary key SListId on this table, to SListElement.ListId.

Declaration
public TargetedLeftOuterJoin<SListElementTableInfo> LeftOuterJoin_SListElement_ListId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SListElementTableInfo>

LeftOuterJoin_SListShipment_ListId

Generated left outer join from the primary key SListId on this table, to SListShipment.ListId.

Declaration
public TargetedLeftOuterJoin<SListShipmentTableInfo> LeftOuterJoin_SListShipment_ListId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SListShipmentTableInfo>

LeftOuterJoin_SWashingList_ListId

Generated left outer join from the primary key SListId on this table, to SWashingList.ListId.

Declaration
public TargetedLeftOuterJoin<SWashingListTableInfo> LeftOuterJoin_SWashingList_ListId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SWashingListTableInfo>

Name

Field 'name' in table 's_list': Dictionary type String[256], .NET type: String

The name of the list

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

NumberOfElements

Field 'number_of_elements' in table 's_list': Dictionary type Int, .NET type: Int32

How many elements this list contains

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

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

SListId

Field 'id' in table 's_list': Dictionary type PK, .NET type: Int32

Primary key

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

Type

Field 'type' in table 's_list': Dictionary type Enum, .NET type: Int16

Dynamic/static

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

Washed

Field 'washed' in table 's_list': Dictionary type DateTime, .NET type: DateTime

Date when this list was last washed(not used until v2)

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

WashingPercent

Field 'washing_percent' in table 's_list': Dictionary type Short, .NET type: Int16

How far the washing has gotten (not used until v2)

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

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