'Declaration
Public Function New( _ ByVal rates As List(Of RateItem), _ ByVal parent As RateCard, _ ByVal limits As List(Of RateParamLimit), _ ByVal findExactly As Boolean _ )
'Usage
Dim rates As List(Of RateItem) Dim parent As RateCard Dim limits As List(Of RateParamLimit) Dim findExactly As Boolean Dim instance As New RateFinder(rates, parent, limits, findExactly)
public RateFinder( List<RateItem> rates, RateCard parent, List<RateParamLimit> limits, bool findExactly )
public function RateFinder( rates : List, parent : RateCard, limits : List, findExactly : boolean );
public: RateFinder( List<RateItem*>* rates, RateCard* parent, List<RateParamLimit*>* limits, bool findExactly )
public: RateFinder( List<RateItem^>^ rates, RateCard^ parent, List<RateParamLimit^>^ limits, bool findExactly )
Parameters
- rates
- The rates.
- parent
- The parent.
- limits
- The limits.
- findExactly
- if set to
true
[find exactly].