| Quintiq file version 2.0 | 
| #parent: #root | 
| Method Update ( | 
|   IOFulfillmentRestriction importedobject, | 
|   String datasource | 
| ) | 
| { | 
|   Description: 'Update attributes for IOFulfillmentRestriction' | 
|   TextBody: | 
|   [* | 
|     this.DataSource( datasource                 ); | 
|     this.EndDate   ( importedobject.EndDate()   ); | 
|     this.IsAllowed ( importedobject.IsAllowed() ); | 
|     this.Mode      ( importedobject.Mode()      ); | 
|     this.Timestamp ( importedobject.Timestamp() ); | 
|      | 
|     this.CustomUpdate( importedobject ); | 
|   *] | 
| } |