Appointment
Represents basic IAppointment implementation.
Definition
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>
Inheritance: objectViewModelBaseEditableObjectBase<IAppointment>AppointmentBaseAppointment
Implements:
Inherited Members
Constructors
Initializes a new instance of the Appointment class.
public Appointment()
Properties
Gets or sets the string value representing the body of the IAppointment object.
public virtual string Body { get; set; }
The body of the appointment.
Gets or sets the string value representing the location of the Appointment object.
public string Location { get; set; }
The location of the appointment.
Gets or sets the unique Id of the Appointment object.
public string UniqueId { get; set; }
The unique Id.
Gets or sets the URL of the Appointment object.
public string Url { get; set; }
The URL.
Methods
Deep copies this instance.
public override IAppointment Copy()
A deep copy of the current object.
Overrides:
Deep copies all properties from other to this Appointment.
public override void CopyFrom(IAppointment other)
The Appointment which properties are copied.
Overrides: