Class AppointmentReminderInfo
Inheritance
System.Object
AppointmentReminderInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class AppointmentReminderInfo : IAppointmentReminderInfo
Constructors
AppointmentReminderInfo(Int32, String, Nullable<TimeSpan>)
Declaration
public AppointmentReminderInfo(int id, string displayName, TimeSpan? value)
Parameters
System.Int32
id
|
System.String
displayName
|
System.Nullable<System.TimeSpan>
value
|
Properties
DisplayName
Gets or sets the visual string representation of this instance.
Declaration
public string DisplayName { get; set; }
Property Value
System.String
The display name. |
Implements
Id
Gets or sets the Id by which this instance is identified.
Declaration
public int Id { get; set; }
Property Value
System.Int32
The identifier. |
Implements
Value
Gets or sets the time span this instance represents.
Declaration
public TimeSpan? Value { get; set; }
Property Value
System.Nullable<System.TimeSpan>
The value. |