Quintiq file version 2.0 
 | 
#parent: #root 
 | 
TypeDataInterface SWF_ActivityBase 
 | 
{ 
 | 
  TypeKey: '[107588.2015.1149133297]' 
 | 
  ImageDataMember imgIsNew 
 | 
  { 
 | 
    #keys: '1[136682.0.1188082295]' 
 | 
    Description: 'Image attribute for activty isnew' 
 | 
    ImageSpecifications: 
 | 
    [ 
 | 
      ImageDataMemberImageSpecification 
 | 
      { 
 | 
        Description: 'Activity is new' 
 | 
        Image: 'MAIL' 
 | 
        Quill: 'object.IsNew()' 
 | 
        Value: 'IsNewActivity' 
 | 
      } 
 | 
      ImageDataMemberImageSpecification 
 | 
      { 
 | 
        Description: 'Activity not is new' 
 | 
        Image: 'MAIL_OPEN' 
 | 
        Quill: 'not object.IsNew()' 
 | 
        Value: 'imgNotIsNew' 
 | 
      } 
 | 
    ] 
 | 
  } 
 | 
  ImageDataMember imgStatus 
 | 
  { 
 | 
    #keys: '1[136682.0.1542753718]' 
 | 
    Description: 'Image attributes for differrent status' 
 | 
    ImageSpecifications: 
 | 
    [ 
 | 
      ImageDataMemberImageSpecification 
 | 
      { 
 | 
        Description: 'Status = Lock' 
 | 
        Image: 'LOCK' 
 | 
        Quill: 'object.Status() = SWF_ActivityBase::STATUS_NotExecutable()' 
 | 
        Value: 'Seq02_Locked' 
 | 
      } 
 | 
      ImageDataMemberImageSpecification 
 | 
      { 
 | 
        Description: 'Status = Closed' 
 | 
        Image: 'CHECKEDCHECKBOX' 
 | 
        Quill: 'object.Status() = SWF_ActivityBase::STATUS_Finished()' 
 | 
        Value: 'Seq03_Closed' 
 | 
      } 
 | 
      ImageDataMemberImageSpecification 
 | 
      { 
 | 
        Description: 'Status = Open' 
 | 
        Image: 'EDITOBJECT' 
 | 
        Quill: 'object.Status() = SWF_ActivityBase::STATUS_Executable()' 
 | 
        Value: 'Seq01_Open' 
 | 
      } 
 | 
    ] 
 | 
  } 
 | 
} 
 |