Selerix Developer Tools
GetMissingEmployeePlans Method






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

Reference

CensusStatistics Class
CensusStatistics Members