Version

Appointment Class Members

The following tables list the members exposed by Appointment.

Public Constructors
 NameDescription
Public ConstructorAppointment ConstructorCreates a new instance of an Appointment  
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)
Public Methods
 NameDescription
Public MethodGetEndLocalReturns the End relative to the specified TimeZoneToken (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public MethodGetStartLocalReturns the Start relative to the specified TimeZoneToken (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public MethodInitializeRootActivityInitializes the root activity of an occurrence instance. (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public MethodSetEndLocalReturns the End relative to the specified TimeZoneToken (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Public MethodSetStartLocalReturns the Start relative to the specified TimeZoneToken (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Protected Methods
 NameDescription
Protected MethodInitializeFromThis method is called after a clone operation to allow derived classes the ability to copy state over to the cloned activity (Inherited from Infragistics.Controls.Schedules.Services.ActivityBase)
Protected MethodOnFirstListenerAddingVirtual method called when the first listener is being added to the Infragistics.Services.PropertyChangeNotifier.PropertyChanged event. (Inherited from Infragistics.Services.PropertyChangeNotifier)
Protected MethodOnHasListenersChangedVirtual method called when the HasListeners property changes. (Inherited from Infragistics.Services.PropertyChangeNotifier)
Protected MethodOnPropertyChangedOverridden. Called when property changed event is raised. (Inherited from Infragistics.Services.PropertyChangeNotifierExtended)
Protected MethodRaisePropertyChangedEventRaises the PropertyChanged event (Inherited from Infragistics.Services.PropertyChangeNotifier)
Protected MethodSetField<T>Helper method used by property setters to change the value of a field and raise the PropertyChanged event. (Inherited from Infragistics.Services.PropertyChangeNotifierExtended)
Public Events
 NameDescription
Public EventPropertyChangedRaised when a property has changed (Inherited from Infragistics.Services.PropertyChangeNotifier)
See Also