yanyuan
2023-11-09 8d6873964fdc3d06966c50e49eec94c2e9b201ce
1
2
3
4
5
6
7
Quintiq file version 2.0
#parent: #root
Method GetMessageObjectInString () as String
{
  Description: 'Return the entire object information in NVT format as string.'
  TextBody: 'return NamedValueTreeIO::Export( this ).ToString();'
}