Class AppointmentBase
Provides base class for appointments.
Inherited Members
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public abstract class AppointmentBase : EditableObjectBase<IAppointment>, IDisposable, IAppointment, IOccurrence, IDateSpan, INotifyPropertyChanged, IEditableObject, IEquatable<IAppointment>, ICopyable<IAppointment>, IExtendedAppointment, IObjectGenerator<IRecurrenceRule>
Constructors
AppointmentBase()
Properties
Category
Gets or sets the System.
Declaration
public virtual ICategory Category { get; set; }
Property Value
Implements
End
Gets or sets the System.
Declaration
public virtual DateTime End { get; set; }
Property Value
System.
|
Implements
Importance
Gets or sets the importance.
Declaration
public virtual Importance Importance { get; set; }
Property Value
Importance
The importance. |
Implements
IsAllDayEvent
Gets or sets the System.
Declaration
public virtual bool IsAllDayEvent { get; set; }
Property Value
System.
|
Implements
RecurrenceRule
Gets or sets the IRecurrence
Declaration
public virtual IRecurrenceRule RecurrenceRule { get; set; }
Property Value
IRecurrence The recurrence rule. |
Implements
Resources
Gets the collection containing the resources, associated with the appointment.
Declaration
public virtual ResourceCollection Resources { get; }
Property Value
Start
Gets or sets the System.
Declaration
public virtual DateTime Start { get; set; }
Property Value
System.
|
Implements
Subject
Gets or sets the System.
Declaration
public virtual string Subject { get; set; }
Property Value
System.
|
Implements
TimeMarker
Gets or sets the System.
Declaration
public virtual ITimeMarker TimeMarker { get; set; }
Property Value
Implements
TimeZone
Gets or sets the time zone.
Declaration
public virtual TimeZoneInfo TimeZone { get; set; }
Property Value
System. The time zone. |
Implements
Methods
CalculateActualDateTime(DateTime, TimeZoneInfo, Nullable<Boolean>)
Declaration
public static object CalculateActualDateTime(DateTime date, TimeZoneInfo timeZone, Nullable<bool> considerTimeZone)
Parameters
System.
|
System.
|
System.
|
Returns
System.
|
CopyFrom(IAppointment)
Deep copies all properties from other
to this IAppointment.
Declaration
public override void CopyFrom(IAppointment other)
Parameters
IAppointment
other
The IAppointment which properties are copied. |
Overrides
Implements
Equals(IAppointment)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(IAppointment other)
Parameters
IAppointment
other
|
Returns
System.
|
OnRecurrenceRuleChanged(EventArgs)
Raises the Recurrence
Declaration
protected virtual void OnRecurrenceRuleChanged(EventArgs args)
Parameters
System. The System. |
Events
RecurrenceRuleChanged
Occurs when Recurrence
Declaration
public event EventHandler RecurrenceRuleChanged
Event Type
System.
|
Implements
Explicit Interface Implementations
IObjectGenerator<IRecurrenceRule>.CreateNew()
Creates a new IRecurrenceRule instance.
Declaration
IRecurrenceRule IObjectGenerator<IRecurrenceRule>.CreateNew()
Returns
IRecurrence The new instance of IRecurrenceRule. |
Implements
IObjectGenerator<IRecurrenceRule>.CreateNew(IRecurrenceRule)
Creates a new IRecurrenceRule instance and copies the provided object properties on to the new instance.
Declaration
IRecurrenceRule IObjectGenerator<IRecurrenceRule>.CreateNew(IRecurrenceRule item)
Parameters
IRecurrence
|
Returns
IRecurrence The new instance of IRecurrenceRule. |
Implements
IAppointment.Resources
Declaration
IList IAppointment.Resources { get; }
Returns
System.
|