Selerix Developer Tools
GetEmployeeDependentsStatistics Method






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > CensusStatistics Class : GetEmployeeDependentsStatistics Method
The tier.
Gets the employee dependents statistics.
Syntax
'Declaration
 
Public Function GetEmployeeDependentsStatistics( _
   ByVal tier As TierCode _
) As Integer
'Usage
 
Dim instance As CensusStatistics
Dim tier As TierCode
Dim value As Integer
 
value = instance.GetEmployeeDependentsStatistics(tier)
public int GetEmployeeDependentsStatistics( 
   TierCode tier
)
public function GetEmployeeDependentsStatistics( 
    tier: TierCode
): Integer; 
public function GetEmployeeDependentsStatistics( 
   tier : TierCode
) : int;
public: int GetEmployeeDependentsStatistics( 
   TierCode tier
) 
public:
int GetEmployeeDependentsStatistics( 
   TierCode tier
) 

Parameters

tier
The tier.

Return Value

The tier.
See Also

Reference

CensusStatistics Class
CensusStatistics Members