Selerix Developer Tools
RateFinder Constructor(List<RateItem>,RateCard,Boolean)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateFinder Class > RateFinder Constructor : RateFinder Constructor(List<RateItem>,RateCard,Boolean)
The rates.
The parent.
if set to true [find exactly].
Initializes a new instance of the RateFinder class.
Syntax
'Declaration
 
Public Function New( _
   ByVal rates As List(Of RateItem), _
   ByVal parent As RateCard, _
   ByVal findExactly As Boolean _
)
'Usage
 
Dim rates As List(Of RateItem)
Dim parent As RateCard
Dim findExactly As Boolean
 
Dim instance As New RateFinder(rates, parent, findExactly)
public RateFinder( 
    rates: List;
    parent: RateCard;
    findExactly: Boolean
); 
public function RateFinder( 
   rates : List,
   parent : RateCard,
   findExactly : boolean
);

Parameters

rates
The rates.
parent
The parent.
findExactly
if set to true [find exactly].
See Also

Reference

RateFinder Class
RateFinder Members
Overload List