Selerix Developer Tools
GetMissingEmployeeRiders Method






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

Reference

CensusStatistics Class
CensusStatistics Members