Skip to content

Skd4me version 2.0.4

Compare
Choose a tag to compare
@klaasvandeweerdt 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 from IDictionary<string, string> to IDictionary<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.