Selerix Developer Tools
GetMissingEmployeePayment Method






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

Reference

CensusStatistics Class
CensusStatistics Members