RosterGet Updated Employees Method
Returns a list of employees linked to constraints that may have
been effected by any changes in the solution since the last penalty/violation
calculations.
Definition
Namespace: ASAP.NRP.Core
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
A list of employee ID's.
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public List<string> GetUpdatedEmployees()VB
Public Function GetUpdatedEmployees As List(Of String)C++
public:
List<String^>^ GetUpdatedEmployees()F#
member GetUpdatedEmployees : unit -> List<string> Return Value
ListStringA list of employee ID's.