RosterLoaderLoadInitialRoster Method |
Creates a Roster from a SchedulingPeriod XML file and a Roster XML file.
Namespace:
ASAP.NRP.Core.Tools
Assembly:
NRP (in NRP.dll) Version: 3.49.0+539d3dcf73518163e952c8abb92256bf56ba5029
Syntaxpublic Roster LoadInitialRoster(
string SchedulingPeriodFile,
string RosterFile
)
Public Function LoadInitialRoster (
SchedulingPeriodFile As String,
RosterFile As String
) As Roster
public:
Roster^ LoadInitialRoster(
String^ SchedulingPeriodFile,
String^ RosterFile
)
member LoadInitialRoster :
SchedulingPeriodFile : string *
RosterFile : string -> Roster
Parameters
- SchedulingPeriodFile
- Type: SystemString
The SchedulingPeriod XML file. - RosterFile
- Type: SystemString
Makes assignments to the roster based on the assignments
specified in this Roster XML file.
Return Value
Type:
RosterNull if there was an error.
See Also