RosterLoaderLoadRoster 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 ParsedRoster LoadRoster(
string SchedulingPeriodFile,
string RosterFile
)
Public Function LoadRoster (
SchedulingPeriodFile As String,
RosterFile As String
) As ParsedRoster
public:
ParsedRoster^ LoadRoster(
String^ SchedulingPeriodFile,
String^ RosterFile
)
member LoadRoster :
SchedulingPeriodFile : string *
RosterFile : string -> ParsedRoster
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:
ParsedRosterNull if there was an error.
See Also