SolutionGetEmployees Method |
Returns the IDs of all the employees in the problem.
Namespace:
SRS.ScheduleSolver.Core
Assembly:
ScheduleSolver (in ScheduleSolver.dll) Version: 2.5.0+32c9446bcdf252a58ba748c312939f5bd2f367a8
Syntaxpublic string[] GetEmployees()
Public Function GetEmployees As String()
public:
array<String^>^ GetEmployees()
member GetEmployees : unit -> string[]
Return Value
Type:
StringAn array of employee IDs.
See Also