|
Post by dlsandy on Nov 23, 2023 14:43:10 GMT
Suppose I am implementing a collection of objects of type SupportsActions (for example) that support actions. If I want to add a new instance of SupportsActions by POSTing to the SupportsActionsCollection, what is the best way to also provide the ActionInfo for the actions in the SupportsActions instance?
I assume I can use deep operations for this, but is there another recommended way?
|
|