LoadConfiguration

void IController.LoadConfiguration(string xml, System.Collections.Generic.IReadOnlyDictionary<string, string> variants)

Load configuration from the specified XML string, after processing selected variants.

Parameters
  • xml – String containing XML configuration.

  • variants – Selected variants, use variant name as key and value as value.

Throws