Question
Morgan Stanley
US
Last activity: 5 Apr 2019 0:34 EDT
Treating Instance from C# in Openspan
Hi,
I am a beginner of RPA and have some questions about to use an instance from C# code(script component) in openspan.
Let's say we have a class called "person" which contains properties string name, int age.
1. Automation calls GetPerson method from a script component and if I want to save this instance in openspan, which component should I use?
2. Also, if we can store that person instance in openspan, how can we access to the person's instance to get its properties "name" and "age"?
Thank you so much for your help in advance!