PriceRangeItem Class

Design Pattern Framework 3.5

Design Pattern Framework 3.5 PriceRangeItem Class
Patterns-In-Action! ApplicationASPNETWebApplication.ControllersPriceRangeItem
A PriceRange item used in the PriceRange list. PriceRanges are used for searching the product catalog.
Declaration Syntax
C# Visual Basic
public class PriceRangeItem
Public Class PriceRangeItem
Members
All Members Constructors Methods Properties



Icon Member Description
PriceRangeItem(Int32, Double, Double, String)
Constructor for PriceRangeItem.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
RangeFrom
Gets the low end of the PriceRange item.

RangeId
Gets the unique PriceRange identifier.

RangeText
Gets an easy-to-read form of the PriceRange item.

RangeThru
Gets the high end of the PriceRange item.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
PriceRangeItem

Assembly: ASPNETWebApplication (Module: ASPNETWebApplication) Version: 1.0.0.0 (1.0.0.0)