RosterLoaderLoadInitialRoster Method

Creates a Roster from a SchedulingPeriod XML file and a Roster XML file.

Definition

Namespace: ASAP.NRP.Core.Tools
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public Roster LoadInitialRoster(
	string SchedulingPeriodFile,
	string RosterFile
)

Parameters

SchedulingPeriodFile  String
The SchedulingPeriod XML file.
RosterFile  String
Makes assignments to the roster based on the assignments specified in this Roster XML file.

Return Value

Roster
Null if there was an error.

See Also