xiaoding721
2024-08-23 36be4b0ee39895e91f18cb708f46bc90563867ca
1
2
3
4
5
6
7
8
9
10
11
12
Quintiq file version 2.0
#parent: #root
StaticMethod FindSetTypeMeta (LibDEF_DataBroker dataset_i, String systemGUID_i, String channelName_i, 
  String name_i) const declarative remote as LibDEF_SetTypeMeta
{
  TextBody:
  [*
    // Jacky CHAN May-16-2016 (created)
    return LibDEF_SetTypeMeta::FindSetTypeMeta( dataset_i, systemGUID_i, channelName_i, name_i,
                                                null( LibDEF_SetTypeMeta ) );
  *]
}