Quintiq file version 2.0 
 | 
#parent: ListUnitPeriodTime 
 | 
Response OnDrop ( 
 | 
  ShiftPattern information, 
 | 
  structured[UnitPeriodTime] target 
 | 
) id:Response_ListUnitPeriodTime_OnDrop 
 | 
{ 
 | 
  #keys: '[11660.0.70321279]' 
 | 
  Body: 
 | 
  [* 
 | 
    // Add shift pattern to unit period time. 
 | 
    information.AssignToUnitPeriodTimes( target ); 
 | 
  *] 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID: 'Responsedef_GUIComponent_OnDrop' 
 | 
  Precondition: 
 | 
  [* 
 | 
    return UnitPeriod::CanEditCapacities( target, feedback ); 
 | 
  *] 
 | 
} 
 |