Class ExceptionOccurrence
Inheritance
System.Object
ExceptionOccurrence
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ExceptionOccurrence : Object, IExceptionOccurrence, ICopyable<IExceptionOccurrence>
Constructors
ExceptionOccurrence()
Declaration
public ExceptionOccurrence()
Properties
Appointment
Declaration
public IAppointment Appointment { get; set; }
Property Value
Implements
ExceptionDate
Declaration
public DateTime ExceptionDate { get; set; }
Property Value
System.
|
Implements
Methods
Copy()
Declaration
public IExceptionOccurrence Copy()
Returns
Implements
CopyFrom(IExceptionOccurrence)
Declaration
public void CopyFrom(IExceptionOccurrence other)
Parameters
IException
|