Class RadReminderBindableObject
Represents the objects that RadReminder is working with.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class RadReminderBindableObject : DisposableObject, IDisposable, INotifyPropertyChanged
Constructors
RadReminderBindableObject(IRemindObject)
Declaration
public RadReminderBindableObject(IRemindObject remindObject)
Parameters
IRemind
|
Properties
Dismissed
Gets or sets a value indicating whether this Rad
Declaration
public bool Dismissed { get; set; }
Property Value
System.
|
DueIn
Gets the due in.
Declaration
public string DueIn { get; }
Property Value
System. The due in. |
Image
Gets the image.
Declaration
public Image Image { get; }
Property Value
System. The image. |
Reminder
Gets or sets the time before the start of this object when a notification should be triggered.
Declaration
public TimeSpan? Reminder { get; set; }
Property Value
System. The notification. |
RemindObject
Gets the remind object.
Declaration
public IRemindObject RemindObject { get; }
Property Value
IRemind The remind object. |
Snoozed
Gets or sets the time this object is snoozed for.
Declaration
public TimeSpan Snoozed { get; set; }
Property Value
System. The snoozed. |
StartDateTime
Gets the start date time.
Declaration
public DateTime StartDateTime { get; }
Property Value
System. The start date time. |
Subject
Gets the subject.
Declaration
public string Subject { get; }
Property Value
System. The subject. |
Methods
DisposeManagedResources()
Disposes all MANAGED resources - such as Bitmaps, GDI+ objects, etc.
Declaration
protected override void DisposeManagedResources()
Overrides
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System.
|
Overrides
Exceptions
System. The |
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
System. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |
Overrides
UpdateDueIn()
Update DueIn property.
Declaration
public void UpdateDueIn()
Events
DueInFormatting
Declaration
public event EventHandler<RadDueInArgs> DueInFormatting
Event Type
System.
|
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|