Quintiq file version 2.0 
 | 
#parent: #root 
 | 
Method Update ( 
 | 
  IORoutingStep importedobject, 
 | 
  String datasource 
 | 
) 
 | 
{ 
 | 
  Description: 'Update attributes for IORoutingStep' 
 | 
  TextBody: 
 | 
  [* 
 | 
    this.DataSource            ( datasource                              ); 
 | 
    this.Mode                  ( importedobject.Mode()                   ); 
 | 
    this.SequenceNumberForExcel( importedobject.SequenceNumberForExcel() ); 
 | 
    this.Timestamp             ( importedobject.Timestamp()              ); 
 | 
    this.Tool                  ( importedobject.Tool()                   ); 
 | 
    // For project 
 | 
    this.CustomUpdate          ( importedobject                          ); 
 | 
  *] 
 | 
} 
 |