Selerix Developer Tools
NewRateCard Method






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Rates Class : NewRateCard Method
if set to true [is employer card].
News the rate card.
Syntax
'Declaration
 
Public Function NewRateCard( _
   ByVal isEmployerCard As Boolean _
) As RateCard
'Usage
 
Dim instance As Rates
Dim isEmployerCard As Boolean
Dim value As RateCard
 
value = instance.NewRateCard(isEmployerCard)
public RateCard NewRateCard( 
   bool isEmployerCard
)
public function NewRateCard( 
    isEmployerCard: Boolean
): RateCard; 
public function NewRateCard( 
   isEmployerCard : boolean
) : RateCard;
public: RateCard* NewRateCard( 
   bool isEmployerCard
) 
public:
RateCard^ NewRateCard( 
   bool isEmployerCard
) 

Parameters

isEmployerCard
if set to true [is employer card].
See Also

Reference

Rates Class
Rates Members