Main Page | Namespace List | Class Hierarchy | Class List | Class Members

MQClientInterface::DTCollection Class Reference

Inheritance diagram for MQClientInterface::DTCollection:

MQClientInterface::ObjectCollection MQClientInterface::MQObject List of all members.

Public Member Functions

 DTCollection ()
override void Init ()
virtual void Add (int dt)
virtual void Append (DTCollection dtc)
virtual int GetAt (int index)

Properties

override System.String ClassName
override int ClassID

Detailed Description

A collection of display type codes (not a collection of DTStyle objects).


Constructor & Destructor Documentation

MQClientInterface::DTCollection::DTCollection  )  [inline]
 

Default constructor.


Member Function Documentation

virtual void MQClientInterface::DTCollection::Add int  dt  )  [inline, virtual]
 

Adds a display type code to this collection.

Parameters:
dt The display type which is to be added to this collection.

virtual void MQClientInterface::DTCollection::Append DTCollection  dtc  )  [inline, virtual]
 

Appends a DTCollection object to this collection.

Parameters:
dtc The displaytypecollection which is to be appended to this collection.
Exceptions:
Exception e Throws any exceptions back to the caller.

virtual int MQClientInterface::DTCollection::GetAt int  index  )  [inline, virtual]
 

Returns the display type occupying a specified position in this collection.

Parameters:
index The index into this collection which indicates the desired display type to be returned.
Returns:
The display type occupying the position specified by the input parameter.
Exceptions:
Exception If the input parameter (nIndex) is outside the Valid range of the collection, an exception is thrown to the caller.

override void MQClientInterface::DTCollection::Init  )  [inline, virtual]
 

Initialize.

Reimplemented from MQClientInterface::ObjectCollection.


Property Documentation

override int MQClientInterface::DTCollection::ClassID [get]
 

Class ID property

Reimplemented from MQClientInterface::MQObject.

override System.String MQClientInterface::DTCollection::ClassName [get]
 

Class Name property

Reimplemented from MQClientInterface::MQObject.


The documentation for this class was generated from the following file:
Generated on Wed Oct 10 22:12:31 2007 for MapQuest Advantage .NET(C#) API Reference by  doxygen 1.4.1