RosterSort Employees By Name Method
Sorts the employees alphabetically by their label.
Definition
Namespace: ASAP.NRP.Core
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public void SortEmployeesByName()VB
Public Sub SortEmployeesByNameC++
public:
void SortEmployeesByName()F#
member SortEmployeesByName : unit -> unit