Show / Hide Table of Contents

Class DBC.SListFields

Fields for SList, A list, dynamic or static

Inheritance
Object
DBC.SListFields
Inherited Members
Object.ToString()
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
public static class SListFields

Fields

DbiAgentId

SList.DbiAgentId: Integration agent (eJournal)

Declaration
public const string DbiAgentId = "dbi_agent_id"
Field Value
Type Description
String

DbiKey

SList.DbiKey: The primary key for the integrated entry in the external datasource.

Declaration
public const string DbiKey = "dbi_key"
Field Value
Type Description
String

DbiLastModified

SList.DbiLastModified: When the entry was last modified.

Declaration
public const string DbiLastModified = "dbi_last_modified"
Field Value
Type Description
String

DbiLastSyncronized

SList.DbiLastSyncronized: Last external syncronization.

Declaration
public const string DbiLastSyncronized = "dbi_last_syncronized"
Field Value
Type Description
String

Flag

SList.Flag: Not used

Declaration
public const string Flag = "flag"
Field Value
Type Description
String

FolderId

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

Declaration
public const string FolderId = "folder_id"
Field Value
Type Description
String

Name

SList.Name: The name of the list

Declaration
public const string Name = "name"
Field Value
Type Description
String

NumberOfElements

SList.NumberOfElements: How many elements this list contains

Declaration
public const string NumberOfElements = "number_of_elements"
Field Value
Type Description
String

SListId

SList.SListId: Primary key

Declaration
public const string SListId = "id"
Field Value
Type Description
String

Type

SList.Type: Dynamic/static

Declaration
public const string Type = "type"
Field Value
Type Description
String

Washed

SList.Washed: Date when this list was last washed(not used until v2)

Declaration
public const string Washed = "washed"
Field Value
Type Description
String

WashingPercent

SList.WashingPercent: How far the washing has gotten (not used until v2)

Declaration
public const string WashingPercent = "washing_percent"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top