Class FixedIdAppointment
Inheritance
System.Object
FixedIdAppointment
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class FixedIdAppointment : Appointment
Constructors
FixedIdAppointment()
Declaration
public FixedIdAppointment()
Properties
HasWarnings
Declaration
public bool HasWarnings { get; set; }
Property Value
System.Boolean
|
IsRerun
Declaration
public bool IsRerun { get; set; }
Property Value
System.Boolean
|
Methods
Copy()
Declaration
public override IAppointment Copy()
Returns
Telerik.Windows.Controls.ScheduleView.IAppointment
|
CopyFrom(IAppointment)
Declaration
public override void CopyFrom(IAppointment other)
Parameters
Telerik.Windows.Controls.ScheduleView.IAppointment
other
|