Class Appointment
Represents basic IAppointment implementation.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class Appointment : AppointmentBase, IDisposable, IAppointment, IOccurrence, IDateSpan, INotifyPropertyChanged, IEditableObject, IEquatable<IAppointment>, ICopyable<IAppointment>, IExtendedAppointment, IObjectGenerator<IRecurrenceRule>
Constructors
Appointment()
Properties
Body
Gets or sets the System.String value representing the body of the IAppointment object.
Declaration
public virtual string Body { get; set; }
Property Value
System.String
The body of the appointment. |
Location
Gets or sets the System.String value representing the location of the Appointment object.
Declaration
public string Location { get; set; }
Property Value
System.String
The location of the appointment. |
UniqueId
Gets or sets the unique Id of the Appointment object.
Declaration
public string UniqueId { get; set; }
Property Value
System.String
The unique Id. |
Url
Gets or sets the URL of the Appointment object.
Declaration
public string Url { get; set; }
Property Value
System.String
The URL. |
Methods
Copy()
Deep copies this instance.
Declaration
public override IAppointment Copy()
Returns
IAppointment
A deep copy of the current object. |
Overrides
CopyFrom(IAppointment)
Deep copies all properties from other
to this Appointment.
Declaration
public override void CopyFrom(IAppointment other)
Parameters
IAppointment
other
The Appointment which properties are copied. |
Overrides
ToString()
Returns a System.String that represents this instance.
Declaration
public override string ToString()
Returns
System.String
A System.String that represents this instance. |