Version

Journal Class Members

The following tables list the members exposed by Journal.

Public Constructors
 NameDescription
Public ConstructorJournal Constructor  
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.ActivityBase)
Public PropertyDataItemGets the underlying data item if any. (Inherited from Infragistics.Controls.Schedules.ActivityBase)
Public PropertyDescriptionGets or sets the text associated with this activity. (Inherited from Infragistics.Controls.Schedules.ActivityBase)
Public PropertyDurationGets the duration of the activity. (Inherited from Infragistics.Controls.Schedules.ActivityBase)
Public PropertyEndSpecifies the time in UTC when the activity ends. (Inherited from Infragistics.Controls.Schedules.ActivityBase)
Public PropertyEndTimeZoneIdThe time-zone id associated with the activity. The Start and End times are always in UTC. (Inherited from Infragistics.Controls.Schedules.ActivityBase)
Public PropertyErrorGets or sets the error if any associated with the activity. (Inherited from Infragistics.Controls.Schedules.ActivityBase)
Public PropertyIdGets or sets the appointment Id. (Inherited from Infragistics.Controls.Schedules.ActivityBase)
Public PropertyIsLockedSpecifies whether the activity can be modified in the UI. (Inherited from Infragistics.Controls.Schedules.ActivityBase)
Public PropertyIsOccurrenceReturns true if the ActivityBase is an occurrence of a recurring ActivityBase (read only). (Inherited from Infragistics.Controls.Schedules.ActivityBase)
Public PropertyIsOccurrenceDeletedGets or sets a value indicating whether the occurrence has been deleted. (Inherited from Infragistics.Controls.Schedules.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.ActivityBase)
Public PropertyIsTimeZoneNeutralSpecifies whether the activitiy's times are time-zone neutral or "floating". (Inherited from Infragistics.Controls.Schedules.ActivityBase)
Public PropertyIsVarianceGets or sets a value indicating if the activity is a variance of an occurrence. (Inherited from Infragistics.Controls.Schedules.ActivityBase)
Public PropertyIsVisibleGets or sets whether the activity is visible. (Inherited from Infragistics.Controls.Schedules.ActivityBase)
Public PropertyIsVisibleResolvedGets the resolved value indicating whether the activity is visible. (Inherited from Infragistics.Controls.Schedules.ActivityBase)
Public PropertyLastModifiedTimeGets or sets the time in UTC when the activity was last modified. (Inherited from Infragistics.Controls.Schedules.ActivityBase)
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.ActivityBase)
Public PropertyMetadataReturns a MetadataPropertyValueStore object that's used for storing and retrieving metadata information. (Inherited from Infragistics.Controls.Schedules.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.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.ActivityBase)
Public PropertyOwningCalendarGets or sets the calendar to which this activity belongs. (Inherited from Infragistics.Controls.Schedules.ActivityBase)
Public PropertyOwningCalendarIdGets or sets the id of the calendar to which this activity belongs. (Inherited from Infragistics.Controls.Schedules.ActivityBase)
Public PropertyOwningResourceGets or sets the owning resource. (Inherited from Infragistics.Controls.Schedules.ActivityBase)
Public PropertyOwningResourceIdGets or sets the owning resource id. (Inherited from Infragistics.Controls.Schedules.ActivityBase)
Public PropertyRecurrenceSpecifies recurrence rules. (Inherited from Infragistics.Controls.Schedules.ActivityBase)
Public PropertyRecurrenceVersionSpecifies the recurrence version. (Inherited from Infragistics.Controls.Schedules.ActivityBase)
Public PropertyReminderSpecifies the reminder information. Default value is null. (Inherited from Infragistics.Controls.Schedules.ActivityBase)
Public PropertyReminderEnabledSpecifies whether the activitiy's reminder is enabled. Default value is false. (Inherited from Infragistics.Controls.Schedules.ActivityBase)
Public PropertyReminderIntervalSpecifies the reminder interval. (Inherited from Infragistics.Controls.Schedules.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.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.ActivityBase)
Public PropertyStartSpecifies the time in UTC when the activity starts. (Inherited from Infragistics.Controls.Schedules.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.ActivityBase)
Public PropertySubjectGets or sets the subject associated with this activity. (Inherited from Infragistics.Controls.Schedules.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.ActivityBase)
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Public Methods
 NameDescription
Public MethodGetEndLocalReturns the End relative to the specified TimeZoneToken (Inherited from Infragistics.Controls.Schedules.ActivityBase)
Public MethodGetStartLocalReturns the Start relative to the specified TimeZoneToken (Inherited from Infragistics.Controls.Schedules.ActivityBase)
Public MethodInitializeRootActivityInitializes the root activity of an occurrence instance. (Inherited from Infragistics.Controls.Schedules.ActivityBase)
Public MethodSetEndLocalReturns the End relative to the specified TimeZoneToken (Inherited from Infragistics.Controls.Schedules.ActivityBase)
Public MethodSetStartLocalReturns the Start relative to the specified TimeZoneToken (Inherited from Infragistics.Controls.Schedules.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.ActivityBase)
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChanged (Inherited from Infragistics.PropertyChangeNotifierExtended)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodSetField<T> (Inherited from Infragistics.PropertyChangeNotifierExtended)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also