1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| Quintiq file version 2.0
| #parent: #root
| StaticMethod RequestSetDataByName (Key planningDatasetMDSID_i, String planningDatasetType_i, Key planningDatasetDTD_i,
| String channelName_i, String setTypeName_i, Strings setNames_i)
| {
| Description: "Static method to allow Model to request set when doesn't know if a set is local or external"
| TextBody:
| [*
| brokerDataset := LibDEF_DataBroker::GetDataset();
|
| brokerDataset->RequestSetDataByName( planningDatasetMDSID_i,
| planningDatasetType_i,
| planningDatasetDTD_i,
| channelName_i,
| setTypeName_i,
| setNames_i );
| *]
| }
|
|