HouseOver.THARM.Attributes.SearchItems Class Reference

An attribute used for marking up properties on item classes. More...

List of all members.

Public Member Functions

 SearchItems ()
 Constructs a new SaleItems.
 SearchItems (string name)
 Constructs a new SaleItems with a specified human readable name.
 SearchItems ()
 Constructs a new SaleItems.
 SearchItems (string name)
 Constructs a new SaleItems with a specified human readable name.

Properties

string HumanReadableName [get]
 Returns the human readable name. A string.

Private Attributes

string humanReadableName


Detailed Description

An attribute used for marking up properties on item classes.

Definition at line 11 of file SearchItems.cs.


Constructor & Destructor Documentation

HouseOver.THARM.Attributes.SearchItems.SearchItems (  ) 

Constructs a new SaleItems.

Definition at line 18 of file SearchItems.cs.

00018 {}

HouseOver.THARM.Attributes.SearchItems.SearchItems ( string  name  ) 

Constructs a new SaleItems with a specified human readable name.

Parameters:
name 

Definition at line 24 of file SearchItems.cs.

00025         {
00026             humanReadableName = name;
00027         }

HouseOver.THARM.Attributes.SearchItems.SearchItems (  ) 

Constructs a new SaleItems.

Definition at line 18 of file SearchItems.cs.

00018 {}

HouseOver.THARM.Attributes.SearchItems.SearchItems ( string  name  ) 

Constructs a new SaleItems with a specified human readable name.

Parameters:
name 

Definition at line 24 of file SearchItems.cs.

00025         {
00026             humanReadableName = name;
00027         }


Member Data Documentation

string HouseOver::THARM::Attributes.SearchItems::humanReadableName [private]

Definition at line 13 of file SearchItems.cs.


Property Documentation

string HouseOver::THARM::Attributes.SearchItems::HumanReadableName [get]

Returns the human readable name. A string.

Definition at line 32 of file SearchItems.cs.


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