Class 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.
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
protected sealed class RowHistory : ValueType
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 |
---|---|
Int32 |
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 |
---|---|
Int32 |
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 |
---|---|
Int32 |
Methods
CreateKey()
Combines recurrenceId and invitedPersonId into a key used in a lot of dictionaries storing row-information.
Declaration
public ValueTuple<int, int> CreateKey()
Returns
Type | Description |
---|---|
ValueTuple<Int32, Int32> |