Quintiq file version 2.0 
 | 
#parent: #root 
 | 
TypeDataInterface Campaign_MP 
 | 
{ 
 | 
  TypeKey: '[149260.0.373783694]' 
 | 
  ImageDataMember ImgIsOutsideCampaignHorizon 
 | 
  { 
 | 
    #keys: '1[148902.0.716218448]' 
 | 
    ImageSpecifications: 
 | 
    [ 
 | 
      ImageDataMemberImageSpecification 
 | 
      { 
 | 
        Description: 'Campaign is ended outside campaign horizon' 
 | 
        Image: 'NAV_REDO_ORANGE' 
 | 
        Quill: 'not object.IsEndWithinCampaignHorizon()' 
 | 
        Value: 'IsOutsideCampaignHorizon' 
 | 
      } 
 | 
    ] 
 | 
  } 
 | 
  ImageDataMember IsWithinCampaignHorizonEnd 
 | 
  { 
 | 
    #keys: '1[149260.0.329278780]' 
 | 
    ImageSpecifications: 
 | 
    [ 
 | 
      ImageDataMemberImageSpecification 
 | 
      { 
 | 
        Description: 'Campaign end time is within campaign horizon end' 
 | 
        Image: 'ALARMCLOCK_GREEN' 
 | 
        Quill: 'object.IsEndWithinCampaignHorizon()' 
 | 
        Value: 'IsWithinCampaignHorizonEnd' 
 | 
      } 
 | 
      ImageDataMemberImageSpecification 
 | 
      { 
 | 
        Description: 'Campaign end time is not within campaign horizon end.' 
 | 
        Image: 'ALARMCLOCK' 
 | 
        Quill: 'not object.IsEndWithinCampaignHorizon()' 
 | 
        Value: 'IsNotWithinCampaignHorizonEnd' 
 | 
      } 
 | 
    ] 
 | 
  } 
 | 
} 
 |