The following tables list the members exposed by Appointment.
Name | Description | |
---|---|---|
Appointment Constructor | Creates a new instance with default values. |
Name | Description | |
---|---|---|
DataObject | Returns the data object from which this activity or resource was created, or null if it has no associated data object. (Inherited from Infragistics.Scheduler.DataBindableItemBase) | |
Description | The description of the activity. (Inherited from Infragistics.Scheduler.ActivityBase) | |
End | The date and time before which the activity ends. (Inherited from Infragistics.Scheduler.ActivityBase) | |
Id | The unique identifier for this activity. (Inherited from Infragistics.Scheduler.ActivityBase) | |
IsAllDay | Returns a boolean value indicating whether this ActivityBase effectively spans the entire day. (Inherited from Infragistics.Scheduler.ActivityBase) | |
IsRecurrenceRoot | Returns a boolean value indicating whether this activity defines a recurrence pattern. (Inherited from Infragistics.Scheduler.ActivityBase) | |
IsRemoved | Returns a boolean value indicating whether this ActivityBase has been effectively removed. Applicable only for recurring activities. (Inherited from Infragistics.Scheduler.ActivityBase) | |
Location | The location of the appointment. | |
OriginalStart | Returns the date and time which marks this activity's placement in a recurrence. (Inherited from Infragistics.Scheduler.ActivityBase) | |
Recurrence | Returns or sets a string which describes the recurrence pattern for this activity, or null if this activity is not a root activity. (Inherited from Infragistics.Scheduler.ActivityBase) | |
RecurrenceId | Returns the identifier for the associated RecurrenceRoot, or null if this activity is not associated with a DateRecurrence. (Inherited from Infragistics.Scheduler.ActivityBase) | |
RecurrenceRoot | Returns the ActivityBase which defines the recurrence pattern from which this activity was created, or null if this activity is not associated with a recurrence. (Inherited from Infragistics.Scheduler.ActivityBase) | |
Resource | Returns the resource associated with this activity. (Inherited from Infragistics.Scheduler.ActivityBase) | |
ResourceId | Returns or sets the identifier for the associated resource, or null if this activity is not associated with any particular resource. (Inherited from Infragistics.Scheduler.ActivityBase) | |
Start | The date and time at which the activity begins. (Inherited from Infragistics.Scheduler.ActivityBase) | |
Subject | The subject of the activity. (Inherited from Infragistics.Scheduler.ActivityBase) |
Name | Description | |
---|---|---|
Destroy | Overridden. Releases any memory previously used by this object. | |
OnPropertyChanged | Overridden. Raises the PropertyChanged event. |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when the value of a property of this object changes. (Inherited from Infragistics.Scheduler.ObservableObject) |