The following tables list the members exposed by Appointment.
Name | Description | |
---|---|---|
Appointment Constructor | Overloaded. |
Name | Description | |
---|---|---|
tagValue | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
Action | Returns or sets the AppointmentAction for this Appointment. | |
AllDayEvent | Determines whether the Appointment is an all day event. | |
Appearance | Returns or sets the Appearance object that controls the objects's formatting. | |
BarColor | Returns or sets the color to be used when representing the duration of this Appointment in the UltraDayView time bar. | |
BindingListIndex | Returns the index associated with this appointment in the binding list. | |
BindingListObject | Returns the object returned by the binding list that is associated with this appointment. | |
CalendarInfo | Gets/sets the UltraCalendarInfo component which owns the Appointment object. | |
DataKey | Gets/sets unique key for appointment used in data binding. | |
Day | Returns or sets the Day object for this Appointment. | |
Description | Returns or sets the description of the Appointment. | |
Disposed | (Inherited from Infragistics.Shared.DisposableObject) | |
End | Overridden. Returns a value that is one second earlier than the actual value of the EndDateTime property. | |
EndDateTime | Returns or sets the end date/time of the Appointment. | |
HasAppearance | Indicates whether an Infragistics.Win.AppearanceBase object has been created. | |
HasReminder | Indicates if a Reminder object has been created for the appointment. | |
IsMultiDay | (Read-only) Returns whether the Appointment spans across multiple days. | |
IsRecurringAppointmentRoot | Returns whether this Appointment represents a recurrence, i.e., if its Recurrence property is set to an instance of the AppointmentRecurrence object. | |
IsRemoved | Gets/sets whether the Appointment has been logically removed. | |
IsSelected | Overridden. Indicates whether the Appointment is selected. | |
IsVariance | Returns whether this Appointment represents a variance, i.e., a member of a recurrence that differs in some way from the AppointmentRecurrence.RootAppointment that describes the recurrence. | |
Location | Returns or sets the location of the Appointment. | |
Locked | Determines whether the Appointment can be modified via the user interface of the control displaying the Appointment. | |
LockedResolved | Determines whether the Appointment can be modified via the user interface of the control displaying it. | |
OriginalStartDateTime | If this appointment is a member of a recurrence that has been modified, returns the DateTime that represents the value of the Appointment’s StartDateTime property as it was defined by the recurrence. | |
Owner | Overridden. Gets/sets the assigned Owner. | |
OwnerKey | Gets/sets the key of the assigned Owner. | |
Recurrence | Gets/sets the AppointmentRecurrence object that describes the recurrence pattern that determines the frequency at which individual occurrences occur. | |
RecurrenceId | The globally unique identifier that refers to the AppointmentRecurrence object to which this Appointment object is associated. Used for deserialization purposes. | |
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. | |
Reminder | Returns or sets the Reminder associated with this Appointment. | |
Selected | Determines whether the Appointment object is part of the UltraCalendarInfo.SelectedAppointments of the owning UltraCalendarInfo. | |
Span | Returns the amount of time spanned by this activity, obtained by subtracting the value of the Start property from the value of the End property. (Inherited from Infragistics.Win.UltraWinSchedule.ActivityBase) | |
Start | Overridden. Returns the value of the StartDateTime property. | |
StartDateTime | Returns or sets the start date/time of the Appointment. | |
Subject | Returns or sets the subject of the Appointment. | |
Tag | Overridden. The Tag property can be used to logically attach another object or value to this object. | |
Text | Overridden. Returns the value of the Subject property. | |
Visible | Overridden. Determines whether the Appointment can be displayed. | |
VisibleResolved | Overridden. Returns false if either this Appointment's Visible property is false or it's Owner's Visible property is false. |
Name | Description | |
---|---|---|
SubObjectPropChangeHandler | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
CompareTo | Compares this instance to another and returns the result. (Inherited from Infragistics.Win.UltraWinSchedule.ActivityBase) | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | (Inherited from Infragistics.Shared.DisposableObject) | |
FromBinary | Deserializes a single Appointment object from the specified stream. | |
FromBytes | Deserializes a single Appointment object from the specified byte array. | |
FromXML | Deserializes a single Appointment object from the specified soap (xml) stream. | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
IsSameAppointment | Returns true if the specified appointment represents the same logical Appointment. | |
NotifyPropChange | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
OffsetStartTime | Adjusts the start date and time for the Appointment by the specified System.TimeSpan. The duration of the Appointment is maintained. | |
Reset | Resets all properties of the Appointment to their default values. | |
ResetAction | Resets the Action property to its default value. | |
ResetAllDayEvent | Resets the AllDayEvent property to its default value. | |
ResetAppearance | Resets the Appearance property to its default value. | |
ResetBarColor | Resets the BarColor property to its default value. | |
ResetDay | Resets the start of the Appointment to its default value. | |
ResetDescription | Resets the Description property to its default value. | |
ResetEndDateTime | Resets the EndDateTime property to its default value. | |
ResetIsRemoved | Resets the IsRemoved property to its default value. | |
ResetLocation | Resets the Location property to its default value. | |
ResetLocked | Resets Locked property to its default value. | |
ResetOriginalStartDateTime | Resets the OriginalStartDateTime property to its default value. | |
ResetRecurrence | Resets the RecurringAppointmentRoot property to its default value. | |
ResetReminder | Resets the Reminder property to its default value. | |
ResetStartDateTime | Resets the StartDateTime property to its default value. | |
ResetSubject | Resets the Subject property to its default value. | |
ResetVisible | Resets the Visible property to its default value. | |
Save | Overloaded. Saves the Appointment object's information to the specified stream. | |
SaveAsXml | Overloaded. Saves the Appointment object's information to the specified stream as soap (xml). | |
ShouldSerialize | Indicates whether the Appointment object needs to be persisted. | |
ShouldSerializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
ToString | Returns the string representation of this object. | |
VerifyNotDisposed | (Inherited from Infragistics.Shared.DisposableObject) |
Name | Description | |
---|---|---|
DeserializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
Finalize | Destructor for the Appointment object. | |
GetObjectData | Invoked during the serialization of the object. | |
InitializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnDeserialization | Invoked after the entire object graph has been deserialized. | |
OnDispose | Overridden. Invoked when the object is disposed. The notification is used to dispose all resources used by the Appointment object. | |
OnObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) | |
OnSubObjectPropChanged | Overridden. Invoked when a property on one of the subobjects changes. | |
ResetTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
SerializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
ShouldSerializeAction | Indicates whether the Action property needs to be serialized. | |
ShouldSerializeAllDayEvent | Indicates whether the AllDayEvent property needs to be serialized. | |
ShouldSerializeAppearance | Indicates whether the Appearance property contains data that needs to be serialized. | |
ShouldSerializeDescription | Indicates whether the Description property should be serialized. | |
ShouldSerializeIsRemoved | Indicates whether the IsRemoved property needs to be serialized. | |
ShouldSerializeLocation | Indicates whether the Location property should be serialized. | |
ShouldSerializeLocked | Indicates whether the Locked property should be serialized. | |
ShouldSerializeOriginalStartDateTime | Indicates whether the OriginalStartDateTime property needs to be serialized. | |
ShouldSerializeRecurrence | Indicates whether the Recurrence property needs to be serialized. | |
ShouldSerializeReminder | Indicates whether the Reminder property should be serialized. | |
ShouldSerializeSubject | Indicates whether the Subject property should be serialized. | |
ShouldSerializeVisible | Indicates whether the Visible property should be serialized. |
Name | Description | |
---|---|---|
SubObjectDisposed | (Inherited from Infragistics.Shared.SubObjectBase) | |
SubObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) |