Show / Hide Table of Contents

Class SListRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_list table.

Inheritance
object
SListRecordData
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class SListRecordData
Remarks

Please use this class instead of a full SListRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding SListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Constructors

SListRecordData()

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_list table.

Declaration
public SListRecordData()
Remarks

Please use this class instead of a full SListRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding SListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Fields

DbiAgentId

Integration agent (eJournal)

Declaration
public int DbiAgentId
Field Value
Type Description
int
Remarks

Please use this class instead of a full SListRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding SListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

DbiKey

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

Declaration
public string DbiKey
Field Value
Type Description
string
Remarks

Please use this class instead of a full SListRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding SListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

DbiLastModified

When the entry was last modified.

Declaration
public DateTime DbiLastModified
Field Value
Type Description
DateTime
Remarks

Please use this class instead of a full SListRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding SListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

DbiLastSyncronized

Last external syncronization.

Declaration
public DateTime DbiLastSyncronized
Field Value
Type Description
DateTime
Remarks

Please use this class instead of a full SListRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding SListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Flag

Not used

Declaration
public short Flag
Field Value
Type Description
short
Remarks

Please use this class instead of a full SListRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding SListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

FolderId

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

Declaration
public int FolderId
Field Value
Type Description
int
Remarks

Please use this class instead of a full SListRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding SListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Name

The name of the list

Declaration
public string Name
Field Value
Type Description
string
Remarks

Please use this class instead of a full SListRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding SListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

NumberOfElements

How many elements this list contains

Declaration
public int NumberOfElements
Field Value
Type Description
int
Remarks

Please use this class instead of a full SListRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding SListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

SListId

Primary key

Declaration
public int SListId
Field Value
Type Description
int
Remarks

Please use this class instead of a full SListRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding SListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Type

Dynamic/static

Declaration
public short Type
Field Value
Type Description
short
Remarks

Please use this class instead of a full SListRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding SListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Washed

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

Declaration
public DateTime Washed
Field Value
Type Description
DateTime
Remarks

Please use this class instead of a full SListRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding SListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

WashingPercent

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

Declaration
public short WashingPercent
Field Value
Type Description
short
Remarks

Please use this class instead of a full SListRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding SListTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Extension Methods

EnumUtil.MapEnums<From, To>(From)
SListRecordDataExtensions.ToInsertAsync(SListRecordData, CancellationToken)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top