
Hi,
I'm having trouble extracting attribute info from the Ast PropertyDeclaration. Could you please explain how I can retrieve the attribute values from a class structure like this:
Kind regards,
Erik Pepping
I'm having trouble extracting attribute info from the Ast PropertyDeclaration. Could you please explain how I can retrieve the attribute values from a class structure like this:
After the semantic parsing I'm trying to reflect on the example class and need to determine the attributes of the Products property. I'm trying to do this with code like this:
I see that AttributeArgument has a Expression attribute, but it's not clear to me how I can extract the RelationID and CollectionOfType attribute values from the example code. Could you please give some hints?
Kind regards,
Erik Pepping