lazhen
2024-11-01 a1285c5bcea445e4c3c2a3e4fe47b9c9b1e9c1a7
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 ) );
  *]
}