Class AppointmentWrapper
Inheritance
System.Object
AppointmentWrapper
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 AppointmentWrapper : INotifyPropertyChanged
Constructors
AppointmentWrapper(Appointment, RadScheduler)
Declaration
public AppointmentWrapper(Appointment appointment, RadScheduler schedulerData)
Parameters
Appointment
appointment
|
RadScheduler
schedulerData
|
Fields
appointment
schedulerData
Properties
Background
Declaration
public Color Background { get; }
Property Value
System.Drawing.Color
|
Description
Declaration
public string Description { get; set; }
Property Value
System.String
|
End
Declaration
public virtual DateTime End { get; }
Property Value
System.DateTime
|
Location
Declaration
public string Location { get; }
Property Value
System.String
|
Recurrence
Declaration
public string Recurrence { get; }
Property Value
System.String
|
Reminder
Declaration
public string Reminder { get; }
Property Value
System.String
|
Resource
Declaration
public string Resource { get; }
Property Value
System.String
|
Start
Declaration
public virtual DateTime Start { get; }
Property Value
System.DateTime
|
Summary
Declaration
public string Summary { get; set; }
Property Value
System.String
|
Methods
GetColor()
Declaration
public Color GetColor()
Returns
System.Drawing.Color
|
GetDisplayName()
Declaration
public string GetDisplayName()
Returns
System.String
|
ParseTimeSpan(Nullable<TimeSpan>)
Declaration
protected virtual string ParseTimeSpan(TimeSpan? time)
Parameters
System.Nullable<System.TimeSpan>
time
|
Returns
System.String
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|