yanyuan
2023-10-09 e7f56c3cb479db71d847a2db81ba92f1e7f0f035
1
2
3
4
5
6
7
8
9
10
11
Quintiq file version 2.0
#parent: #root
Method GetOperationsInOptCampaignElementType () declarative as owning Operations
{
  TextBody:
  [*
    operations := construct( Operations );
    
    return &operations;
  *]
}