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


"

For a list of all members of this type, see dbiTaskCollection members.

"

Public Methods

 NameDescription
public MethodAddAdd a dbiTaskItem to the collection.  
public MethodClearRemoves all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase)
public MethodContainsDetermines if the Contact collection contains a specific dbiTaskItem.  
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 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 MethodWriteXMLFileCreates an XML File containing the dbiTaskItem collection.  
Top

See Also