| Quintiq file version 2.0 | 
| #parent: #root | 
| Method Update ( | 
|   IOOperationBOM importedobject, | 
|   String datasource | 
| ) | 
| { | 
|   Description: 'Update attributes for IOOperationBOM' | 
|   TextBody: | 
|   [* | 
|     this.DataSource           ( datasource                             ); | 
|     this.InputGroupID         ( importedobject.InputGroupID()          ); | 
|     this.IsExcluded           ( importedobject.IsExcluded()            ); | 
|     this.MaxQuantityInGroup   ( importedobject.MaxQuantityInGroup()    ); | 
|     this.MinQuantityInGroup   ( importedobject.MinQuantityInGroup()    ); | 
|     this.Mode                 ( importedobject.Mode()                  ); | 
|     this.OperationInputSetName( importedobject.OperationInputSetName() ); | 
|     this.Quantity             ( importedobject.Quantity()              ); | 
|     this.Timestamp            ( importedobject.Timestamp()             ); | 
|     // Extended method | 
|     this.CustomUpdate         ( importedobject                         ); | 
|   *] | 
| } |