dbicDayView Send comments on this topic.
dbiAppointmentCollection Class Members
See Also  Properties  Methods 
dbicPIM Assembly > Dbi.PIM Namespace : dbiAppointmentCollection Class


"

The following tables list the members exposed by dbiAppointmentCollection.

"

Public Constructors

 NameDescription
public ConstructordbiAppointmentCollection ConstructorInitializes a new instance of the dbiAppointmentCollection.  
Top

Public Properties

 NameDescription
public PropertyCapacityGets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase)
public PropertyCountGets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase)
public PropertyItemGets or sets the dbiAppointmentItem at a specific index value.  
Top

Public Methods

 NameDescription
public MethodAddAdd a dbiAppointmentItem to the collection.  
public MethodClearRemoves all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase)
public MethodGetAppointment** 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**  
public MethodGetEnumeratorReturns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
public MethodIndexOfReturns the index of a specified item within the collection.  
public MethodInsertInserts an item at a specific location in the collection.  
public MethodRemoveRemoves a specific item from the collection.  
public MethodRemoveAtRemoves the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase)
public MethodSortSorts the elements of the collection.  
public MethodWriteXMLFileCreates an XML File containing the Appointments collection.  
Top

See Also