Click or drag to resize
Reminder Class
Inheritance Hierarchy
SystemObject
  Kettic.AspNetStateManager
    Kettic.AspNet.ControlsReminder

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 Reminder : StateManager, ICloneable

The Reminder type exposes the following members.

Constructors
Methods
  NameDescription
Public methodClone
Creates a new Reminder object that is a clone of the current instance.
Public methodToString (Overrides ObjectToString.)
Public methodStatic memberTryParse(String)
Creates a list of reminders from their string representation.
Public methodStatic memberTryParse(String, IListReminder)
Creates a list of reminders from their string representation.
Top
Properties
  NameDescription
Public propertyAttributes
Gets the collection of arbitrary attributes that do not correspond to properties on the reminder.
Public propertyID
Public propertyTrigger
Top
See Also