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

MQClientInterface::QualityType Class Reference

List of all members.

Public Member Functions

override bool Equals (System.Object obj)
bool Equals (QualityType otherObject)
override int GetHashCode ()

Static Public Member Functions

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

Static Public Attributes

static readonly QualityType EXACT = new QualityType(_EXACT)
static readonly QualityType GOOD = new QualityType(_GOOD)
static readonly QualityType APPROX = new QualityType(_APPROX)

Detailed Description

Constants to specify the type of geocode results wanted.


Member Function Documentation

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

Equals(type)

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

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

Equals(object)

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

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

Returns a hash code for this QualityType.

Returns:
a hash code value for this QualityType.

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

Inequality operator

Parameters:
obj1 QualityType 1 to compare
obj2 MatchType 2 to compare

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

Equality operator

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


Member Data Documentation

readonly QualityType MQClientInterface::QualityType::APPROX = new QualityType(_APPROX) [static]
 

Attempts to return approximate results.

readonly QualityType MQClientInterface::QualityType::EXACT = new QualityType(_EXACT) [static]
 

Attempts to return only exact matches (succeeds if only one match found). Generally this mode would be used for batch geocoding.

readonly QualityType MQClientInterface::QualityType::GOOD = new QualityType(_GOOD) [static]
 

Attempts to return good results.


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