ReminderTableData Class

Definition

Represents a collection of reminder table entries.

public class ReminderTableData
[Orleans.GenerateSerializer]
[System.Serializable]
public sealed class ReminderTableData
type ReminderTableData = class
[<Orleans.GenerateSerializer>]
[<System.Serializable>]
type ReminderTableData = class
Public Class ReminderTableData
Public NotInheritable Class ReminderTableData
Inheritance
ReminderTableData
Attributes

Constructors

ReminderTableData()

Initializes a new instance of the ReminderTableData class.

ReminderTableData(IEnumerable<ReminderEntry>)

Initializes a new instance of the ReminderTableData class.

ReminderTableData(ReminderEntry)

Initializes a new instance of the ReminderTableData class.

Properties

Reminders

Gets the reminders.

Methods

ToString()

Returns a String that represents this instance.

Applies to