DxSchedulerAppointmentItem Members
In This Article
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new Dx |
Dx |
Initializes a new Dx |
#Properties
Name | Description |
---|---|
All |
Specifies whether the appointment is scheduled for the entire day or several days. |
Custom |
Returns the collection of custom fields.
Inherited from Dx |
Description | Specifies the text for the appointment’s description. |
Duration | Gets the duration of time scheduled for an appointment. |
End | Specifies the appointment’s end date and time. |
Id |
Specifies the item ID.
Inherited from Dx |
Interval | Gets the time interval between the appointment’s Start and End. |
Is |
Gets whether the appointment’s type is One |
Is |
Gets whether the appointment is an exception (changed occurrence or deleted occurrence). |
Is |
Gets whether the appointment is new. |
Is |
Gets whether the appointment is a recurring appointment in a series (not a pattern). |
Is |
Gets whether the appointment belongs to a recurring series. |
Label |
Specifies the identifier of the label object associated with the appointment. |
Location | Specifies the text that specifies the place where the appointment is scheduled. |
Longer |
Gets whether the appointment’s duration is equal to or greater than one day. |
Query |
Gets the normalized appointment end value which is recommended for use in interval-based queries. |
Query |
Gets the normalized appointment start value which is recommended for use in interval-based queries. |
Recurrence |
Gets the appointment index in the recurring series. |
Recurrence |
Gets information that specifies an appointment’s recurrence rule. |
Recurrence |
Gets the recurrence rule identifier. |
Resource |
Specifies the identifier of the resource object associated with the appointment. |
Resource |
Specifies a collection of identifiers of all resources associated with the current appointment. |
Same |
Gets whether the appointment’s start and end times are on the same day. |
Source |
A data source object to which a Scheduler item is bound.
Inherited from Dx |
Start | Specifies the appointment’s start date and time. |
Status |
Specifies the identifier of the status object associated with the appointment. |
Subject | Specifies the appointment’s subject text. |
Time |
Specifies the appointment time zone. |
Type | Specifies the type of an appointment. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Restore |
Replaces an exception with the regular occurrence that has the same recurring series ID. |
Set |
Inserts the current appointment in the specified recurring series with the specified index. |
Set |
Inserts the current appointment in the specified recurring series with the specified index. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also