vsTASKER 7 Tutorial
×
Menu
Index

Publish

  
 
Now, double-click on the publishing FedItem to call its Property Window
 
Here, we can see that Entity Object has been selected and that the three Attributes (State, Position and Identifier) are listed.
Let's open the State one and click on Wizard button to automatically get the correct code.
 
Do it now for all Attributes (Position and Identifier)
 
For the Entity Object, we just need to set the local data pointer by retrieving the DataModel attached to the entity.
This is done just after having set the entity pointer:
 
 local = entity? (DataModel*)entity->findDataModel("DataModel"): NULL;