Quintiq file version 2.0 
 | 
#parent: #root 
 | 
Method OnMDSConstructed 
 | 
{ 
 | 
  TextBody: 
 | 
  [* 
 | 
    // Call the Initialize method (when dataset is manually created) 
 | 
    if( not this.IsInitialized() ) 
 | 
    { 
 | 
      this.Initialize(); 
 | 
    } 
 | 
     
 | 
    // Call the possibly extended method to create custom RetentionPolicy objects.  
 | 
    KpiModelExtensions::CreateCustomRetentionPolicies( this ); 
 | 
     
 | 
    // Create Global Parameter and set the daemons 
 | 
    this.CreateGlobalParameter(); 
 | 
     
 | 
    this.OnMDSConstructedCustom(); 
 | 
  *] 
 | 
  InterfaceProperties { Accessibility: 'Module' } 
 | 
} 
 |