Selerix Developer Tools
RateCardFinder Constructor(List<RateCard>,Rates,Boolean,List<RateParamLimit>,Boolean)






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

Parameters

cards
The cards.
parent
The parent.
isEmployerRatecard
if set to true [is employer ratecard].
limits
The limits.
findExactly
if set to true [find exactly].
See Also

Reference

RateCardFinder Class
RateCardFinder Members
Overload List