Closed griemens closed 7 years ago
Sorry for the delay, the team is quite busy these days. As far as I can tell - the answer is yes, result order matches input order .
We updated SDK documentation for the next package to say that entity creation result order follows input order (like it's done for branch creation).
Thats good news, my assumptions were correct. Thanks
Hi,
IVREntityManager in Walkinside Viewer SDK has the following method to create entities. IEnumerable Create(IEnumerable<KeyValuePair<string, IDictionary<string, object>>> entityData);
I was wondering if the sequence of entities returned is the same as the sequence the keyvalue pairs are passed as argument.
For example is following code valid
The above code is assuming the entities returned is in same order as the myobjects_values passed as argument.
Thank you,