PriceRangeItem Constructor (rangeId, rangeFrom, rangeThru, rangeText)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 PriceRangeItem Constructor (rangeId, rangeFrom, rangeThru, rangeText)
Patterns-In-Action! ApplicationASPNETWebApplication.ControllersPriceRangeItemPriceRangeItem(Int32, Double, Double, String)
Constructor for PriceRangeItem.
Declaration Syntax
C# Visual Basic
public PriceRangeItem(
	int rangeId,
	double rangeFrom,
	double rangeThru,
	string rangeText
)
Public Sub New ( _
	rangeId As Integer, _
	rangeFrom As Double, _
	rangeThru As Double, _
	rangeText As String _
)
Parameters
rangeId (Int32)
Unique identifier for the price range.
rangeFrom (Double)
Lower end of the price range.
rangeThru (Double)
Higher end of the price range.
rangeText (String)
Easy-to-read form of the price range.

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