ReminderTableData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |