Version

ActivityBase Class Members

The following tables list the members exposed by ActivityBase.

Public Properties
 NameDescription
Public PropertyDataObjectReturns 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)
Public PropertyDescriptionThe description of the activity.  
Public PropertyEndThe date and time before which the activity ends.  
Public PropertyIdThe unique identifier for this activity.  
Public PropertyIsAllDayReturns a boolean value indicating whether this ActivityBase effectively spans the entire day.  
Public PropertyIsRecurrenceRootReturns a boolean value indicating whether this activity defines a recurrence pattern.  
Public PropertyIsRemovedReturns a boolean value indicating whether this ActivityBase has been effectively removed. Applicable only for recurring activities.  
Public PropertyOriginalStartReturns the date and time which marks this activity's placement in a recurrence.  
Public PropertyRecurrenceReturns or sets a string which describes the recurrence pattern for this activity, or null if this activity is not a root activity.  
Public PropertyRecurrenceIdReturns the identifier for the associated RecurrenceRoot, or null if this activity is not associated with a DateRecurrence.  
Public PropertyRecurrenceRootReturns the ActivityBase which defines the recurrence pattern from which this activity was created, or null if this activity is not associated with a recurrence.  
Public PropertyResourceReturns the resource associated with this activity.  
Public PropertyResourceIdReturns or sets the identifier for the associated resource, or null if this activity is not associated with any particular resource.  
Public PropertyStartThe date and time at which the activity begins.  
Public PropertySubjectThe subject of the activity.  
Protected Methods
 NameDescription
Protected Internal MethodDestroyOverridden. Releases any memory previously used by this object.  
Protected MethodOnPropertyChangedOverridden. Raises the PropertyChanged event.  
Public Events
 NameDescription
Public EventPropertyChangedOccurs when the value of a property of this object changes. (Inherited from Infragistics.Scheduler.ObservableObject)
See Also