Show / Hide Table of Contents

Struct AppointmentNotificationProvider.RowHistory

Data used to compare rows. Used to determine when to show a notification for a row, or if it's similar enough to a previously observed row that we do not need to show a new notification for it.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
protected struct AppointmentNotificationProvider.RowHistory

Fields

invitedPersonId

Data used to compare rows. Used to determine when to show a notification for a row, or if it's similar enough to a previously observed row that we do not need to show a new notification for it.

Declaration
public int invitedPersonId
Field Value
Type Description
int

notifyDateTime

Data used to compare rows. Used to determine when to show a notification for a row, or if it's similar enough to a previously observed row that we do not need to show a new notification for it.

Declaration
public DateTime notifyDateTime
Field Value
Type Description
DateTime

recurrenceId

Data used to compare rows. Used to determine when to show a notification for a row, or if it's similar enough to a previously observed row that we do not need to show a new notification for it.

Declaration
public int recurrenceId
Field Value
Type Description
int

updateType

Data used to compare rows. Used to determine when to show a notification for a row, or if it's similar enough to a previously observed row that we do not need to show a new notification for it.

Declaration
public int updateType
Field Value
Type Description
int

Methods

CreateKey()

Combines recurrenceId and invitedPersonId into a key used in a lot of dictionaries storing row-information.

Declaration
public (int recurrenceId, int invitedPersonId) CreateKey()
Returns
Type Description
(int recurrenceId, int invitedPersonId)

Extension Methods

EnumUtil.MapEnums<From, To>(From)
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