Skd4me version 2.0.4
klaasvandeweerdt
released this
16 Aug 23:20
·
82 commits
to master
since this release
Enhancements
- Updated
ServiceInstance
data entity to support custom fields. - Updated
CustomFieldsCollection
implementation fromIDictionary<string, string>
toIDictionary<string, object>
.
This enhancement allows the usage of any data type supported via UI Extensions.
A set of additional methods have been implemented for casting and conversions..CustomFields.TryGetValue<DateTime>("date_time", out DateTime date)
.CustomFields.Get<double>("double_value")
Bugfixes
- Updated
ProductDepreciationMethod
enumerator.