Version 24.2 (latest)

Appointment Class Properties

For a list of all members of this type, see Appointment members.

Public Properties
 NameDescription
Public PropertyActivityTypeOverridden. Gets the ActivityType of this activity.  
Public PropertyCategoriesSpecifies categories associated with this activity as a comma separated list of category id's. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyDataItemGets the underlying data item if any. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyDescriptionGets or sets the text associated with this activity. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyDurationGets the duration of the activity. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyEndSpecifies the time in UTC when the activity ends. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyEndTimeZoneIdThe time-zone id associated with the activity. The Start and End times are always in UTC. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyErrorGets or sets the error if any associated with the activity. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyIdGets or sets the appointment Id. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyIsLockedSpecifies whether the activity can be modified in the UI. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyIsOccurrenceReturns true if the ActivityBase is an occurrence of a recurring ActivityBase (read only). (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyIsOccurrenceDeletedGets or sets a value indicating whether the occurrence has been deleted. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyIsRecurrenceRootReturns true if the ActivityBase is a recurring ActivityBase with a define set of RecurrenceBase rules (read only). (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyIsTimeZoneNeutralSpecifies whether the activitiy's times are time-zone neutral or "floating". (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyIsVarianceGets or sets a value indicating if the activity is a variance of an occurrence. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyIsVisibleGets or sets whether the activity is visible. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyIsVisibleResolvedGets the resolved value indicating whether the activity is visible. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyLastModifiedTimeGets or sets the time in UTC when the activity was last modified. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyLocationGets or sets the location of the appointment.  
Public PropertyMaxOccurrenceDateTimeA date-time value that's equal or greater than the date-time of the last occurrence of the recurring activity. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyMetadataReturns a MetadataPropertyValueStore object that's used for storing and retrieving metadata information. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyOriginalOccurrenceEndOnly applies to occurrences of a recurring activity. Specifies the original date-time as it was generated by the recurrence. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyOriginalOccurrenceStartOnly applies to occurrences of a recurring activity. Specifies the original date-time as it was generated by the recurrence. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyOwningCalendarGets or sets the calendar to which this activity belongs. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyOwningCalendarIdGets or sets the id of the calendar to which this activity belongs. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyOwningResourceGets or sets the owning resource. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyOwningResourceIdGets or sets the owning resource id. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyRecurrenceSpecifies recurrence rules. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyRecurrenceVersionSpecifies the recurrence version. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyReminderSpecifies the reminder information. Default value is null. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyReminderEnabledSpecifies whether the activitiy's reminder is enabled. Default value is false. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyReminderIntervalSpecifies the reminder interval. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyRootActivityGets the root activity. Only valid if this activity is an occurrence or a variance of a recurring activity. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyRootActivityIdIf this activity is an occurrence or a variance of a recurring activity, gets the id of the recurring activity. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyStartSpecifies the time in UTC when the activity starts. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyStartTimeZoneIdThe time-zone id associated with the activity. The Start and End field values are always in UTC. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertySubjectGets or sets the subject associated with this activity. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public PropertyVariantPropertiesProperties of a variance that have been modified and thus will not be synchronized with the root activity. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Protected Properties
 NameDescription
Protected PropertyHasListenersGets whether there are any listeners for the Infragistics.Services.PropertyChangeNotifier.PropertyChanged event (Inherited from Infragistics.Services.PropertyChangeNotifier)
See Also