lihongji
2024-07-18 28a800b62eb8098f7266081272d21c33f4ffcf1e
1
2
3
4
5
6
7
8
9
10
11
Quintiq file version 2.0
#parent: #root
Method ExportXML () as String
{
  TextBody:
  [*
    output := XMLIO::ExportString( this ) ;
    
    return output;
  *]
}