The following tables list the members exposed by Activity.
Name | Description | |
---|---|---|
Activity Constructor | Overloaded. |
Name | Description | |
---|---|---|
AllDayEvent | Determines whether the Activity is an all day event. | |
DataKey | Gets/sets unique key object used in data binding. For keys that are of type string, the Key property can also be used. (Inherited from Infragistics.WebUI.Shared.WebDataObject) | |
DataRow | A.T. DataRow reference | |
Duration | Returns or sets the time duration of the Activity. | |
EnableReminder | Determines whether the Reminder is enabled. | |
EnableReminderResolved | Indicates whether a reminder notification will be displayed for an Activity. | |
EndDateTime | Returns or sets the end date/time of the Activity. | |
EndDateTimeUtc | Returns or sets the end date/time of the Activity. | |
HasResource | Indicates whether this Activity has an organizing Resource. | |
HasScheduleInfo | Indicates whether the ScheduleInfo property has been initialized on the current Activity to a WebScheduleInfo owner. | |
HasStyle | Indicates whether a Style object has been created. | |
Importance | Indicates if the Activity is of High, Medium or Low Importance. | |
IsEmpty | Check if object contains only default values. (Inherited from Infragistics.WebUI.Shared.WebObjectBase) | |
IsMultiDay | Determines whether the Activity spans multiple days (read-only). | |
IsOccurrence | ||
IsRecurring | ||
IsStandAlone | ||
IsVariance | ||
Key | Gets/sets unique key string used in data binding. For keys that are not of type string, use the DataKey property. (Inherited from Infragistics.WebUI.Shared.WebDataObject) | |
OriginalStartDateTimeUtc | Returns or sets the original start date/time of the Activity in a recurring series. | |
Recurrence | Gets/sets the Recurrence object that describes the recurrence pattern that determines the frequency at which individual occurrences occur. | |
RecurrenceKey | Gets/sets the key of the assigned Recurrence. | |
RecurrencePattern | A.T. RecurrencePattern - the encoded recurrence information: used in the GenericProvider | |
ReminderInterval | Determines the length of time before an activity is due that the reminder dialog is displayed. | |
Resource | Gets/sets the Resource associated with this Activity as it's organizer. | |
ResourceKey | Gets/sets the key of the assigned Resource. | |
ScheduleInfo | Gets the WebScheduleInfo element owning this Activity object. | |
ShowTimeAs | Indicates how the Activity should be displayed. | |
StartDateTime | Returns or sets the start date/time of the Activity in Universal Coordinated Time (UTC). | |
StartDateTimeUtc | Returns or sets the start date/time of the Activity. | |
Status | Indicates the Status of the Activity. Normal Status means that the Activity's due date has not yet arrived. Expired indicates that the due date of the Activity has arrived and that the Resource that owns the Activity has been notified via the firing of an event. | |
Style | Returns or sets the Style object that controls the Activity's formatting. | |
Visible | Determines whether the Activity can be displayed. |
Name | Description | |
---|---|---|
EnableViewState | Turns on ViewState tracking for this WebObject (Inherited from Infragistics.WebUI.Shared.WebObjectBase) | |
EndDateTimeResolved | ||
StartDateTimeResolved | ||
SubObjects | (Inherited from Infragistics.WebUI.Shared.WebObjectBase) | |
ViewState | Gets a dictionary of state information (StateBag) that allows you to save and restore the view state of a server control across multiple requests for the same page. (Inherited from Infragistics.WebUI.Shared.WebObjectBase) |
Name | Description | |
---|---|---|
CreateOccurrence | Virtual function to create an Occurrence of an Activity within a Recurring Activity. Used by inheritors of Activities to create type specific activities within recurring activities. This method is called by the RecurrenceEngine in order to create specific instances, (occurrences) of a recurring activity. | |
CreateRecurrence | ||
CreateVariance | ||
GetValue | Overloaded. Obtains a property value from ViewState based on the string id define as a constant in the derived class. (Inherited from Infragistics.WebUI.Shared.WebObjectBase) | |
IsDirty | Overloaded. Public shortcut to check if object has had data changes (Inherited from Infragistics.WebUI.Shared.WebObjectBase) | |
OnItemBound | Called when an object has been bound to a datastore (Inherited from Infragistics.WebUI.Shared.WebDataObject) | |
Reset | Clears the values of all properties within the object and also clears the viewstate for the object (Inherited from Infragistics.WebUI.Shared.WebObjectBase) | |
ResetKey | Sets the key back to null. (Inherited from Infragistics.WebUI.Shared.KeyedWebObjectBase) | |
SetRecurrence | ||
SetValue | Sets an object value so that it is maintained in viewstate (Inherited from Infragistics.WebUI.Shared.WebObjectBase) | |
ToString | String formatted for visual designer. (Inherited from Infragistics.WebUI.Shared.WebObjectBase) |
Name | Description | |
---|---|---|
CreateSubObject | Overridden. | |
GetSubObject | Obtains a subobject reference based on the specified id value. SubObjects are automatically managed for ViewState (Inherited from Infragistics.WebUI.Shared.WebObjectBase) | |
OnPropertyChange | (Inherited from Infragistics.WebUI.Shared.WebDataObject) | |
SetSubObject | (Inherited from Infragistics.WebUI.Shared.WebDataObject) |