yanweiyuan3
2023-08-09 588bc7829387dfc761cc25f06f77d4c81818bd10
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Quintiq file version 2.0
#parent: #root
Attribute IsFlaggedForDeletion
{
  #keys: '3[141860.2.974988294][141860.2.974988293][141860.2.974988295]'
  Description:
  [*
    When the 'Remove dataset copy' button is pressed in the 'Component' or 'Component position' forms, then this boolean is set to `true`.
    The `LibOpt_DatasetCopyConditional` object is not actually deleted at that point, because the `DeleteCondition` method of this object is still needed to delete any created datasets copies.
    When the `DeleteCondition` method is evaluated for all created dataset copies that have been created with this `LibOpt_DatasetCopyConditional` object, then the `LibOpt_DatasetCopyConditional` is deleted. 
    This happens in the `DeleteWhenFlagged` method.
  *]
  ValueType: Boolean
  InterfaceProperties { Accessibility: 'Module' }
}