Selerix Developer Tools
GetMissingEmployeeDependents Method






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > CensusStatistics Class : GetMissingEmployeeDependents Method
Gets statistics about missing employees on dependent tab
Syntax
'Declaration
 
Public Function GetMissingEmployeeDependents() As Dictionary(Of String,List(Of String))
'Usage
 
Dim instance As CensusStatistics
Dim value As Dictionary(Of String,List(Of String))
 
value = instance.GetMissingEmployeeDependents()
public Dictionary<string,List<string>> GetMissingEmployeeDependents()
public function GetMissingEmployeeDependents(): Dictionary; 
public function GetMissingEmployeeDependents() : Dictionary;
public: Dictionary<string*,List<string*>*>* GetMissingEmployeeDependents(); 
public:
Dictionary<String^,List<String^>^>^ GetMissingEmployeeDependents(); 
See Also

Reference

CensusStatistics Class
CensusStatistics Members