admin
2024-09-23 65dfa3d300ec95e9531283d0a3fc07558c844078
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 ) );
  *]
}