Selerix Developer Tools
Item(List<Double>,String,Boolean) Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateCard Class > Item Property : Item(List<Double>,String,Boolean) Property
Gets the RateFinder with the specified values.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal values As List(Of Double), _
   ByVal parameterName As String, _
   ByVal findExactly As Boolean _
) As RateFinder
'Usage
 
Dim instance As RateCard
Dim values As List(Of Double)
Dim parameterName As String
Dim findExactly As Boolean
Dim value As RateFinder
 
value = instance.Item(values, parameterName, findExactly)
public read-only property Item( 
    values: List;
    parameterName: String;
    findExactly: Boolean
): RateFinder; 
public function get Item( 
   values : List,
   parameterName : String,
   findExactly : boolean
) : RateFinder

Parameters

values
parameterName
findExactly
See Also

Reference

RateCard Class
RateCard Members
Overload List