epsilonlabs / emc-ptcim

EMC driver for the PTC Integrity Modeler
Eclipse Public License 1.0
2 stars 0 forks source link

Property names normalisation #13

Closed zolotas4 closed 8 years ago

zolotas4 commented 8 years ago

In the current implementation, the cache accepts CamelCase properties that have the spaces removed (e.g. IsEnabled) however, this is not always the case when an Epsilon script is run. We need to make sure that we "normalize" the names of the properties to lower case (e.g. isenabled) before xetting the cache.