admin
2025-01-22 7e31442f0e9b07764e9c6a9680d3d4aeba5fe1de
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Quintiq file version 2.0
#parent: #root
Attribute AutoRegisterTypeDescriptors
{
  #keys: '3[144996.0.1807236267][144996.0.1807236266][144996.0.1807236268]'
  Description:
  [*
    Whether the suboptimizer should call the `RegisterTypeDescriptors` method automatically or not.
    
    When this is enabled and the suboptimizer is not running in one transaction (with `InOneTransaction` is `false`) an additional transaction with a read-write lock on the dataset will be created to register the type descriptors.
    If the suboptimizer is executed in parallel with some other transactions, this may slow down the suboptimizer.
    If this is the case, one should set this attribute to `false` and manually register the type descriptors in the `Initialize` and/or `InitializeReactive` methods.
  *]
  ValueType: Boolean
}