1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| Quintiq file version 2.0
| #parent: #root
| Method ExecuteQuery (NamedValueTree paramsnvt) as stream[structured[Lib3DS_Entity]]
| {
| TextBody:
| [*
| // Decode params object
| params := NamedValueTreeIO::ImportObject( paramsnvt,
| paramsnvt.Root().Children().Element( 0 ),
| typeof( Lib3DS_QueryParameters ) ).astype( Lib3DS_QueryParameters );
|
| return this.ExecuteQuery( ¶ms );
| *]
| InterfaceProperties { Accessibility: 'Module' }
| }
|
|