Quintiq file version 2.0
|
#root
|
#parent: #DomainModel
|
TypeSpecialization Operation
|
{
|
#keys: '2[110702.0.510656589][11660.0.47518203]'
|
Description:
|
[*
|
MP
|
Operation
|
*]
|
OnCommit:
|
[*
|
// soh yee Apr-16-2015 (created)
|
// Commit is still needed to create / edit / delete costs in one transaction
|
|
// UpdateTypeIndex method is called in the Designer
|
this.UpdateCommitLogic( this.Unit() );
|
*]
|
OnDelete:
|
[*
|
// Delete all actual feedbacks
|
traverse( this, PeriodTaskOperation.FeedbackPeriodTaskOperation, fptr )
|
{
|
fptr.Delete();
|
}
|
|
operationlinks := selectset( this, DestinationOperationLink, dl, true );
|
BaseOperationLink::Delete( operationlinks );
|
*]
|
Parent: Process_MP
|
StructuredName: 'Operations'
|
}
|