For a list of all members of this type, see dbiAppointmentCollection members.
"| Name | Description | |
|---|---|---|
![]() | Add | Add a dbiAppointmentItem to the collection. |
![]() | Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase) |
![]() | GetAppointment | ** Method has been deprecated, it will no longer return values. Please use a for..each loop to select appointments from a date. See examples below** |
![]() | GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | IndexOf | Returns the index of a specified item within the collection. |
![]() | Insert | Inserts an item at a specific location in the collection. |
![]() | Remove | Removes a specific item from the collection. |
![]() | RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase) |
![]() | Sort | Sorts the elements of the collection. |
![]() | WriteXMLFile | Creates an XML File containing the Appointments collection. |
