Class RecurrenceRule
Inheritance
System.Object
RecurrenceRule
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RecurrenceRule : Object, IRecurrenceRule, ICopyable<IRecurrenceRule>, IObjectGenerator<IExceptionOccurrence>
Constructors
RecurrenceRule(RecurrencePattern)
Properties
Exceptions
Declaration
public ICollection<IExceptionOccurrence> Exceptions { get; }
Property Value
|
System.Collections.Generic.ICollection<IExceptionOccurrence>
|
Implements
Pattern
Declaration
public RecurrencePattern Pattern { get; set; }
Property Value
|
RecurrencePattern
|
Implements
Methods
Copy()
CopyFrom(IRecurrenceRule)
CreateExceptionAppointment(IAppointment)
Declaration
public IAppointment CreateExceptionAppointment(IAppointment master)
Parameters
|
IAppointment
master
|
Returns
|
IAppointment
|
Implements
OnStateChanged(EventArgs)
Declaration
protected virtual void OnStateChanged(EventArgs args)
Parameters
|
System.EventArgs
args
|
Events
StateChanged
Declaration
public event EventHandler StateChanged
Event Type
|
System.EventHandler
|
Explicit Interface Implementations
IObjectGenerator<IExceptionOccurrence>.CreateNew()
Declaration
IExceptionOccurrence IObjectGenerator<IExceptionOccurrence>.CreateNew()
Returns
|
IExceptionOccurrence
|
Implements
IObjectGenerator<IExceptionOccurrence>.CreateNew(IExceptionOccurrence)
Declaration
IExceptionOccurrence IObjectGenerator<IExceptionOccurrence>.CreateNew(IExceptionOccurrence item)
Parameters
|
IExceptionOccurrence
item
|
Returns
|
IExceptionOccurrence
|