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

MQClientInterface::DBLayerCatToDTMapQuery Class Reference

Inheritance diagram for MQClientInterface::DBLayerCatToDTMapQuery:

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

Public Member Functions

 DBLayerCatToDTMapQuery ()
override void Init ()
override bool Equals (System.Object obj)
bool Equals (DBLayerCatToDTMapQuery otherObject)
override int GetHashCode ()

Static Public Member Functions

static bool operator== (DBLayerCatToDTMapQuery obj1, DBLayerCatToDTMapQuery obj2)
static bool operator!= (DBLayerCatToDTMapQuery obj1, DBLayerCatToDTMapQuery obj2)

Properties

override System.String ClassName
override int ClassID
virtual System.String CategoryField
virtual DBFieldType CategoryFieldType
virtual CatToDTMapCollection CatToDTMapCollection

Detailed Description

Adds points of interest (such as banks, hotels, etc.) to a map. The DBLayerCatToDTMapQuery object consists of a layer name and a query string. A DBLayerCatToDTMapQuery object uniquely specifies a database table to be used by the server when drawing maps or performing searches. It contains the information necessary to connect to a table within a RDBMS.
See also:
DBFieldType

CatToDTMapCollection


Constructor & Destructor Documentation

MQClientInterface::DBLayerCatToDTMapQuery::DBLayerCatToDTMapQuery  )  [inline]
 

Default constructor.


Member Function Documentation

bool MQClientInterface::DBLayerCatToDTMapQuery::Equals DBLayerCatToDTMapQuery  otherObject  )  [inline]
 

Equals(type)

Parameters:
otherObject the object to compare this DBLayerCatToDTMapQuery against.
Returns:
true if the DBLayerCatToDTMapQuery objects are equal; false otherwise.

override bool MQClientInterface::DBLayerCatToDTMapQuery::Equals System.Object  obj  )  [inline]
 

Equals(object)

Parameters:
obj the object to compare this DBLayerCatToDTMapQuery against.
Returns:
true if the DBLayerCatToDTMapQuery objects are equal; false otherwise.

Reimplemented from MQClientInterface::DBLayerQuery.

override int MQClientInterface::DBLayerCatToDTMapQuery::GetHashCode  )  [inline]
 

Returns a hash code for this DBLayerCatToDTMapQuery.

Returns:
a hash code value for this DBLayerCatToDTMapQuery.

Reimplemented from MQClientInterface::DBLayerQuery.

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

Initializes this object, setting the query and name to empty strings.

Reimplemented from MQClientInterface::DBLayerQuery.

static bool MQClientInterface::DBLayerCatToDTMapQuery::operator!= DBLayerCatToDTMapQuery  obj1,
DBLayerCatToDTMapQuery  obj2
[inline, static]
 

Inequality operator

Parameters:
obj1 DBLayerCatToDTMapQuery 1 to compare
obj2 DBLayerCatToDTMapQuery 2 to compare

static bool MQClientInterface::DBLayerCatToDTMapQuery::operator== DBLayerCatToDTMapQuery  obj1,
DBLayerCatToDTMapQuery  obj2
[inline, static]
 

Equality operator

Parameters:
obj1 DBLayerCatToDTMapQuery 1 to compare
obj2 DBLayerCatToDTMapQuery 2 to compare


Property Documentation

virtual System.String MQClientInterface::DBLayerCatToDTMapQuery::CategoryField [get, set]
 

Category field property. The name of the category field in the database.

virtual DBFieldType MQClientInterface::DBLayerCatToDTMapQuery::CategoryFieldType [get, set]
 

Category field type property. The data type of the Category field.

virtual CatToDTMapCollection MQClientInterface::DBLayerCatToDTMapQuery::CatToDTMapCollection [get]
 

Category to DT map property. The collection that stores the name-value pairs for the category-DT pairs

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

Class ID property

Reimplemented from MQClientInterface::DBLayerQuery.

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

Class Name property

Reimplemented from MQClientInterface::DBLayerQuery.


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