Show / Hide Table of Contents

Class TimestampsRecordData

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

Inheritance
object
TimestampsRecordData
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 TimestampsRecordData
Remarks

Please use this class instead of a full TimestampsRow 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 TimestampsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Constructors

TimestampsRecordData()

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

Declaration
public TimestampsRecordData()
Remarks

Please use this class instead of a full TimestampsRow 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 TimestampsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Fields

ActivateTickets

Timestamp for when tickets should be checked for activation.

Declaration
public DateTime ActivateTickets
Field Value
Type Description
DateTime
Remarks

Please use this class instead of a full TimestampsRow 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 TimestampsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

ActiveTickets

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

Declaration
public DateTime ActiveTickets
Field Value
Type Description
DateTime
Remarks

Please use this class instead of a full TimestampsRow 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 TimestampsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Autologout

Timestamp for when users should be checked for automatic logout.

Declaration
public DateTime Autologout
Field Value
Type Description
DateTime
Remarks

Please use this class instead of a full TimestampsRow 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 TimestampsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

BuildFaq

Timestamp for when the FAQ search tree was last rebuilt.

Declaration
public DateTime BuildFaq
Field Value
Type Description
DateTime
Remarks

Please use this class instead of a full TimestampsRow 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 TimestampsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

CriticalEmail

Timestamp for when we last emailed a critical email to panic_email (usually error@superoffice.com).

Declaration
public DateTime CriticalEmail
Field Value
Type Description
DateTime
Remarks

Please use this class instead of a full TimestampsRow 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 TimestampsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

DeleteTempTicket

Timestamp for when tickets should be checked for deletion.

Declaration
public DateTime DeleteTempTicket
Field Value
Type Description
DateTime
Remarks

Please use this class instead of a full TimestampsRow 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 TimestampsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

EjournalCron

Timestamp for the last time ejournalCron was started.

Declaration
public DateTime EjournalCron
Field Value
Type Description
DateTime
Remarks

Please use this class instead of a full TimestampsRow 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 TimestampsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

LastTicketdel

Timestamp for when we last physically removed tickets tagged for deletion.

Declaration
public DateTime LastTicketdel
Field Value
Type Description
DateTime
Remarks

Please use this class instead of a full TimestampsRow 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 TimestampsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

MailFilter

Timestamp for the last time importMail was started.

Declaration
public DateTime MailFilter
Field Value
Type Description
DateTime
Remarks

Please use this class instead of a full TimestampsRow 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 TimestampsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

MailSender

Timestamp for the last time mailSender was started.

Declaration
public DateTime MailSender
Field Value
Type Description
DateTime
Remarks

Please use this class instead of a full TimestampsRow 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 TimestampsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Mailsync

Timestamp for syncing crm inbox2 email accounts

Declaration
public DateTime Mailsync
Field Value
Type Description
DateTime
Remarks

Please use this class instead of a full TimestampsRow 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 TimestampsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

TicketAlert

Timestamp for when tickets should be checked for escalation.

Declaration
public DateTime TicketAlert
Field Value
Type Description
DateTime
Remarks

Please use this class instead of a full TimestampsRow 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 TimestampsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

TimestampsId

The primary key (auto-incremented)

Declaration
public int TimestampsId
Field Value
Type Description
int
Remarks

Please use this class instead of a full TimestampsRow 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 TimestampsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

WeekStat

Timestamp for when the week statistics was last sent.

Declaration
public DateTime WeekStat
Field Value
Type Description
DateTime
Remarks

Please use this class instead of a full TimestampsRow 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 TimestampsTableInfo 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)
TimestampsRecordDataExtensions.ToInsertAsync(TimestampsRecordData, 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