Book a Demo

Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

Prev Next

GetFields

Return a list of known fields/properties in the External Provider

Inputs

Parameter

Details

parameters

  • C++: const char*
  • C#: string

A JSON string of parameters. Reserved for future use.

Outputs via Callbacks

AddProperty - 2 values per type to map. Use a unique index value for each mapping:

  • AddProperty(index, "id", "type");
  • AddProperty(index, "name", "Type");

[Optional] LogMessage or SetError - to provide user feedback.

Details

If possible, this list of fields should be dynamically created by querying the External Provider for a list of its known fields. The list of fields can be hardcoded for providers that do not provide a list of fields.