SolutionGet Employees Method
Returns the IDs of all the employees in the problem.
Definition
Namespace: SRS.ShiftSolver.Core
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
An array of employee IDs.
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
public string[] GetEmployees()VB
Public Function GetEmployees As String()C++
public:
array<String^>^ GetEmployees()F#
member GetEmployees : unit -> string[] Return Value
StringAn array of employee IDs.