Example #1
0
 public static string GetParameters(IModel model)
 {
     var t = new TIMEModelParameterSet(model);
     return t.GetConfigurationDescription();
 }
Example #2
0
        public static string GetParameters(IModel model)
        {
            var t = new TIMEModelParameterSet(model);

            return(t.GetConfigurationDescription());
        }