Appointment Members
In This Article
#Properties
Name | Description |
---|---|
All |
Gets or sets whether the current appointment lasts the entire day (or several days). |
Custom |
Gets the collection of custom fields bound to the persistent object.
Inherited from IPersistent |
Description | Gets or sets the text for the appointment’s description. |
Duration | Gets or sets the duration of the appointment. |
End | Gets or sets the end date and time of the appointment. |
Has |
Gets whether changed or deleted occurrences have been created for the current pattern appointment. |
Has |
Gets or sets a value that indicates whether one or more reminders are associated with the appointment. |
Id |
Gets the object’s identifier.
Inherited from IPersistent |
Is |
Gets whether the appointment is base (of the Normal or Pattern type). |
Is |
Gets a value indicating whether a persistent object has been disposed of.
Inherited from IPersistent |
Is |
Gets whether the appointment is an exception (of the Changed |
Is |
Gets whether the appointment is an occurrence (of the Occurrence, Changed |
Is |
Gets whether the appointment is recurring. |
Label |
Obsolete. Gets or sets the integer identifier of the label object associated with the appointment. Obsolete. Use the Appointment. |
Label |
Gets or sets the identifier of the label object associated with the appointment. |
Location | Gets or sets the text that specifies a place where the appointment is scheduled. |
Longer |
Gets whether the appointment’s duration is equal to or greater than one day. |
Original |
Returns the end of the occurence chain or the original appointment end date. This information allows you to build complex queries in the Scheduler |
Original |
Returns the beginning of the occurence chain or the original appointment start date. This information allows you to build complex queries in the Scheduler |
Percent |
Gets or sets the value that describes the completion status of a task. |
Recurrence |
Gets the index in the recurrence series. |
Recurrence |
Gets information that specifies recurrence rules. |
Recurrence |
Gets the pattern appointment for the current appointment. |
Reminder | Gets a reminder associated with the current appointment (the first reminder in the collection, if there are several reminders). |
Reminders | Gets a collection of reminders associated with the current appointment. |
Resource |
Gets or sets the unique identifier of the resource associated with the current appointment, or the ID of the first resource if resource sharing is enabled. |
Resource |
Gets a collection of identifiers of all resources associated with the current appointment. |
Row |
Gets or sets a value that identifies the data row bound to the persistent object.
Inherited from IPersistent |
Same |
Gets whether the appointment’s start and end times are on the same day. |
Start | Gets or sets the start date and time of the appointment. |
Status |
Obsolete. Gets or sets the integer identifier of the status object associated with the appointment. Obsolete. Use the Appointment. |
Status |
Gets or sets the unique identifier of the status object associated with the appointment. |
Subject | Gets or sets the appointment’s subject text. |
Time |
Gets or sets a time zone identifier for an appointment. |
Type | Gets the type of an appointment. |
#Methods
Name | Description |
---|---|
Assign |
Copies all settings from the object passed as the parameter to the current object. |
Assign |
Copies all properties of the object passed as the parameter to the current object.
Inherited from IPersistent |
Copy() | Creates a copy of the current Appointment object. |
Create |
Creates an exceptional appointment within a chain of recurring appointments. |
Create |
Creates a new Reminder for this appointment. |
Delete() |
Deletes the persistent object from the storage or collection.
Inherited from IPersistent |
Delete |
Removes changed and deleted occurrences for the current pattern appointment. |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable. |
Find |
Returns an appointment that is an exception in the recurrence series at the specified index. |
Get |
Returns a collection of the changed and deleted occurrences for the current pattern appointment. |
Get |
Gets an occurrence at the specified position within a series of recurring appointments. |
Get |
Provides access to the data record for the persistent object.
Inherited from IPersistent |
Get |
Returns the data object that is bound to the current persistent object.
Inherited from IPersistent |
Get |
Obtains the value of the data field in the record bound to the current Persistent |
Restore |
Replaces an exceptional appointment with the regular occurrence in the recurring series. |
Set |
Sets the identifier property of an object to the specified value.
Inherited from IId |
Set |
Performs a transaction to change the value of the field in the data record bound to the persistent object.
Inherited from IPersistent |
See Also