Skip to content

Conversation

@gri6507
Copy link

@gri6507 gri6507 commented Jun 13, 2025

PROBLEM STATEMENT:
Currently, there is no C API for adding a PropertySet as a value of a property of another PropertySet.

SOLUTION:
Added add_propertyset_to_set() to C API

IMPACT ANALYSIS:
As with many other C APIs, PropertySet information is shallow copied.

TESTING:

  • Updated C unit testing code to exercise the new API
  • Tested in a live system which needed this functionality in the first place.

PROBLEM STATEMENT:
Currently, there is no C API for adding a PropertySet as a value of a
property of another PropertySet.

SOLUTION:
Added `add_propertyset_to_set()` to C API

IMPACT ANALYSIS:
As with many other C APIs, PropertySet information is shallow copied.

TESTING:
- Updated C unit testing code to exercise the new API
- Tested in a live system which needed this functionality in the first
  place.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant