| Quintiq file version 2.0 | 
| #parent: #root | 
| Method GetParameters () declarative | 
| { | 
|   Description: 'Get the channel parameters' | 
|   TextBody: | 
|   [* | 
|     invalidParameters := construct( Strings ); | 
|      | 
|     // Retrieve and set the channel-specific channel parameters | 
|     this.GetParameters( invalidParameters ); | 
|      | 
|     // Register the invalid parameters | 
|     this.UpdateInvalidParameters( invalidParameters ); | 
|   *] | 
| } |