The following tables list the members exposed by AppointmentVariance.
Name | Description | |
---|---|---|
AllDayEvent | Overridden. 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 (Inherited from Infragistics.WebUI.WebSchedule.Activity) | |
Description | Overridden. Returns or sets the description of the Appointment. | |
Duration | Overridden. Returns or sets the time duration of the Activity. | |
EnableReminder | Overridden. Determines whether the Reminder is enabled. | |
EnableReminderResolved | Indicates whether a reminder notification will be displayed for an Activity. (Inherited from Infragistics.WebUI.WebSchedule.Activity) | |
EndDateTime | Overridden. Returns or sets the end date/time of the Activity. | |
EndDateTimeUtc | Returns or sets the end date/time of the Activity. (Inherited from Infragistics.WebUI.WebSchedule.Activity) | |
HasResource | Indicates whether this Activity has an organizing Resource. (Inherited from Infragistics.WebUI.WebSchedule.Activity) | |
HasScheduleInfo | Indicates whether the ScheduleInfo property has been initialized on the current Activity to a WebScheduleInfo owner. (Inherited from Infragistics.WebUI.WebSchedule.Activity) | |
HasStyle | Overridden. Indicates whether a Style object has been created. | |
Importance | Indicates if the Activity is of High, Medium or Low Importance. (Inherited from Infragistics.WebUI.WebSchedule.Activity) | |
IsEmpty | Check if object contains only default values. (Inherited from Infragistics.WebUI.Shared.WebObjectBase) | |
IsMultiDay | Determines whether the Activity spans multiple days (read-only). (Inherited from Infragistics.WebUI.WebSchedule.Activity) | |
IsOccurrence | (Inherited from Infragistics.WebUI.WebSchedule.Activity) | |
IsRecurring | (Inherited from Infragistics.WebUI.WebSchedule.Activity) | |
IsRemoved | Gets/sets whether the Appointment has been logically removed. | |
IsStandAlone | (Inherited from Infragistics.WebUI.WebSchedule.Activity) | |
IsVariance | (Inherited from Infragistics.WebUI.WebSchedule.Activity) | |
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) | |
Location | Overridden. Returns or sets the location of the Appointment. | |
OriginalStartDateTime | ||
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. (Inherited from Infragistics.WebUI.WebSchedule.Activity) | |
RecurrenceKey | Gets/sets the key of the assigned Recurrence. (Inherited from Infragistics.WebUI.WebSchedule.Activity) | |
RecurrencePattern | A.T. RecurrencePattern - the encoded recurrence information: used in the GenericProvider (Inherited from Infragistics.WebUI.WebSchedule.Activity) | |
RecurringAppointmentRoot | Returns the Appointment object that defines this Appointment's recurrence criteria. If this Appointment is a not member of a recurrence, or is itself a root appointment, null is returned. | |
ReminderInterval | Determines the length of time before an activity is due that the reminder dialog is displayed. (Inherited from Infragistics.WebUI.WebSchedule.Activity) | |
Resource | Gets/sets the Resource associated with this Activity as it's organizer. (Inherited from Infragistics.WebUI.WebSchedule.Activity) | |
ResourceKey | Gets/sets the key of the assigned Resource. (Inherited from Infragistics.WebUI.WebSchedule.Activity) | |
ScheduleInfo | Gets the WebScheduleInfo element owning this Activity object. (Inherited from Infragistics.WebUI.WebSchedule.Activity) | |
ShowTimeAs | Indicates how the Activity should be displayed. (Inherited from Infragistics.WebUI.WebSchedule.Activity) | |
StartDateTime | Overridden. Returns or sets the start date/time of the Activity. | |
StartDateTimeUtc | Returns or sets the start date/time of the Activity. (Inherited from Infragistics.WebUI.WebSchedule.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. (Inherited from Infragistics.WebUI.WebSchedule.Activity) | |
Style | Overridden. Returns or sets the Style object that controls the Activity's formatting. | |
Subject | Overridden. Returns or sets the subject of the Appointment. | |
Visible | Determines whether the Activity can be displayed. (Inherited from Infragistics.WebUI.WebSchedule.Activity) |
Name | Description | |
---|---|---|
EnableViewState | Turns on ViewState tracking for this WebObject (Inherited from Infragistics.WebUI.Shared.WebObjectBase) | |
EndDateTimeResolved | (Inherited from Infragistics.WebUI.WebSchedule.Activity) | |
StartDateTimeResolved | (Inherited from Infragistics.WebUI.WebSchedule.Activity) | |
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. (Inherited from Infragistics.WebUI.WebSchedule.Appointment) | |
CreateRecurrence | (Inherited from Infragistics.WebUI.WebSchedule.Activity) | |
CreateVariance | (Inherited from Infragistics.WebUI.WebSchedule.Appointment) | |
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 | (Inherited from Infragistics.WebUI.WebSchedule.Activity) | |
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 | (Inherited from Infragistics.WebUI.WebSchedule.Activity) | |
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) |