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
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.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) |