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 |
Definition at line 11 of file SearchItems.cs.
HouseOver.THARM.Attributes.SearchItems.SearchItems | ( | ) |
HouseOver.THARM.Attributes.SearchItems.SearchItems | ( | string | name | ) |
Constructs a new SaleItems with a specified human readable name.
name |
Definition at line 24 of file SearchItems.cs.
00025 { 00026 humanReadableName = name; 00027 }
HouseOver.THARM.Attributes.SearchItems.SearchItems | ( | ) |
HouseOver.THARM.Attributes.SearchItems.SearchItems | ( | string | name | ) |
Constructs a new SaleItems with a specified human readable name.
name |
Definition at line 24 of file SearchItems.cs.
00025 { 00026 humanReadableName = name; 00027 }
string HouseOver::THARM::Attributes.SearchItems::humanReadableName [private] |
Definition at line 13 of file SearchItems.cs.
string HouseOver::THARM::Attributes.SearchItems::HumanReadableName [get] |