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

MQClientInterface::Location Class Reference

Inheritance diagram for MQClientInterface::Location:

MQClientInterface::MQObject MQClientInterface::Address MQClientInterface::SingleLineAddress MQClientInterface::GeoAddress List of all members.

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

Contains properties common to both Address and SingleLineAddress objects.


Constructor & Destructor Documentation

MQClientInterface::Location::Location  )  [inline]
 

Default constructor.


Member Function Documentation

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

Equals(type)

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

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

Equals(object)

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

Reimplemented from MQClientInterface::MQObject.

Reimplemented in MQClientInterface::Address, MQClientInterface::GeoAddress, and MQClientInterface::SingleLineAddress.

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

Returns a hash code for this Location.

Returns:
a hash code value for this Location.

Reimplemented from MQClientInterface::MQObject.

Reimplemented in MQClientInterface::Address, MQClientInterface::GeoAddress, and MQClientInterface::SingleLineAddress.

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

Initialize.

Reimplemented from MQClientInterface::MQObject.

Reimplemented in MQClientInterface::Address, MQClientInterface::GeoAddress, and MQClientInterface::SingleLineAddress.

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

Inequality operator

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

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

Equality operator

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


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