Class Appointment
Represents basic IAppointment implementation.
Inherited Members
Namespace: Telerik.Maui.Controls.Scheduler
Assembly: Telerik.Maui.Controls.dll
Syntax
public class Appointment : AppointmentBase, IAppointment, IDateRange, INotifyPropertyChanged, IEquatable<IAppointment>, ICopyable<IAppointment>, IExtendedAppointment
Constructors
Appointment()
Properties
Body
Gets or sets the System.String value representing the body of the Appointment 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
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
Equals(IAppointment)
Indicates whether the current object is equal to another object of the same type.
Declaration
public override bool Equals(IAppointment other)
Parameters
IAppointment
other
|
Returns
System.Boolean
|
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. |