Quintiq file version 2.0
|
#parent: #root
|
Method Update (
|
IOOperationLink importedobject,
|
String datasource
|
)
|
{
|
Description: 'Update attributes for IOOperationLink'
|
TextBody:
|
[*
|
this.DataSource ( datasource );
|
this.DestGroupID ( importedobject.DestGroupID() );
|
this.DestHasUserQuantity( importedobject.DestHasUserQuantity() );
|
this.DestMaxQuantity ( importedobject.DestMaxQuantity() );
|
this.DestMinQuantity ( importedobject.DestMinQuantity() );
|
this.DestQuantity ( importedobject.DestQuantity() );
|
this.Mode ( importedobject.Mode() );
|
this.SourceGroupID ( importedobject.SourceGroupID() );
|
this.SourceQuantity ( importedobject.SourceQuantity() );
|
this.Timestamp ( importedobject.Timestamp() );
|
// Extended method
|
this.CustomUpdate ( importedobject );
|
*]
|
}
|