Click or drag to resize
ReminderCollection Class
Inheritance Hierarchy
SystemObject
  System.Web.UIStateManagedCollection
    Kettic.AspNetStronglyTypedStateManagedCollectionReminder
      Kettic.AspNet.ControlsReminderCollection

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class ReminderCollection : StronglyTypedStateManagedCollection<Reminder>, 
	IEnumerable<Reminder>, IEnumerable

The ReminderCollection type exposes the following members.

Constructors
  NameDescription
Public methodReminderCollection
Top
Methods
  NameDescription
Public methodFindByID
Public methodToString
Converts all reminders in the collection to their string representation.
(Overrides ObjectToString.)
Top
See Also