The IntervalAppointmentCollection type exposes the following members.

Constructors

  NameDescription
Public methodIntervalAppointmentCollection
Initializes the new instance of the IntervalAppointmentCollection class.

Methods

  NameDescription
Public methodContains
Determines whether an element is in the ReadOnlyCollection<(Of <(<'T>)>)>.
(Inherited from ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>.)
Public methodCopyTo
Copies the entire ReadOnlyCollection<(Of <(<'T>)>)> to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>.)
Public methodGetEnumerator
Returns an enumerator that iterates through the ReadOnlyCollection<(Of <(<'T>)>)>.
(Inherited from ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>.)
Public methodIndexOf
Searches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollection<(Of <(<'T>)>)>.
(Inherited from ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>.)
Protected methodOnCollectionChanged
Refreshes the HasItems property value.
(Overrides ReadOnlyObservableCollection<(Of <(<'T>)>)>..::..OnCollectionChanged(NotifyCollectionChangedEventArgs).)
Protected methodOnPropertyChanged
Raises the PropertyChanged event using the provided arguments.
(Inherited from ReadOnlyObservableCollection<(Of <(<'IntervalAppointment>)>)>.)

Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the ReadOnlyCollection<(Of <(<'T>)>)> instance.
(Inherited from ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>.)
Public propertyHasItems
Gets the Boolean value specifying whether collection has items.
Public propertyItem
Gets the element at the specified index.
(Inherited from ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>.)
Protected propertyItems (Inherited from ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>.)

Events

  NameDescription
Protected eventCollectionChanged
Occurs when an item is added or removed.
(Inherited from ReadOnlyObservableCollection<(Of <(<'IntervalAppointment>)>)>.)
Protected eventPropertyChanged
Occurs when a property value changes.
(Inherited from ReadOnlyObservableCollection<(Of <(<'IntervalAppointment>)>)>.)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodSystem#Collections#Generic#ICollection{T}#Add (Inherited from ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>.)
Explicit interface implemetationPrivate methodIList..::..Add
Adds an item to the IList. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>.)
Explicit interface implemetationPrivate methodSystem#Collections#Generic#ICollection{T}#Clear (Inherited from ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>.)
Explicit interface implemetationPrivate methodIList..::..Clear
Removes all items from the IList. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>.)
Explicit interface implemetationPrivate eventINotifyCollectionChanged..::..CollectionChanged
Occurs when the collection changes.
(Inherited from ReadOnlyObservableCollection<(Of <(<'IntervalAppointment>)>)>.)
Explicit interface implemetationPrivate methodIList..::..Contains
Determines whether the IList contains a specific value.
(Inherited from ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>.)
Explicit interface implemetationPrivate methodICollection..::..CopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>.)
Explicit interface implemetationPrivate methodIEnumerable..::..GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>.)
Explicit interface implemetationPrivate methodIList..::..IndexOf
Determines the index of a specific item in the IList.
(Inherited from ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>.)
Explicit interface implemetationPrivate methodSystem#Collections#Generic#IList{T}#Insert (Inherited from ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>.)
Explicit interface implemetationPrivate methodIList..::..Insert
Inserts an item to the IList at the specified index. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>.)
Explicit interface implemetationPrivate propertyIList..::..IsFixedSize
Gets a value indicating whether the IList has a fixed size.
(Inherited from ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>.)
Explicit interface implemetationPrivate propertySystem#Collections#Generic#ICollection{T}#IsReadOnly (Inherited from ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>.)
Explicit interface implemetationPrivate propertyIList..::..IsReadOnly
Gets a value indicating whether the IList is read-only.
(Inherited from ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>.)
Explicit interface implemetationPrivate propertyICollection..::..IsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>.)
Explicit interface implemetationPrivate propertySystem#Collections#Generic#IList{T}#Item (Inherited from ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>.)
Explicit interface implemetationPrivate propertyIList..::..Item
Gets or sets the element at the specified index.
(Inherited from ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>.)
Explicit interface implemetationPrivate eventINotifyPropertyChanged..::..PropertyChanged
Occurs when a property value changes.
(Inherited from ReadOnlyObservableCollection<(Of <(<'IntervalAppointment>)>)>.)
Explicit interface implemetationPrivate methodSystem#Collections#Generic#ICollection{T}#Remove (Inherited from ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>.)
Explicit interface implemetationPrivate methodIList..::..Remove
Removes the first occurrence of a specific object from the IList. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>.)
Explicit interface implemetationPrivate methodSystem#Collections#Generic#IList{T}#RemoveAt (Inherited from ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>.)
Explicit interface implemetationPrivate methodIList..::..RemoveAt
Removes the IList item at the specified index. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>.)
Explicit interface implemetationPrivate propertyICollection..::..SyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>.)

See Also