Class ObsoleteUtils
Various methods to help woth some obsolete elemnts conversion
Inheritance
ObsoleteUtils
Assembly: Xareus.Scenarios.dll
Syntax
public static class ObsoleteUtils
Methods
Declaration
public static Dictionary<string, Parameter> TransformNameValueListMapToParameters(Dictionary<string, List<string>> previousFormat)
Parameters
Returns
Converts a list of parameters to a dictionary and groups parameters with the same name in a parent parameter
Declaration
public static Dictionary<string, Parameter> TransformParameterList(List<Parameter> parameters)
Parameters
Returns
Declaration
public static Dictionary<string, List<string>> TransformToNameValueListMap(Dictionary<string, Parameter> newFormat)
Parameters
Returns