| Quintiq file version 2.0 | 
| #parent: #root | 
| Method WriteSetting (shadow[LibSE_Setting] s_setting, NamedValue nv) id:Method_DialogSettingsEngine_WriteSetting | 
| { | 
|   #keys: '[139164.3.1859028751]' | 
|   Body: | 
|   [* | 
|     ontype( s_setting ) | 
|     { | 
|       shadow[LibSE_SettingBinaryValue] as setting: | 
|       { | 
|           nv.SetValue( setting.Value() ); | 
|       } | 
|       shadow[LibSE_SettingBoolean] as setting: | 
|       { | 
|           nv.SetValue( setting.Value() ); | 
|       } | 
|       shadow[LibSE_SettingChar] as setting: | 
|       { | 
|           nv.SetValue( setting.Value() ); | 
|       } | 
|       shadow[LibSE_SettingDate] as setting: | 
|       { | 
|           nv.SetValue( setting.Value() ); | 
|       } | 
|       shadow[LibSE_SettingDateTime] as setting: | 
|       { | 
|           nv.SetValue( setting.Value() ); | 
|       } | 
|       shadow[LibSE_SettingDuration] as setting: | 
|       { | 
|           nv.SetValue( setting.Value() ); | 
|       } | 
|       shadow[LibSE_SettingKey] as setting: | 
|       { | 
|           nv.SetValue( setting.Value() ); | 
|       } | 
|       shadow[LibSE_SettingNumber] as setting: | 
|       { | 
|           nv.SetValue( setting.Value() ); | 
|       } | 
|       shadow[LibSE_SettingReal] as setting: | 
|       { | 
|           nv.SetValue( setting.Value() ); | 
|       } | 
|       shadow[LibSE_SettingString] as setting: | 
|       { | 
|           nv.SetValue( setting.Value() ); | 
|       } | 
|     } | 
|   *] | 
| } |