HouseOver.THARM.Customer Class Reference

This class represents a customer. The class inherits from UniquelyIdentifiable for suppling it with a unique id. More...

Inheritance diagram for HouseOver.THARM.Customer:

Inheritance graph
[legend]
Collaboration diagram for HouseOver.THARM.Customer:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Customer (int postalCode, string name)
 Constructs a new customer object.
 Customer (int postalCode, string name)
 Constructs a new customer object.

Properties

int Postalcode [get, set]
 Gets or sets the postalcode.
string Name [get, set]
 Gets or sets the name.

Private Attributes

int postalcode
string name

Detailed Description

This class represents a customer. The class inherits from UniquelyIdentifiable for suppling it with a unique id.

Definition at line 13 of file Customer.cs.


Constructor & Destructor Documentation

HouseOver.THARM.Customer.Customer ( int  postalCode,
string  name 
)

Constructs a new customer object.

Parameters:
postalCode The current postalcode the customer lives in.
name The name of the customer.

Definition at line 23 of file Customer.cs.

00023                                                      : base(UniquelyIdentifiable.NextID)
00024         {
00025             this.postalcode = postalCode;
00026             this.name = name;
00027         }

HouseOver.THARM.Customer.Customer ( int  postalCode,
string  name 
)

Constructs a new customer object.

Parameters:
postalCode The current postalcode the customer lives in.
name The name of the customer.

Definition at line 23 of file Customer.cs.

00023                                                      : base(UniquelyIdentifiable.NextID)
00024         {
00025             this.postalcode = postalCode;
00026             this.name = name;
00027         }


Member Data Documentation

int HouseOver::THARM.Customer::postalcode [private]

Definition at line 15 of file Customer.cs.

string HouseOver::THARM.Customer::name [private]

Definition at line 16 of file Customer.cs.


Property Documentation

int HouseOver::THARM.Customer::Postalcode [get, set]

Gets or sets the postalcode.

Definition at line 32 of file Customer.cs.

Referenced by HouseOver.THARM.RealtyManager.ShowCustomer().

string HouseOver::THARM.Customer::Name [get, set]

Gets or sets the name.

Definition at line 36 of file Customer.cs.

Referenced by HouseOver.THARM.RealtyManager.SetComparableCheck(), HouseOver.THARM.RealtyManager.SetEnumCheck(), HouseOver.THARM.RealtyManager.ShowAddProfile(), HouseOver.THARM.RealtyManager.ShowAddSale(), HouseOver.THARM.RealtyManager.ShowCustomer(), HouseOver.THARM.RealtyManager.ShowProfile(), HouseOver.THARM.RealtyManager.ShowProfileDetails(), HouseOver.THARM.RealtyManager.ShowSale(), and HouseOver.THARM.RealtyManager.ShowSaleDetails().


The documentation for this class was generated from the following files:
Generated on Wed Jan 10 03:42:53 2007 for THARM by  doxygen 1.5.1-p1