static void DIXFRefreshTargetEntityMap(Args _args)
{
DMFEntity entity;
if (Box::yesNo('Are you sure you want to update all target mappings?',
DialogButton::No) == DialogButton::Yes)
DialogButton::No) == DialogButton::Yes)
{
while select
entity
{
DMFTargetXMLToEntityMap::generateMapping(entity, true);
}
info('done');
}
}
No comments:
Post a Comment